Skip to content

Commit

Permalink
Merge branch 'master' of github.com:HViktorTsoi/PV-LIO
Browse files Browse the repository at this point in the history
  • Loading branch information
HViktorTsoi committed Jul 17, 2023
2 parents fe50545 + eb77347 commit e0c90f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Follow [livox_ros_driver Installation](https://github.com/Livox-SDK/livox_ros_dr

*Remarks:*
- The **livox_ros_driver** must be installed and **sourced** before run any PV-LIO luanch file.
- 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).
- 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).


## 2. Build
Expand Down Expand Up @@ -187,8 +187,9 @@ Run:
```
roslaunch pv_lio mapping_robosense.launch
cd YOUR_BAG_DOWNLOADED_PATH
rosbag play *
rosbag play *.bag
```
**Important:** The 3 bags are from the same dataset sequence, so they should be play sequentially, rather than be played alone.

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

0 comments on commit e0c90f7

Please sign in to comment.