Lanes.msg 355 B

123456789101112131415161718
  1. Header header
  2. Lane[] lanes
  3. # Marks where you are amoung the lanes,
  4. # for examples:
  5. # -------------------------
  6. # Lane: 0 1 2 3 4
  7. # | : | : |
  8. # Car : A B C D
  9. # -------------------------
  10. # The positions of cars above are:
  11. # A = -0.5;
  12. # B = 1.5;
  13. # C = 3.0;
  14. # D = 4.5;
  15. # You can set NaN to position for unknown.
  16. float64 position