robot_state_publisher
#
Caution
This documentation page has been auto-generated.
It may be missing some details.
robot_state_publisher
Quick Facts
- Category
- Debian package
robot_state_publisher-1.15.2
- Author/maintainer
Maintainer: Chris Lalancette <clalancette@osrfoundation.org>, Maintainer: Ian McMahon <ian@ianthe.engineer>, Maintainer: Shane Loretz <sloretz@osrfoundation.org>, Ioan Sucan <isucan@gmail.com>, Jackie Kay <jacquelinekay1@gmail.com>, Wim Meeussen <wim@willowgarage.com>
- License
BSD
- Source code
This package allows you to publish the state of a robot to tf2.
Once the state gets published, it is available to all components in the system that also use tf2
. The package takes the joint angles of the robot as input and publishes the 3D poses of the robot links, using a kinematic tree model of the robot. The package can both be used as a library and as a ROS node. This official ROS package has been well tested and the code is stable. More informations on the ROS wiki.
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