WaypointLaneRelation.msg 295 B

1234567891011
  1. # This represents the connection between waypoints and lanes
  2. # Id of refering Waypoint object
  3. int32 waypoint_id
  4. # Id of Lane object which refering waypoint belongs to
  5. int32 lane_id
  6. # order of the waypoint in the lane.
  7. # e.g. starting waypoint of the lane will have order of 0.
  8. int32 order