You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/competitions/roboracer-sim-racing-guide-2026.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,9 @@ AutoDRIVE Simulator's graphical user interface (GUI) consists of a toolbar encom
106
106
107
107
AutoDRIVE Simulator hosts a time-synchronized data recording functionality that can be used to export simulation data at 30 Hz. The data is saved in `CSV` format and the raw camera frames are exported as timestamped `JPG` files. The `CSV` file hosts the following data entries per timestamp:
|**UNIT**| yyyy_MM_dd_HH_mm_ss_fff | norm% | rad | count | count | m | m | m | rad |rad |rad |m/s | m/s | m/s |rad/s |rad/s |rad/s | m/s^2 |m/s^2 | m/s^2 | img_path| array(float) |
112
112
113
113
The data recorder can be triggered by clicking on the red `Record Data` button in the HUD panel, or using the `R` hotkey. The first time, the data recorder will prompt the user to specify the directory path to store the data. The second trigger will start recording the data, which can be verified by checking the status of the red button change from `Record Data` to `Recording Data`. Finally, the third trigger will stop data recording, which can be verified by checking the status of the red button change from `Recording Data` to `Saving Data` with the save percentage being displayed.
114
114
@@ -421,25 +421,25 @@ autodrive_devkit
421
421
The following table describes various data streams of the competition framework. These data streams are exposed as ROS 2 topics using AutoDRIVE Devkit.
0 commit comments