Skip to content

Commit

Permalink
[LifecycleManagerClient] clean set_initial_pose and navigate_to_pose (r…
Browse files Browse the repository at this point in the history
…os-navigation#4346)

Signed-off-by: Guillaume Doisy <guillaume@dexory.com>
Co-authored-by: Guillaume Doisy <guillaume@dexory.com>
  • Loading branch information
2 people authored and Manos-G committed Aug 1, 2024
1 parent d4f8630 commit 560248a
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,23 +84,6 @@ class LifecycleManagerClient
*/
SystemStatus is_active(const std::chrono::nanoseconds timeout = std::chrono::nanoseconds(-1));

// A couple convenience methods to facilitate scripting tests
/**
* @brief Set initial pose with covariance
* @param x X position
* @param y Y position
* @param theta orientation
*/
void set_initial_pose(double x, double y, double theta);
/**
* @brief Send goal pose to NavigationToPose action server
* @param x X position
* @param y Y position
* @param theta orientation
* @return true or false
*/
bool navigate_to_pose(double x, double y, double theta);

protected:
using ManageLifecycleNodes = nav2_msgs::srv::ManageLifecycleNodes;

Expand Down

0 comments on commit 560248a

Please sign in to comment.