nao_msgs/JointAngleTrajectory Message

File: nao_msgs/JointAngleTrajectory.msg

Raw Message Definition

Header header

# A list of joint names, corresponding to their names in the Nao docs.
# This must be either the same lenght of joint_angles or 1 if it's a
# keyword such as 'Body' (for all angles)
string[] joint_names
float32[] joint_angles
float32[] times

# Absolute angle(=0, default) or relative change
uint8 relative

Compact Message Definition

std_msgs/Header header
string[] joint_names
float32[] joint_angles
float32[] times
uint8 relative