how to disable the optimization?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

how to disable the optimization?

mantouRobot
Hi~
      I want to disable the optimization and only use the odom to map to check my odom, how can I do that?
      Thank u so much~
Reply | Threaded
Open this post in threaded view
|

Re: how to disable the optimization?

matlabbe
Administrator
Hi,

You can set "Kp/MaxFeatures" to -1. On ROS, without any changes, you can pause mapping ($ rosservice call /rtabmap/pause) and republish the map not optimized ($rosservice call /rtabmap/publish_map 1 0 1), so that MapCloud RVIZ plugin would show the map not optimized by loop closures (raw odometry).

cheers
Reply | Threaded
Open this post in threaded view
|

Re: how to disable the optimization?

mantouRobot
Hi~
      I got it. Thank u so much~