ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You should be able to echo the /robot_description
topic by running:
ros2 topic echo --qos-profile services_default --qos-durability transient_local /robot_description
See more details here:
https://answers.ros.org/question/305795/ros2-latching/#348298
2 | No.2 Revision |
You should be able to echo the /robot_description
topic by running:
ros2 topic echo --qos-profile services_default --qos-durability transient_local /robot_description
See more details here:
https://answers.ros.org/question/305795/ros2-latching/#348298