Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: stevedan <[email protected]>
  • Loading branch information
stevedanomodolor committed Oct 25, 2024
1 parent cfe8a17 commit 8d4dbd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nav2_smac_planner/src/a_star.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ bool AStarAlgorithm<NodeT>::areInputsValid()
}
}

// precompute the distance heuristic for all valid goals
// We recreate the lookup table taking into conisderation the valid goals
NodeT::ReComputeDistanceHeuristic(_goals_coordinates);
return true;
Expand Down

0 comments on commit 8d4dbd3

Please sign in to comment.