Changes between Version 51 and Version 52 of Other/Summer/2025/self-driving


Ignore:
Timestamp:
Jul 22, 2025, 7:33:41 PM (3 days ago)
Author:
MichelleGutwein
Comment:

Legend:

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

    v51 v52  
    84845. Press **bagrecorder** again to stop recording [[BR]]
    85856. When finished, press ctrl+c in the terminal to save the recorded session [[BR]]
    86 7. You can record multiple segments in a loaded session, but note that it is better to do a few segments, then save the session and start a new one in case the car malfunctions or the wifi goes out. [[BR]]
     867. You can record multiple segments within a single session, but note that it's better to keep sessions short— record a few segments, save the session, and then start a new one. This helps prevent data loss in case the car malfunctions or the Wi-Fi connection drops. [[BR]]
    87878. Go to **/opt/upcar/dataProcessing** and type **python bag2AllData.py** in the terminal to access all recorded sessions [[BR]]
    88889. Select the number that you want to download (should be the most recent one)[[BR]]
     
    117117== Training Rascal
    118118We used the fisheye and discrete_waypoint model to train on [[BR]]
    119 1. If you go to **/sessions** in the server terminal and type **ls** your chosen files should be listed there [[BR]]
     1191. If you go to **/sessions** in the server terminal and type **ls** your chosen files should be listed there (it will have the term **labeled** or **smooth** in the name) [[BR]]
    1201202. Go back to **/upcar** and move your data to /rascaltraining/data: **mv dataProcessing/sessions/<your file name here> rascaltraining/data [[BR]]
    1211213. If you go into **/rascaltraining/data** you should see your file listed [[BR]]