| 114 | } |
| 115 | |
| 116 | geometry_msgs::msg::Point GetRobotLocation() |
| 117 | { |
| 118 | // BEGIN STUDENT CODE |
| 119 | return geometry_msgs::msg::Point{}; |
| 120 | // END STUDENT CODE |
| 121 | } |
| 122 | |
| 123 | void AddObstaclesToMap(const nav_msgs::msg::OccupancyGrid & obstacles) |
| 124 | { |
nothing calls this directly
no outgoing calls
no test coverage detected