WaypointRelation.msg 498 B

1234567891011121314151617
  1. # This represents the connection between a waypoint and a lane.
  2. # Id of refering Waypoint object
  3. int32 waypoint_id
  4. # Id of Waypoint object that follows the refering waypoint
  5. int32 next_waypoint_id
  6. # Direction from the refering waypoint to next waypoint in [rad].
  7. # The angle is calculated from North in counter clockwise.
  8. float64 yaw
  9. # Blinker that vehicle must light up when driving from waypoint to next_waypoint
  10. int32 blinker
  11. # Distance between waypoint and next_waypoint
  12. float64 distance