Skip to content

Commit 006348c

Browse files
Update README.md
1 parent ee8d1ad commit 006348c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

GEMstack/offboard/calibration/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22

33
### Data Capture Script (`capture_ouster_oak.py`)
44

5-
Usage:
5+
Set up on vehicle:
66

77
1. Run roscore in a terminal
88
2. Run catkin_make in gem stack
99
3. Run source /demo_ws/devel/setup.bash
1010
4. Run roslaunch basic_launch sensor_init.launch to get all sensors running
1111

12-
To run script:
12+
Script usage:
1313

1414
python3 capture_ouster_oak.py
15-
To specify directory to save data, use --folder "path to save location" (default save folder is data)
16-
To specify frequency of data capture, use --frequency put_frequency_in_hz_here (default is 2 hz)
17-
To specify the what index the data should start being saved as, use --start_index desired_index_here (default is 1)
15+
16+
1. To specify directory to save data, use --folder "path to save location" (default save folder is data)
17+
2. To specify frequency of data capture, use --frequency put_frequency_in_hz_here (default is 2 hz)
18+
3. To specify the what index the data should start being saved as, use --start_index desired_index_here (default is 1)
1819

1920

2021
# GEMstack Offboard Calibration

0 commit comments

Comments
 (0)