Path planning with SLAM
Hi
I'm new to the navigation stack. I'd like to do some path planning and obstacle avoidance with the orb_slam2_ros package. I can generate a decent point cloud, but suppose I can save that as a map (as a .bin
), how can path planning be done? Do I feed the .bin
to global_planner
?
Thanks
You should take a look at the navigation stack tutorials if you didn't. I'm not an expert in SLAM but I'm sure that the stack should have some tools to bring the map at the time you are navigating through it. There is also a Map server but I guess it canĀ“t be used with SLAM.