Software solution of the 2023/2024 Robotics Club of INSA Rennes
There is a wiki that need to be updated
-
Clone the repository :
- https method :
git clone https://github.com/clubrobot/team-2024.git team2024
- ssh method :
git clone git@github.com:clubrobot/team-2024.git team2024
- 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.
- We work with ssh, refer to the discord for IP and passwords
- run the python scripts and if you get an import error just install it lol
- Install PlatformIO via the extension tab and let it install
-
Open the general 'elec' workspace (more complex) and then open the project via the platformIO home (left tab)
code team2024_elec.code-workspace
in a terminal or via the interface -
Open a single project folder (more simple) via VScode
code platformIO\PROJECT_FOLDER
it should init platformio and everything or, on windows, right-click on the folder and do "open with vscode"