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

Distance to Wall #21

Open
stlgolfer opened this issue Feb 2, 2020 · 3 comments
Open

Distance to Wall #21

stlgolfer opened this issue Feb 2, 2020 · 3 comments
Assignees
Labels
autonomous Autonomous enhancement New feature or request help wanted Extra attention is needed

Comments

@stlgolfer
Copy link
Collaborator

Overview

On both of our autonomii, we literally slam into the wall to make get to where we need to be. This is not the most time-effective way to do this.

Solution

  1. use encoders
  2. put a color sensor on the bottom (use the one that's currently in the front) to figure out where the tape is, then use encoders to take us to the wall (this will account for the varying distances when we pick up the skystone). Be advised: we will need to make sure the logic for this algorithm will fit with Running into Other Robots/Parking #19
@stlgolfer stlgolfer added enhancement New feature or request help wanted Extra attention is needed autonomous Autonomous labels Feb 2, 2020
@lmccarty5
Copy link
Contributor

Couldn't we just decrease the velocity and add a touch sensor on either side?

@stlgolfer
Copy link
Collaborator Author

Yes, we could, although the color sensor would fall outside the 18x18.

@lmccarty5
Copy link
Contributor

We could probably fix that mechanically. We would just need to cut out a bit of plexi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autonomous Autonomous enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants