how to save map using ros #47
-
using openvslam stand-alone it is possible to save the generated map in a specific location by simply using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please describe the command and error details. The option exists, so if it doesn't work, it's a bug.
If you want to run it in the standalone version, see below. https://openvslam-community.readthedocs.io/en/latest/example.html#tum-rgbd-dataset However, I think it is easier to load from bag. |
Beta Was this translation helpful? Give feedback.
Please describe the command and error details. The option exists,
https://github.com/OpenVSLAM-Community/openvslam_ros/blob/03646d5d8fb719e33c1fe535917d8f67224932a3/src/run_slam.cc#L144
so if it doesn't work, it's a bug.
If you want to run it in the standalone version, see below.
https://openvslam-community.readthedocs.io/en/latest/example.html#tum-rgbd-dataset
However, I think it is easier to load from bag.