Skip to content

Commit d5ecbb2

Browse files
all quality of life changes now complete
1 parent e35d421 commit d5ecbb2

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

GEMstack/offboard/calibration/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
119
# GEMstack Offboard Calibration
220

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:
422

523
1. **LiDAR-to-Vehicle**
624
2. **Camera-to-Vehicle**

0 commit comments

Comments
 (0)