You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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).
58
58
59
59
60
60
## 2. Build
@@ -187,8 +187,9 @@ Run:
187
187
```
188
188
roslaunch pv_lio mapping_robosense.launch
189
189
cd YOUR_BAG_DOWNLOADED_PATH
190
-
rosbag play *
190
+
rosbag play *.bag
191
191
```
192
+
**Important:** The 3 bags are from the same dataset sequence, so they should be play sequentially, rather than be played alone.
192
193
193
194
## Related Works
194
195
1.[VoxelMap](https://github.com/hku-mars/VoxelMap): An efficient and probabilistic adaptive voxel mapping method for LiDAR odometry.
0 commit comments