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

Method AddObstaclesToMap

mapping/src/mapping_node.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected