Skip to content
This repository has been archived by the owner on Mar 3, 2019. It is now read-only.

Commit

Permalink
Doc config
Browse files Browse the repository at this point in the history
  • Loading branch information
PFGimenez committed Apr 26, 2017
1 parent f7150a2 commit ec990f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file added documentation/doc_config_HL.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions pc/src/config/ConfigInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ public enum ConfigInfo {
* Paramètres des scripts
*/
RAYON_CERCLE_ARRIVEE(200), // distance souhaitée entre le centre du robot et le centre du cratère

VITESSE_ROBOT_TEST(300), // vitesse de test en mm/s
VITESSE_ROBOT_STANDARD(500), // vitesse standard en mm/s
VITESSE_ROBOT_BASCULE(300), // vitesse pour passer la bascule en mm/s
VITESSE_ROBOT_REPLANIF(300), // vitesse en replanification en mm/s

/**
* Paramètres du log
*/
Expand Down Expand Up @@ -113,10 +117,6 @@ public enum ConfigInfo {
DEBUG_SERIE_TRAME(false), // debug verbeux sur le contenu des trames
DEBUG_SERIE(false), // debug sur la série
GENERATE_DEPENDENCY_GRAPH(false), // génère le graphe des dépendances
VITESSE_ROBOT_TEST(300), // vitesse de test en mm/s
VITESSE_ROBOT_STANDARD(500), // vitesse standard en mm/s
VITESSE_ROBOT_BASCULE(200), // vitesse standard en mm/s
VITESSE_ROBOT_REPLANIF(300), // vitesse en replanification en mm/s

/**
* Interface graphique
Expand Down

0 comments on commit ec990f6

Please sign in to comment.