Navigate to the folder where you want to install everything
$ git clone --recursive https://github.com/rsx-utoronto/rover
$ cd rover
$ cd RoverDashboard
$ npm install
$ npm start
In a new window
$ npm install
$ cd server
$ node main.js # runs the server
Can also use nodemon main.js
for hot reloading.-h
enables help-all-arduinos
enables all the arduinos on serial ports. see main.js
for how to enable specific systems-v
enables verbose debugging-l
enables the lidarserver/lib
folder:
`cd server/libgit submodule update --init --recursive
git submodule update --recursive
(haven't tried this yet)Notes:
example_config.json
to config.json
if you need to set your own settings. The latter will have a higher priority.