Skip to content

Commit

Permalink
Merge pull request #101 from tkkim-robot/dev
Browse files Browse the repository at this point in the history
minor bug fix on variable name - 'tolerance'
  • Loading branch information
SteveMacenski authored Oct 12, 2022
2 parents c874929 + 8148ea9 commit 37c8174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mppic/tools/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ inline bool withinPositionGoalTolerance(
}

inline bool withinPositionGoalTolerance(
float tolerance,
float pose_tolerance,
const geometry_msgs::msg::Pose & robot,
const models::Path & path)
{
Expand Down

0 comments on commit 37c8174

Please sign in to comment.