| 121 | } |
| 122 | |
| 123 | void AddObstaclesToMap(const nav_msgs::msg::OccupancyGrid & obstacles) |
| 124 | { |
| 125 | const auto robot_location = GetRobotLocation(); |
| 126 | |
| 127 | // BEGIN STUDENT CODE |
| 128 | // END STUDENT CODE |
| 129 | } |
| 130 | |
| 131 | void UpdateProbability( |
| 132 | const geometry_msgs::msg::Point & robot_location, |
nothing calls this directly
no outgoing calls
no test coverage detected