GitHub
Repository
GitHub's Logo
This project can be found in GitHub, where you can find the source code, documentation, 3D models, diagrams and flowcharts from our robot, Klevor. This repository is organized within multiple folders and files, every one of them containing specific information about our robot and its development. You can access the repository through the following link: https://github.com/teamsteelbot/klevor
Also, you can download it directly through the terminal using the following command:
git clone https://github.com/teamsteelbot/klevor.git
Important
To clone the submodules too, you can use the following command:
bash
git clone --recurse-submodules https://github.com/teamsteelbot/klevor.git
Git's Logo
Note
To be able to clone our repository, it is mandatory to have Git installed on your computer. You can download Git here.
Repository Structure
-
devices: contains all the source code that was used to control this robot autonomously.
-
docs: contains all the documentation related to Klevor, including information about the components, the diagrams, photos and videos.
-
models: contains all the 3D files that were used to be able to build Klevor.
-
schemes: contains all the schemes and the connection diagrams from Klevor.
-
t-photos: contains the team's photos.
-
v-photos: contains the Klevor's photos
-
video: contains the videos where Klevor is on the game field, solving both the Open Challenge and Closed Challenge.