Local path won't follow Global Path - Navigation
Hello,
I'm using the navigation with gmapping but without the amcl in a Pioneer 3-AT robot and a Kinect. I get the pointCloud2 from the /camera/depth/points and I use the configuration(.yaml) files from the p2os_launch package, with some modifications. Although I can see the local map, the global map, the point cloud, the footprint and the global_path correctly in RVIZ the robot is planning wrong local paths. While the global path is avoiding the obstacles, the local path goes almost(sometimes it does some awkward movings, near to the goal most of the times) straight to the goal and crashes in the obstacles in its way. Is it some kind of configuration I'm missing?
Can you supply more information about your costmap yaml files? Local planner? Maybe your sensor sources aren't set up properly
If you're using DWA, you can also enable
publish_cost_grid
and have a look at thecost_cloud
topic.