How to use the pronto.multisense_state_t.multisense_state_t function in pronto

To help you get started, we’ve selected a few pronto examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github openhumanoids / oh-distro / software / utils / drc_utils / python / republish_multisense_with_one_joint.py View on Github external
def on_msg(channel, data):
  m = multisense_state_t.decode(data)
  m.num_joints = 1
  lc.publish("MULTISENSE_STATE",m.encode())
  print m.utime