perception_msgs/LaneMarking Message

File: perception_msgs/LaneMarking.msg

Raw Message Definition

# An extended Path message.
# Has uncertainty in addition to poses and some bits for error signals.
Header header
geometry_msgs/Pose[] poses
float64[] uncertainty

# id is incrementing from 0 and should be passed back to lane detection to match the messages
uint32 id

bool event_reset
bool event_lane_jump


Compact Message Definition

std_msgs/Header header
geometry_msgs/Pose[] poses
float64[] uncertainty
uint32 id
bool event_reset
bool event_lane_jump