Skip to content
Snippets Groups Projects
Unverified Commit ec78ce8b authored by Haebum Jung's avatar Haebum Jung Committed by GitHub
Browse files

Update README.md

parent affc9b5e
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,17 @@ rosbag play your-bag.bag -r 3
<img src="./config/doc/ouster-demo.gif" alt="drawing" width="300"/>
</p>
## Service
- /lio_sam/save_map
- save map as a PCD file.
``` bash
rosservice call [service] [resolution] [destination]
```
- Example:
``` bash
$ rosservice call /lio_sam/save_map 0.2 "/Downloads/LOAM/"
```
## Issues
- **Zigzag or jerking behavior**: if your lidar and IMU data formats are consistent with the requirement of LIO-SAM, this problem is likely caused by un-synced timestamp of lidar and IMU data.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment