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

Feature request | Make collision montior cmd vel direction aware #3748

Closed
nakai-omer opened this issue Aug 8, 2023 · 1 comment
Closed

Comments

@nakai-omer
Copy link
Contributor

nakai-omer commented Aug 8, 2023

Feature request

Feature description

Currently any obstacle in the defined polygon will cause the robot to stop, even if the robot is driving away from the obstacle. For example, if the robot is driving forward and someone walks behind the robot, it will stop. It will be nice if the collision monitor will take into account the direction of the cmd vel, and if it is away from the obstacle, it should perform it.

Implementation considerations

polygon->getPointsInside can be changed to check only points which are in the same direction as the velocity command.

@SteveMacenski
Copy link
Member

See #3313 and associated PR. Currently being worked through 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants