Navigation from PointCloud or Ocupancy Grid
Hi,
I was able to apply rtabmap
and build a occupancy grid and a point cloud for the ground plane and a pointcloud for the obstacles. Now a I want to use this data to navigate the robot autonomously.
In this case, this would be outdoor navigation.
I found the package move_base
that seems to do that but I could not understand how to connect it to the data I already have.
So, I need some guidance on how to proceed next, which package implements navigation from stereo camera/3D ladar? Will I have to code this from scratch, if yes, which algorithms should I look into first?
Did you see this tutorial? http://wiki.ros.org/rtabmap_ros/Tutor...
Thank you. I followed it as it is. Then changed the
openni_points
topic for/rtabmap/cloud_obstacles
, on thelocal_costmap_params.yaml
file among other things but I always get the warning:The openni_points observation buffer has not been updated for x.xx seconds, and it should be updated every 0.50 seconds.
Is
/rtabmap/cloud_obstacles
published?