Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/team5553-robolyon/2019_antares

Code de 5553 Robo'Lyon pour First Destination Deep Space
https://github.com/team5553-robolyon/2019_antares

5553 first-frc first-robotics-competition frc frc-deep-space robolyon

Last synced: 1 day ago
JSON representation

Code de 5553 Robo'Lyon pour First Destination Deep Space

Awesome Lists containing this project

README

        

# Robot Deep Space 2019

## Installation de la librairie REV pour les Spark Max

- Se rendre sur http://www.revrobotics.com/sparkmax-software/ et télécharger la dernière version de l'API C++

- Suivre les instructions d'installation :

Download and unzip the latest SPARK MAX C++ API into the `C:\Users\Public\frc2019\` directory.

Follow the [Adding an offline-installed Library](https://wpilib.screenstepslive.com/s/currentCS/m/getting_started/l/682619-3rd-party-libraries#adding-an-offline-installed-library) instructions from WPI.

## Utilisation des librairies WPILib et REV

- Les classes WPILib sont dans `frc/` et celles REV dans `rev/`

- Pour inclure toutes les classes WPILib d'un coup :
```c++
#include
```
- Et la classe Spark Max pour le pivot :
```c++
#include
```

- Documentation en ligne [WPILib](http://first.wpi.edu/FRC/roborio/release/docs/cpp/index.html), et [REV](http://www.revrobotics.com/content/sw/max/sw-docs/cpp/index.html)

## Utilisation du layout de Shuffleboard

- Ouvrir le Shuffleboard

- Aller dans File puis dans Load layout

- Dans le dossier 2019_Robot choisir le fichier `shuffleboard.json`