-
Notifications
You must be signed in to change notification settings - Fork 38
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
Control System Fault tracking #31
Comments
We probably want to make recording these faults optional, since the extra logic to poll all of these faults will end up being not trivial, and people may want to turn them off if they can be accessed elsewhere. |
The |
The idea of an actual I'll take a look at this sometime this week, but tonight and tomorrow I'm swamped with homework. |
@rhauch Can you assign this issue to me? I don't have privileges to do so. |
@granjef3, it is now assigned to you. Thanks! |
@rhauch Just curious, how do you setup your workspace in eclipse for strongback development? should each folder like strongback, strongback-tests be separate projects in eclipse? The way I did it, I created a blank .project in the strongback-java folder (same level as build-common.xml) and imported that into eclipse. |
@granjef3, well, I just create a new workspace in the |
@granjef3, any progress on this issue? If you have code that is not done, you can still create a pull-request and just denote in the PR description that it's incomplete. |
I've been busy with my birthday celebrations. I will try to work on the code this week, sorry about the delay. Sent from my iPhone
|
Change the source for the beam breaks.
Control system components that communicate over CAN such as the PDB, PCM, TalonSRX/Jaguar all have faults and sticky faults. There is no central polling mechanism implemented by WPILib, so we should use
EventRecorder
in each component to track faults.The text was updated successfully, but these errors were encountered: