Software solution of the 2021/2022 Robotics Club of INSA Rennes
-
Create your working directory as follow :
mkdir WORKING_DIRECTORY
-
Then go into your new WOTKING_DIRECTORY :
cd WORKING_DIRECTORY
-
Now, you can clone the repository :
- https method :
git clone https://github.com/clubrobot/team-2022.git
- ssh method :
git clone [email protected]:clubrobot/team-2022.git
- https method :
-
Well Done ! The code is now on your computer.
The next step is to configure the project and download all the required tools and libraries.
-
Just run the bash setup script :
./setup.sh
-
After the setup script, you need to restart you computer.
NB:
to upload: sudo -E make flash UPLOAD_PORT=/dev/ttyUSB0