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: GEMstack/offboard/calibration/README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
+
# Data Capture
2
+
3
+
### Data Capture Script (`capture_ouster_oak.py`)
4
+
5
+
Usage:
6
+
7
+
Run roscore in a terminal
8
+
Run catkin_make in gem stack
9
+
Run source /demo_ws/devel/setup.bash
10
+
Run roslaunch basic_launch sensor_init.launch to get all sensors running
11
+
12
+
To run script:
13
+
python3 capture_ouster_oak.py
14
+
To specify directory to save data, use --folder "path to save location" (default save folder is data)
15
+
To specify frequency of data capture, use --frequency put_frequency_in_hz_here (default is 2 hz)
16
+
To specify the what index the data should start being saved as, use --start_index desired_index_here (default is 1)
17
+
18
+
1
19
# GEMstack Offboard Calibration
2
20
3
-
This repository contains tools for offline calibration of LiDAR and camera sensors to the vehicle coordinate system on the GEM E4 platform. The calibration pipeline consists of three stages:
21
+
This section explains tools for offline calibration of LiDAR and camera sensors to the vehicle coordinate system on the GEM E4 platform. The calibration pipeline consists of three stages:
0 commit comments