Functions | |
def | callback |
def | listener |
def shadowhand_subscriber.callback | ( | joint_state | ) |
The callback function for the topic /joint_states It just displays the received information on the console. @param joint_state: the message containing the joints data.
Definition at line 31 of file shadowhand_subscriber.py.
def shadowhand_subscriber.listener | ( | ) |
Initialize the ROS node and the topic to which it subscribes.
Definition at line 43 of file shadowhand_subscriber.py.