MCPcopy Create free account
hub / github.com/RoboJackets/software-training / GetRobotLocation

Method GetRobotLocation

mapping/src/mapping_node.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected