Skip to content
Snippets Groups Projects
Commit 05833da4 authored by Florian Polster's avatar Florian Polster
Browse files

refactored and formated

parent 11c9e65d
No related branches found
No related tags found
1 merge request!5Recent changes
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -98,6 +98,10 @@ private:
/** @brief Start navigation to m_Target on last_map_data_ */
void startNavigation();
void followPath();
void avoidingCollision();
void finalTurn();
geometry_msgs::Point
calculateMeanPoint(const std::vector<geometry_msgs::Point>& points);
/** @brief Check if obstacles are blocking the way in last_map_data_ */
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment