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

[slotcar] Improve collision detection #36

Open
Yadunund opened this issue Aug 11, 2021 · 0 comments
Open

[slotcar] Improve collision detection #36

Yadunund opened this issue Aug 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Yadunund
Copy link
Member

Right now the slotcar is requested to stop if the distance between its world pose and that of a non-static obstacles is less than a threshold. This is not very robust as two obstacles can have the same world pose but one with a larger geometry than the other. The slotcar will drive closer to the larger obstacle or worse might even collide. Hence, setting the threshold parameter is not very intuitive.

We should instead store AABBs of obstacles and then do a simple broadphase collision check between the robot AABB and that of the obstacle.

@Yadunund Yadunund added the enhancement New feature or request label Aug 11, 2021
@Yadunund Yadunund added this to Issues in Research & Development via automation Aug 11, 2021
@Yadunund Yadunund moved this from Issues to Simulation + Traffic Editor in Research & Development Aug 11, 2021
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
Research & Development
Simulation + Traffic Editor
Development

No branches or pull requests

1 participant