We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6008637 commit 413bec7Copy full SHA for 413bec7
nav2_docking/opennav_docking/include/opennav_docking/controller.hpp
@@ -81,17 +81,6 @@ class Controller
81
82
protected:
83
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
-
95
/**
96
* @brief Check if a trajectory is collision free.
97
*
0 commit comments