Is it normal behavior for local planners to ignore static obstacles if no pointcloud or laserscan data is being published?
I have tried the following local planners:
- base_local_planner
- dwa local planner
- teb_local_planner
and all of them are ignoring obstacles on a static map, The global planners on the other hand never generate a path that would cause a collision with any obstacle.
It is noteworthy that I am not using kinect or a laser scanner so can't possibly publish pointcloud or laserscan messages.