Example #1
0
def on_joint_state(channel, data):
  global joint_state
  joint_state = joint_state_t.decode(data)
Example #2
0
def on_core_robot_state(channel, data):
  global core_robot_state
  core_robot_state = joint_state_t.decode(data)