Skip to content

Commit 413bec7

Browse files
authored
Update controller.hpp
Signed-off-by: Jakubach <[email protected]>
1 parent 6008637 commit 413bec7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

nav2_docking/opennav_docking/include/opennav_docking/controller.hpp

-11
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,6 @@ class Controller
8181

8282
protected:
8383

84-
/**
85-
* @brief Check if a trajectory is collision free.
86-
*
87-
* @param target_pose Target pose, in robot centric coordinates.
88-
* @param is_docking If true, robot is docking. If false, robot is undocking.
89-
* @param backward If true, robot will drive backwards to goal.
90-
* @return True if trajectory is collision free.
91-
*/
92-
bool isTrajectoryCollisionFree(
93-
const geometry_msgs::msg::Pose & target_pose, bool is_docking, bool backward = false);
94-
9584
/**
9685
* @brief Check if a trajectory is collision free.
9786
*

0 commit comments

Comments
 (0)