ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Via commandline

rostopic echo /joint_states | grep position

Via code make a subscriber and in the callback, take the message object and print(msg.position)