Skip to content

Commit 7a761dd

Browse files
author
Benedikt Mersch
authored
Add a sample bag (#29)
* Readme * Minor
1 parent 18536b9 commit 7a761dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,19 @@ You can run both the `online_node` and the `offline_node` on a 2D Laser topic (w
9797
```sh
9898
ros2 launch kinematic_icp online_node.launch.py lidar_topic:=<LASER_2D_TOPIC> use_2d_lidar:=true
9999
```
100+
## Sample data
100101

102+
If you want to test the code on a sample bag file, just download it [here](https://www.ipb.uni-bonn.de/html/projects/kinematic-icp/2024-08-23-11-05-41_0_clipped.mcap) and run
103+
104+
```sh
105+
ros2 launch kinematic_icp offline_node.launch.py lidar_topic:=/lidar_points bag_filename:=./2024-08-23-11-05-41_0_clipped.mcap
106+
```
107+
108+
or for the 2D LiDAR
109+
110+
```sh
111+
ros2 launch kinematic_icp offline_node.launch.py lidar_topic:=/front_scan bag_filename:=./2024-08-23-11-05-41_0_clipped.mcap use_2d_lidar:=true
112+
```
101113

102114
## Citation
103115

0 commit comments

Comments
 (0)