WaypointSignalRelation.msg 277 B

12345678
  1. # This represents the relationship between waypoint and traffic signal
  2. # Id of refering Waypoint object
  3. # Vehicle is meant to stop at this waypoint when refered traffic signal shows red signal
  4. int32 waypoint_id
  5. # Id of Signal object related to the waypoint.
  6. int32 signal_id