Skip to content

Commit

Permalink
Update nav2_smac_planner/src/a_star.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Macenski <[email protected]>
Signed-off-by: Stevedan Ogochukwu Omodolor <[email protected]>
  • Loading branch information
stevedanomodolor and SteveMacenski authored Oct 17, 2024
1 parent cd631f5 commit c0ac181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_smac_planner/src/a_star.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ void AStarAlgorithm<Node2D>::setGoal(
const float & mx,
const float & my,
const unsigned int & dim_3,
const GoalHeadingMode & goal_heading_mode)
const GoalHeadingMode & /*goal_heading_mode*/)
{
(void) goal_heading_mode;
if (dim_3 != 0) {
Expand Down

0 comments on commit c0ac181

Please sign in to comment.