Less number of occupancy grids

asked 2018-11-07 03:13:49 -0500

stevemartin gravatar image

Hello,

I am running a gmapping package and creating a map. I have used a standard resolution of 0.05. After I have finished with the mapping my next step is to create a path plan. For that, I have used a global_planner from navigation stack. As my robot is very simple it cannot take curve tracks therefore I needed a simple path planning algorithm and used a parameter use_grid_map. Still, the plan seems to count too many steps for simple linear goal. So instead of turning and going straight to the goal, the path plan estimates too many trajectories.

Is it due to the fact that the gmapping produces too many occupancy grids or is it something in global_planner? What can I do?

edit retag flag offensive close merge delete

Comments

A video would really help on this situation!

gstavrinos gravatar image gstavrinos  ( 2018-11-07 07:06:54 -0500 )edit