calibration_msgs/DenseLaserObjectFeatures Message

File: calibration_msgs/DenseLaserObjectFeatures.msg

# Synchronized with sensor output
Header header

# Pixel locations of detected features
DenseLaserPoint[] dense_laser_points

# Defines geometry of detected features in some "object" coordinate frame
geometry_msgs/Point[] object_points

# False on detection failure or partial detection
uint8 success

Expanded Definition

Header header
    uint32 seq
    time stamp
    string frame_id
DenseLaserPoint[] dense_laser_points
    float64 scan
    float64 ray
geometry_msgs/Point[] object_points
    float64 x
    float64 y
    float64 z
uint8 success