Administrator
|
Hi Josh,
You may try to increase the local planning radius of rtabmap (RGBD/LocalRadius, default 10 meters), so that goals farther on the path will be sent to move_base, thus letting more flexibility to move_base's global planner to plan further away form rtabmap's graph and maybe find some shortcuts. Note that following the graph helps to get better localizations. You may send directly goals to move_base when doing exploration, but to come back to a mapped area, maybe it is better to follow the graph to not get lost.
cheers,
Mathieu
|