RobotCasserole1736 / RobotCasserole2017

Robot Casserole robot source code for the 2017 FRC game, First Steamworks.
MIT License
0 stars 0 forks source link

Add a link to the controls scheme to the robot dashboard webpage #102

Closed imdunne8 closed 7 years ago

imdunne8 commented 7 years ago

This can just be a simple page with a table similar to the existing one in our repository. It doesn't need to have an image of the Xbox controller since it's really just meant to be a quick reference.

This will be placed in the resources folder. Start by making a copy of the index.html file, renaming it to ControlScheme.html, and then add an html table element to it between the first and last

tags.

gerth2 commented 7 years ago

can we link it to the DriverView webpage so when you click a button you get .... dare I even say it.... a POPUP window????

imdunne8 commented 7 years ago

Haha yep that would work just fine too! This one is primarily because PJ said "the intake is reversed" because he didn't know that button to use for it (also related to issue #101).

On Feb 16, 2017 10:57 AM, "Chris Gerth" notifications@github.com wrote:

can we link it to the DriverView webpage so when you click a button you get .... dare I even say it.... a POPUP window????

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RobotCasserole1736/RobotCasserole2017/issues/102#issuecomment-280390553, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNcDl1G-15ba5Ep_a84ZQylsJ4JX8O6ks5rdIAOgaJpZM4MDP1S .

gerth2 commented 7 years ago

jack finished off the integration and testing. Good work fellows!