bt_navigator_navigate_to_pose
#
Caution
This documentation page has been auto-generated.
It may be missing some details.
bt_navigator_navigate_to_pose
Quick Facts
- Category
- Debian package
nav2_bt_navigator-None
- License
Apache-2.0
- Source code
https://github.com/ros-navigation/navigation2/tree/main/nav2_bt_navigator
This node is a BT Navigator Plugin that implements the NavigateToPose task interface.
This node provides the /navigate_to_pose and loads a Behavior Tree defining the logic that a robot should follow when reaching a single goal.
To configure this node, please refer to the Nav2 Behavior Tree Navigator Configuration guide.
For more information about this node and its usage, check Nav2 Navigate To Pose documentation.
Node management#
How to check the status of the node?#
# this a copy-pastable snippet to check the status
# this a copy-pastable snippet using rosnode/rostopic to check the node is working
How to access the node’s logs?#
# this a copy-pastable snippet
How to start/stop/restart the node#
# this a copy-pastable snippet
Using in your code/application#
Access via the robot’s GUI#
[insert screenshots here]
Access via ROS standard tools#
# this a copy-pastable snippet
[insert screenshots here]
Using in Python#
# this a copy-pastable snippet
Using in C++#
# this a copy-pastable snippet