File tree Expand file tree Collapse file tree
GEMstack/offboard/calibration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33### Data Capture Script (` capture_ouster_oak.py ` )
44
5- Usage :
5+ Set up on vehicle :
66
771 . Run roscore in a terminal
882 . Run catkin_make in gem stack
993 . Run source /demo_ws/devel/setup.bash
10104 . Run roslaunch basic_launch sensor_init.launch to get all sensors running
1111
12- To run script :
12+ Script usage :
1313
1414python3 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
You can’t perform that action at this time.
0 commit comments