Skip to content

Commit 7e59225

Browse files
doisygGuillaume Doisy
authored andcommitted
[LifecycleManagerClient] clean set_initial_pose and navigate_to_pose (#4346)
Signed-off-by: Guillaume Doisy <[email protected]> Co-authored-by: Guillaume Doisy <[email protected]> Signed-off-by: enricosutera <[email protected]>
1 parent 866d29a commit 7e59225

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

nav2_lifecycle_manager/include/nav2_lifecycle_manager/lifecycle_manager_client.hpp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,6 @@ class LifecycleManagerClient
8484
*/
8585
SystemStatus is_active(const std::chrono::nanoseconds timeout = std::chrono::nanoseconds(-1));
8686

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-
10487
protected:
10588
using ManageLifecycleNodes = nav2_msgs::srv::ManageLifecycleNodes;
10689

0 commit comments

Comments
 (0)