This repository has information on how to get setup to develop on or with the robots.
- If you're setting up a brand-new computer or OS, complete the "New Poli2 Robot Setup" guide in Google Drive.
- Run the following commands in a new terminal:
sudo apt-get install -yq git git clone https://github.com/si-machines/robot_setup.git ~/robot_setup
- Run
gedit ~/robot_setup/setup.sh
to open the setup script in a text editor. - Follow the instructions in the setup script to edit it.
- Don't forget to save!
- Run
bash ~/robot_setup/setup.sh
to run the setup. - Restart the computer.