Team-2502 / RobotCode2018

All of our code for our 2018 robot.
GNU General Public License v3.0
3 stars 0 forks source link

SQLite PP record #64

Closed andrewgazelka closed 6 years ago

andrewgazelka commented 6 years ago

qtd. from Slack

Do you think it would be logical to use SQLite on the driver station for "recording" of autonomous?

Pros:

Cons:

ritikmishra commented 6 years ago

@andrewgazelka @MDW01 Do we still want to make this in SQLIte? The infrastructure already exists for doing it in a CSV . . .

ritikmishra commented 6 years ago

Plus the roboRIO has a WebDAV server so it should be trivial to drag+drop the CSV on the RIO to a computer for visualization. Finder on our school macs will let us connect to WebDAV servers.

andrewgazelka commented 6 years ago

@ritikmishra CSV is the way to go, then.