biped_robin_msgs/StepTarget3D Message

File: biped_robin_msgs/StepTarget3D.msg

Raw Message Definition

# Target for a single stepping motion of a humanoid's leg

geometry_msgs/Pose pose   # step pose absolute
uint8 leg                   # which leg to use (left/right, see below)

uint8 right=0               # right leg constant
uint8 left=1                # left leg constant

Compact Message Definition

uint8 right=0
uint8 left=1
geometry_msgs/Pose pose
uint8 leg