Skip to content

Commit

Permalink
Update on rosbag playback
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasaki0109 committed Nov 15, 2023
1 parent 19ab7d5 commit cad84e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ The other thing to note is that the speed will diverge if the voxel_grid_size is

demo data(ROS1) in LIO-SAM
https://github.com/TixiaoShan/LIO-SAM
The Velodyne VLP-16 was used in this data.

To use ros1 rosbag , use [rosbags](https://pypi.org/project/rosbags/).
The Velodyne VLP-16 was used in this data.

```
rviz2 -d src/li_slam_ros2/scanmatcher/rviz/lio.rviz
Expand All @@ -71,7 +71,7 @@ ros2 launch scanmatcher lio.launch.py
```

```
ros2 bag play -s rosbag_v2 walking_dataset.bag
ros2 bag play walking_dataset/
```

<img src="./scanmatcher/images/li_slam.gif">
Expand Down Expand Up @@ -103,7 +103,7 @@ ros2 launch scanmatcher lio_bigloop.launch.py
```

```
ros2 bag play -s rosbag_v2 big_loop.bag
ros2 bag play rosbag_v2 big_loop/
```


Expand Down

0 comments on commit cad84e9

Please sign in to comment.