Skip to content

Commit

Permalink
Update utils.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
  • Loading branch information
SteveMacenski authored Jan 14, 2025
1 parent 98e4525 commit 5ec24b9
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,7 @@ inline models::Path toTensor(const nav_msgs::msg::Path & path)
* @brief Check if the robot pose is within the Goal Checker's tolerances to goal
* @param global_checker Pointer to the goal checker
* @param robot Pose of robot
<<<<<<< HEAD
* @param path Path to retreive goal pose from
=======
* @param goal Goal pose
>>>>>>> d11de564 (Mppi goal to critic (#4822))
* @return bool If robot is within goal checker tolerances to the goal
*/
inline bool withinPositionGoalTolerance(
Expand Down Expand Up @@ -240,11 +236,7 @@ inline bool withinPositionGoalTolerance(
* @brief Check if the robot pose is within tolerance to the goal
* @param pose_tolerance Pose tolerance to use
* @param robot Pose of robot
<<<<<<< HEAD
* @param path Path to retreive goal pose from
=======
* @param goal Goal pose
>>>>>>> d11de564 (Mppi goal to critic (#4822))
* @return bool If robot is within tolerance to the goal
*/
inline bool withinPositionGoalTolerance(
Expand Down

0 comments on commit 5ec24b9

Please sign in to comment.