Robotics StackExchange | Archived questions

Global path not changing with new obstacles !

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/indigo-devel/husky_navigation/config

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?

Asked by osmancns on 2015-11-25 10:05:12 UTC

Comments

Answers