Global path not changing with new obstacles !

asked 2015-11-25 09:05:12 -0500

osmancns gravatar image

updated 2015-11-25 09:12:25 -0500

hello I'm using move_base to generate paths based on a map. The below rviz screenshot sums up my problem quite well: essentially as the new (middle) obstacle appeared in my LiDAR's view, the global path (in green) doesn't update. It seems properly inflated (blue).

my config files (DWA) : https://github.com/husky/husky/tree/i...

image description

ı tried;

planner_frequency: 1.0

static_map : true

So what happens is that move_base keeps going onto the global path until it arrives too close to the obstacle, and then it backs up (recovery mode).

Any ideas why my global path isn't changing?

edit retag flag offensive close merge delete