leap_motion/Bone Message

File: leap_motion/Bone.msg

Raw Message Definition

std_msgs/Header header

# The name of this bone. 
uint8 type

# The estimated length of the bone in meters.
float32 length

# The estimated with of the bone in meters.
float32 width

# A string containing a brief, human readable description of the Bone object. 
string to_string

# The base of the bone, closest to the wrist. 
geometry_msgs/Pose bone_start

# The end of the bone, closest to the finger tip. 
geometry_msgs/Pose bone_end

# The midpoint of the bone. 
float32[] center

Compact Message Definition

std_msgs/Header header
uint8 type
float32 length
float32 width
string to_string
geometry_msgs/Pose bone_start
geometry_msgs/Pose bone_end
float32[] center