-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add communication library for new RF Kill Board #1274
Comments
@tjcanro Do you want to try taking this on? It shouldn't be too much. You will need to work with Adrian on the specifics of how the board communicates with our library/the computer, but it shouldn't be overly complex. |
Yeah for sure! |
I misunderstood the electrical configuration: we won't be talking to the light tower board directly; rather we will talk to the RF Kill Board which will then talk to the light tower for us. |
After coming to testing today, I decided that I want to try to make another communication library for the robot. I haven't been able to do anything yet because of the hurricane and career fair, but will begin working on this task this week. |
@Shxl2 Hey, this one probably also isn't the best to do, sorry. I'm about 50% done with the driver so far. Really sorry about this, we just have to complete it soon since it is required for us to have to compete. |
What needs to change?
We will need a library to work with the Light Tower board being developed by our electrical team (see uf-mil-electrical/NaviGator#2). This would include telling the board when we have switched between manual and autonomous control (as it should be able to derive when we are killed from the kill/relay board).
It looks like the inputs will be three high/low signals, so we should just be able to control the high/low statuses of the signals we are sending to the board to control it, but we will see!
How would this task be tested?
The text was updated successfully, but these errors were encountered: