Obstacle avoidance behaviors in Mobile Robots
hi everyone i am using ros kinetic and i am trying to build a mobile robot. But I am having problems with parameters and robot behavior. When my robot sees an obstacle, it avoids the obstacle and changes its course, yes this is very nice, but this seems to cause some problems with moving dynamic obstacles. What I want is for my robot to stop until the obstacle is cleared from the map when it sees an obstacle and continue when the obstacle is gone. Are there suitable parameters for this? or should i create a node with lidar data? I actually tried rendering with lidar data, but had trouble using message types in its algorithm. I would be very happy if you could guide me in this matter. edit: What alternatives can be used besides the planner? writing another node or using a sensor etc. i need your help on this
Are you using
move_base
? If so, which local planner are you using?hi, yes i use move_base and dwa local planner.