Forgot a param in the function comment.
parent
f2ebb686fc
commit
bb30d27d3a
|
@ -193,6 +193,7 @@ class MpcLocalPlannerROS : public nav_core::BaseLocalPlanner, public mbf_costmap
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get the current robot footprint/contour model
|
* @brief Get the current robot footprint/contour model
|
||||||
|
* @param costmap_ros reference to an intialized instance of costmap_2d::Costmap2dROS
|
||||||
* @return Robot footprint model used for optimization
|
* @return Robot footprint model used for optimization
|
||||||
*/
|
*/
|
||||||
static RobotFootprintModelPtr getRobotFootprintFromCostmap2d(costmap_2d::Costmap2DROS* costmap_ros);
|
static RobotFootprintModelPtr getRobotFootprintFromCostmap2d(costmap_2d::Costmap2DROS* costmap_ros);
|
||||||
|
|
Loading…
Reference in New Issue