Skip to content

Commit

Permalink
Update on rosbag playback
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasaki0109 authored Nov 15, 2023
1 parent b657c7b commit f75a186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ ros2 service call /map_save std_srvs/Empty
### trial environment
demo data(ROS1) is `hdl_400.bag` in [hdl_graph_slam](https://github.com/koide3/hdl_graph_slam)
The Velodyne VLP-32 was used in this data.
To use rosbag in ROS1, use [rosbag2_bag_v2](https://github.com/ros2/rosbag2_bag_v2)
To use rosbag in ROS1, use [rosbags](https://pypi.org/project/rosbags/)


```
ros2 launch lidarslam lidarslam.launch.py
```

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

<img src="./lidarslam/images/path.png" width="640px">
Expand All @@ -154,7 +154,7 @@ ros2 launch lidarslam lidarslam_tukuba.launch.py
```

```
ros2 bag play -s rosbag_v2 tc_2017-10-15-15-34-02_free_download.bag
ros2 bag play tc_2017-10-15-15-34-02_free_download/
```

<img src="./lidarslam/images/path_tukuba.png" width="640px">
Expand Down

0 comments on commit f75a186

Please sign in to comment.