File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
nav2_lifecycle_manager/include/nav2_lifecycle_manager Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -84,23 +84,6 @@ class LifecycleManagerClient
84
84
*/
85
85
SystemStatus is_active (const std::chrono::nanoseconds timeout = std::chrono::nanoseconds(-1 ));
86
86
87
- // A couple convenience methods to facilitate scripting tests
88
- /* *
89
- * @brief Set initial pose with covariance
90
- * @param x X position
91
- * @param y Y position
92
- * @param theta orientation
93
- */
94
- void set_initial_pose (double x, double y, double theta);
95
- /* *
96
- * @brief Send goal pose to NavigationToPose action server
97
- * @param x X position
98
- * @param y Y position
99
- * @param theta orientation
100
- * @return true or false
101
- */
102
- bool navigate_to_pose (double x, double y, double theta);
103
-
104
87
protected:
105
88
using ManageLifecycleNodes = nav2_msgs::srv::ManageLifecycleNodes;
106
89
You can’t perform that action at this time.
0 commit comments