Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dynamic obstacle avoidance and steer around for the suddenly occuring obstacles #7

Open
padhupradheep opened this issue Apr 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@padhupradheep
Copy link
Member

padhupradheep commented Apr 8, 2022

There are scenarios, where a human or a forklift (for example) in the way of the robot, it might be static or dynamic sometimes. The unknown obstacles which did not appear on the map suddenly can be taken care by the global planner.

For the cases of sudden occurrences, it is necessary for the robot to react and steer around the obstacle in both static case and dynamic case. Currently the robot stops when it see a sudden obstacle. A much more appreciated behavior would be for the robot to move around the obstacle, even before the global planner updates itself. A possible solution would be to use a customized potential field approach..

It would be nice to have a spring behavior, if the robot could spring back from the obstacles in case if it see a possible collision and tries to reach the goal without emergency stop.

Obstacle avoidance will be purely based on potential field approach

More to follow..!

@padhupradheep padhupradheep added the enhancement New feature or request label Apr 27, 2022
@padhupradheep padhupradheep changed the title add dynamic obstacle avoidance add dynamic obstacle avoidance and steer around for the suddenly occuring obstacles Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant