rsx-utoronto / rover2017

Code for our rover
0 stars 2 forks source link

hop out parameters from the frontend to a config file #10

Open c2huc2hu opened 7 years ago

c2huc2hu commented 7 years ago

e.g. min/max speed of drive, server IP address etc.

c2huc2hu commented 7 years ago

This will make our diffs cleaner, because values that may change between machines can be added to a file that can be ignored.

Goals

c2huc2hu commented 6 years ago

I heavily changed setup.jsx, should move it into another file drive.jsx or something, and not have it execute only after we run the setup. I'll probably fetch the config once and propagate it through all components.

c2huc2hu commented 6 years ago

Also, add left-right and speed indicators to the drive component somewhere