Skip to content
Snippets Groups Projects

Recent changes

Merged Ghost User requested to merge recent_changes into master
2 files
+ 344
324
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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_ */
Loading