git clone --recurse-submodules https://gitlab.com/polytechnique-montr-al/inf3995/20221/equipe-103/INF3995-103.git
-
RF2 RF3 RF4 RF5 RF6 RF7 RF8 RF9 et RF11 (physique) MAIN ONE!!
-
RF7 (simulation):https://youtu.be/HtsJeYMvS48 et https://youtu.be/f4pQGaMIH9o
./start.sh
Built with Angular.
To run it using docker compose:
docker-compose up --build Interface
Or without docker compose:
cd Interface
npm install
ng add @angular/material
npm install firebase @angular/fire --save
npm install duration
ng serve –open
Built with Flask(Python)
Run it with docker compose:
docker-compose up --build server
Or without docker compose:
cd Server
pip3 install pipenv
virtualenv nomEnv
source nomEnv/bin/activate
pip3 install flask
pip3 install flask-cors
pip3 install -r requirements.txt
Then run it :
python3 src/main.py
This is the firmware for our crazyflie drone
Run it with docker compose:
docker-compose up --build simulation
Then run the script sim_launch.sh in the simulation folder
./simulation/sim_launch.sh
Press the play button
-
Typescript: Google Typescript Style Guide
-
Python: Google Python Style Guide