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

P1 - Prevent Caffeine from Driving Backwards #83

Open
2 tasks
Anthonyjlem opened this issue Apr 23, 2022 · 1 comment
Open
2 tasks

P1 - Prevent Caffeine from Driving Backwards #83

Anthonyjlem opened this issue Apr 23, 2022 · 1 comment

Comments

@Anthonyjlem
Copy link
Contributor

Description:

  • If we use the global path planner to navigate to the first way point, there is a risk that the global path may plan for the rover to go the wrong way/backwards to the way point. We want to prevent this and ensure the global path plans for the rover to go in the right direction.

Goals:

  • The global path always plans for the rover to go through the course in the right direction.

Acceptance Criteria:

  • The global path always plans for the rover to go through the course in the right direction for both the grass and pavement worlds.

Notes:

  • One approach could be to create a fake obstacle behind the rover to prevent it from going backwards.
@spencerteetaert
Copy link
Contributor

Adding corner waypoints to the course. Scratching fake obstacle idea because local backwards motion may be necessary. @kajananchinniah do we have additional waypoints integrated yet?

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