Changes between Version 8 and Version 9 of Other/Summer/2025/self-driving


Ignore:
Timestamp:
Jun 12, 2025, 5:41:55 PM (3 days ago)
Author:
MichelleGutwein
Comment:

Legend:

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

    v8 v9  
    19191. Sign into Zerotier under the account rascalstonesdc-at-gmail.com   password: si2022sdc[[BR]]
    20202. Connect to the network: rascalstonesdc's 1st network (ID: d3ecf5726d1a9fcd)[[BR]]
    21 3. Now you can open a terminal and connect to the IP address of the RASCAL using the command: ssh rascal@10.244.114.238[[BR]]
    22 4. In a web page type 10.244.114.238:5000 to open the web display where you can record and edit data for training[[BR]]
     213. Now you can open a terminal and connect to the IP address of the RASCAL using the command: **ssh rascal@10.244.114.238[[BR]]**
     224. Next, run the command: **roslaunch rascal pure_pursuit.launch** to launch all the nodes[[BR]]
     235. In a web page type **10.244.114.238:5000** to open the web display where you can record and edit data for training[[BR]]
    2324
    2425== Training
    25 To train either of the two working models...
     26To train either of the two working models first you need data.[[BR]]
     27[[BR]]
     28To record data:[[BR]]
     291. Press **bagrecorder/enable** on the web display to start recording [[BR]]
     302. Use the joystick or keys on the keyboard (wasd) to move the car around[[BR]]
     313. Press bagrecorder again to stop recording [[BR]]
     324. Open data **opt/upcar/dataProcessing** in the terminal to access all recorded sessions[[BR]]
     335. Select the number that you want to download (should be the most recent one)[[BR]]
     346. After it finishes downloading you can type the command: **roslaunch rascal sim.launch** which will upload that session to the web display[[BR]]
     357. In the web display you can play the video to see what the camera recorded (you might need to refresh the page to see the session come up)[[BR]]
     368. You can now edit the data that will be used for training[[BR]]