frc1418 / 2015-ui

Team 1418's Driver Station code for 2015. DEPRECATED, use https://github.com/FRCDashboard/FRCDashboard
Apache License 2.0
7 stars 5 forks source link

Sync robot Id's and DriverStation Id's #49

Closed lleontan closed 9 years ago

lleontan commented 9 years ago

The robot and driverstations need to have the same id's. coordinate with the robot team so we can set the same values.

virtuald commented 9 years ago

Thanks for taking this on!

virtuald commented 9 years ago

Also, don't forget -- the type has to be the same too. If you send a string, and the robot was expecting a number -- it could crash.