Skip to content

ProjetS4-Aimteam/Code-Aim-bot

Repository files navigation

Code-Aim-bot

Repository containing everything needed to Code the Aim-Bot


Repo presented by the Aim-Team from Univesité de Sherbrooke Winter 2019

Carl-Philippe Cyr Mercier - [email protected] Simon Therrien - [email protected] Francis Roy - [email protected] Olivier Julien - [email protected] Marie Lepage - [email protected]


Here is the model on which Aim-Team inspired their organisation of the git-hub

https://nvie.com/posts/a-successful-git-branching-model/?fbclid=IwAR1rSR_AVfaEt_Q2J3Q7eqQch-DyzXOe0ktC13Q3V-zjGCxwdRJ6BQ8a5O0


Command list forGIT in CLI

https://github.com/joshnh/Git-Commands


Some information nice to know before starting the project

  • First, the Raspberry Pi runs on a ROS based image, nicely given by Ubiquity Robotics "https://ubiquityrobotics.com/". This image gives a pre-builded ROS structure for the RPi and is really useful to start quickly developing. We made you a step by step guide of how to configure your raspberry pi for the occasion, it can be found into this repo under the name "install guide.txt".

  • The card used at a lower level is an OpenCR. Based and programmed with Arduino IDE, it still takes some tricky adaptation of the IDE to be able to push the first program into it. Robotis offers a very nice tutorial to help doing it: "http://emanual.robotis.com/docs/en/parts/controller/opencr10/".

  • For all parts needed, you can go into the repository Hardware-Aim-bot of the user Aim-Team.

  • User guide can be found at the end of the "install guide.txt".