Login  Register

Should localization:=true on launch prevent new nodes being added?

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Should localization:=true on launch prevent new nodes being added?

Ross_L
33 posts
Hi

I am trying to run the robot in localization mode, but I note it is adding new clouds as it goes. I just want it to localize against the established map. Is it meant to add new clouds?

I am launching in ROS with roslaunch:

roslaunch robot_pkg rtabmap.launch localization:=true


Cheers!
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Should localization:=true on launch prevent new nodes being added?

matlabbe
Administrator
4465 posts
I see you are launching rtambap.launch from "robot_pkg" package, is it the same version than the original?

In localization mode (more explicitly when Mem/IncrementalMemory parameter is false), the map should be fixed (well, you may see the current point cloud but it should not be appended to map).

cheers,
Mathieu