Changes between Version 58 and Version 59 of Other/Summer/2025/self-driving


Ignore:
Timestamp:
Jul 30, 2025, 2:50:57 PM (6 days ago)
Author:
MichelleGutwein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2025/self-driving

    v58 v59  
    1301302. Click **replayer/setLvalid, replayer/setRvalid, replayer/setSvalid** to indicate which paths are possible at that intersection. This will be used later when training.[[BR]]
    131131
     132=== Labeling turns:
     133In addition to the intersection labeling, you also need to label the turns themselves that take place immediately after the intersection, so that the car knows to complete the full turn before reenabling stopping mode for the next intersection. [[BR]]
     1341. Highlight the frames that indicate a full turn after an intersection occurs [[BR]]
     1352. Use **replayer/setLturn** to highlight left turns and **replayer/setRturn** to highlight right turns the same way you would highlight the intersection. [[BR]]
     136
    132137IMPORTANT: Once you are finished editing you MUST save the data by running the **data_loader/smoothen** command
    133138