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

Method UpdateProbability

mapping/src/mapping_node.cpp:131–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 void UpdateProbability(
132 const geometry_msgs::msg::Point & robot_location,
133 const geometry_msgs::msg::Point & map_location,
134 const bool & obstacle_detected)
135 {
136 // BEGIN STUDENT CODE
137 // END STUDENT CODE
138 }
139
140 bool IsLocationInMapBounds(const geometry_msgs::msg::Point & location)
141 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected