-
Notifications
You must be signed in to change notification settings - Fork 270
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 common field problems article #1814
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also add best practices to keep field problems from happening
get to the field on practice day, even if your robot isn't done
test code after deploying
run practice mode in pits
I would also add loose wires causing roborio/radio reboots, and can link to driver station log article.
- Is the firewall disabled? | ||
- It is recommended that the firewall is always disabled when at an events | ||
|
||
.. todo:: add more and maybe some images |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check IP addresses
|
||
One of the characteristics of lost joystick inputs is when you press buttons or an axis and nothing happens! This can happen from a variety of reasons, so it's important to analyze which one is likely to your situation. | ||
|
||
.. todo:: looking at the driverstation log and identifying if lost joysticks is a code related .. error:: text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add disable usb selective suspend from DS tips article.
Add checking locking and checking joysticks before match from DS tips article
61e416b
to
9051fdc
Compare
Just found this while staring at the other troubleshooting issues. I'll merge the content into my PR. If this one goes first that's still fine, the content should be preserved as I add on more stuff and reorganize. |
Closing this in favor of #1884 |
Closes #1795
Comments and discussion are welcome. Additionally, I'd love if people can share DS logs of various problems that they encountered while on the field. Lots of code related issues that are identified at compile time are not usually present when on the field.