Skip to content

Commit d317abf

Browse files
SteveMacenskistevedanomodolor
authored andcommitted
Update nav2_smac_planner/src/a_star.cpp
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: stevedanomodolor <stevedan.o.omodolor@gmail.com>
1 parent 78bdf1c commit d317abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎nav2_smac_planner/src/a_star.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ bool AStarAlgorithm<NodeT>::createPath(
342342

343343
NodeVector coarse_check_goals, fine_check_goals;
344344
_goal_manager.prepareGoalsForAnalyticExpansion(coarse_check_goals, fine_check_goals,
345-
_coarse_search_resolution);
345+
_coarse_search_resolution);
346346

347347
// 0) Add starting point to the open set
348348
addNode(0.0, getStart());

0 commit comments

Comments
 (0)