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

[FIELD] Fix ramps so the robot does not get stuck on corners #116

Open
kevinzhu00 opened this issue Apr 27, 2021 · 1 comment
Open

[FIELD] Fix ramps so the robot does not get stuck on corners #116

kevinzhu00 opened this issue Apr 27, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@kevinzhu00
Copy link
Contributor

Currently, due to our implementation of ramps, it seems that a robot can get stuck on corners due to the ramp's added change in velocity. However, the robot should be able to get unstuck on a ramp which does not seem to be the case.

@kevinzhu00 kevinzhu00 added the bug Something isn't working label Apr 27, 2021
@charleshong3
Copy link
Contributor

Applying much less force (or no force at all) if a robot overlaps a ramp only slightly would probably fix this issue.

@charleshong3 charleshong3 changed the title [Simulator] Fix ramps so the robot does not get stuck on corners [FIELD] Fix ramps so the robot does not get stuck on corners May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants