TixiaoShan / LIO-SAM

LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping
BSD 3-Clause "New" or "Revised" License
3.32k stars 1.23k forks source link

ROS2 save pcd file failed @hitbg-yjm #410

Open lushengyao opened 1 year ago

lushengyao commented 1 year ago

thanks for your great job, and how to solve this problem in ROS2

        @hitbg-yjm 

Originally posted by @TixiaoShan in https://github.com/TixiaoShan/LIO-SAM/issues/3#issuecomment-653493972

Gaoeee commented 12 months ago

Did you solve it , bro?

Saiteja-RoshAi commented 1 month ago

@Gaoeee is it solved bro?

wxyLuna2024 commented 1 month ago

Also looking into this problem. When I turned on savePCD, nothing is being saved and stored in "/Downloads/LOAM/". When mapping is finished, I tried to save map manually, it says waiting for service to become available...

Saiteja-RoshAi commented 1 month ago

Also looking into this problem. When I turned on savePCD, nothing is being saved and stored in "/Downloads/LOAM/". When mapping is finished, I tried to save map manually, it says waiting for service to become available...

@wxyLuna2024 you need to call the service rosservice call resolution "path" for ex: rosservice call 0.2 "/Download/LOAM/"

it's working for me , wait for sometime depending on the size of the map it takes time to save the map.