Arsenal-of-Engineering / season-2018

FRC 6223 Season 2018 Code
0 stars 0 forks source link

Place quantities useful to the driver on the ShuffleBoard #21

Closed EvanMerlock closed 6 years ago

EvanMerlock commented 6 years ago

Using the found quantities from both teleoperated and autonomous team, place them on the shuffleboard so the driver can see them during the match

EvanMerlock commented 6 years ago

https://wpilib.screenstepslive.com/s/currentCS/m/java/l/599722-driver-station-input-overview https://wpilib.screenstepslive.com/s/currentCS/m/java/l/599723-joysticks https://wpilib.screenstepslive.com/s/currentCS/m/smartdashboard/l/255412-displaying-expressions-from-within-the-robot-program

EvanMerlock commented 6 years ago

Go to the WPILib JavaDoc, then from there a panel that contains all of the classes should be on the lower left side. Scroll through that, the class you're looking for is DriverStation. I think it would be a good idea to place the diagnostics onto the dashboard during Teleoperated. We'll talk about it tomorrow.

On Fri, Jan 19, 2018, 1:32 PM Josh G. notifications@github.com wrote:

hey how do we navigate to the javadoc that gives us the info on our alliance, driverstation position, and starting position of the robot. We all kind of forgot, sorry. Also, do you want our team to load some values such as the driverstation, alliance, and the diagnostics for the robot onto the shuffleboard during teleop? Thanks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Arsenal-Engineering/season-2018/issues/21#issuecomment-359066630, or mute the thread https://github.com/notifications/unsubscribe-auth/ATzQUeC07AlEyo6JXFYeoP1iCL4Pk-iZks5tMO3fgaJpZM4Re4U7 .

-- Evan Merlock vnmrlck@gmail.com Coding Lead of FRC Team 6223 Lead Developer of Libress

JoshGrant02 commented 6 years ago

Thanks. Sorry I put this in the wrong thread

EvanMerlock commented 6 years ago

It's all good. We're still learning this system

On Fri, Jan 19, 2018, 1:41 PM Josh G. notifications@github.com wrote:

Thanks. Sorry I put this in the wrong thread

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Arsenal-Engineering/season-2018/issues/21#issuecomment-359068864, or mute the thread https://github.com/notifications/unsubscribe-auth/ATzQUVEkmqI1o_bu7vIMYPBjg5-BhUeQks5tMO_vgaJpZM4Re4U7 .

-- Evan Merlock vnmrlck@gmail.com Coding Lead of FRC Team 6223 Lead Developer of Libress

EvanMerlock commented 6 years ago

42