Skip to content

Commit

Permalink
Update footprint iif changed (ros-navigation#4193)
Browse files Browse the repository at this point in the history
Signed-off-by: Brice <[email protected]>
  • Loading branch information
BriceRenaudeau authored and Marc-Morcos committed Jul 4, 2024
1 parent 4e4d81d commit 1112a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class AnalyticExpansion
* @brief Sets the collision checker and costmap to use in expansion validation
* @param collision_checker Collision checker to use
*/
void setCollisionChecker(GridCollisionChecker * & collision_checker);
void setCollisionChecker(GridCollisionChecker * collision_checker);

/**
* @brief Attempt an analytic path completion
Expand Down
2 changes: 1 addition & 1 deletion nav2_smac_planner/src/analytic_expansion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ AnalyticExpansion<NodeT>::AnalyticExpansion(

template<typename NodeT>
void AnalyticExpansion<NodeT>::setCollisionChecker(
GridCollisionChecker * & collision_checker)
GridCollisionChecker * collision_checker)
{
_collision_checker = collision_checker;
}
Expand Down

0 comments on commit 1112a5f

Please sign in to comment.