Skip to content

Commit e0c90f7

Browse files
committed
Merge branch 'master' of github.com:HViktorTsoi/PV-LIO
2 parents fe50545 + eb77347 commit e0c90f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Follow [livox_ros_driver Installation](https://github.com/Livox-SDK/livox_ros_dr
5454

5555
*Remarks:*
5656
- The **livox_ros_driver** must be installed and **sourced** before run any PV-LIO luanch file.
57-
- How to source? The easiest way is add the line ``` source $Licox_ros_driver_dir$/devel/setup.bash ``` to the end of file ``` ~/.bashrc ```, where ``` $Licox_ros_driver_dir$ ``` is the directory of the livox ros driver workspace (should be the ``` ws_livox ``` directory if you completely followed the livox official document).
57+
- How to source? The easiest way is add the line ``` source $Livox_ros_driver_dir$/devel/setup.bash ``` to the end of file ``` ~/.bashrc ```, where ``` $Livox_ros_driver_dir$ ``` is the directory of the livox ros driver workspace (should be the ``` ws_livox ``` directory if you completely followed the livox official document).
5858

5959

6060
## 2. Build
@@ -187,8 +187,9 @@ Run:
187187
```
188188
roslaunch pv_lio mapping_robosense.launch
189189
cd YOUR_BAG_DOWNLOADED_PATH
190-
rosbag play *
190+
rosbag play *.bag
191191
```
192+
**Important:** The 3 bags are from the same dataset sequence, so they should be play sequentially, rather than be played alone.
192193

193194
## Related Works
194195
1. [VoxelMap](https://github.com/hku-mars/VoxelMap): An efficient and probabilistic adaptive voxel mapping method for LiDAR odometry.

0 commit comments

Comments
 (0)