strat des robots

Fork of CRAC-Strat_2017 by CRAC Team

Committer:
ClementBreteau
Date:
Fri May 19 17:14:07 2017 +0000
Revision:
17:d1594579eec6
Parent:
15:c2fc239e85df
strat du robot, 19-05-2017, 19h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
antbig 3:19f2285a4757 1 #ifndef CRAC_CONFIG_BIG
antbig 3:19f2285a4757 2 #define CRAC_CONFIG_BIG
antbig 3:19f2285a4757 3 /**
antbig 3:19f2285a4757 4 Fichier de configuration des action specifique au gros robot
antbig 3:19f2285a4757 5 **/
ClementBreteau 15:c2fc239e85df 6 #define BRAS_GAUCHE 1
ClementBreteau 15:c2fc239e85df 7 #define BRAS_DROIT 2
ClementBreteau 15:c2fc239e85df 8
antbig 3:19f2285a4757 9
antbig 8:0edc7dfb7f7e 10 #define AX12_ID_PINCE_ARRIERE_HAUTE_GAUCHE 18
antbig 8:0edc7dfb7f7e 11 #define AX12_ID_PINCE_ARRIERE_HAUTE_DROITE 15
antbig 9:d0042422d95a 12 #define AX12_ID_PINCE_ARRIERE_BASSE_GAUCHE 13
antbig 9:d0042422d95a 13 #define AX12_ID_PINCE_ARRIERE_BASSE_DROITE 14
antbig 8:0edc7dfb7f7e 14 #define AX12_ID_PORTE_ARRIERE_DROITE 4
antbig 8:0edc7dfb7f7e 15 #define AX12_ID_PORTE_ARRIERE_GAUCHE 5
antbig 9:d0042422d95a 16 #define AX12_ID_FUNNY_ACTION 1
antbig 12:14729d584500 17 #define AX12_ID_CHARIOT 2
antbig 12:14729d584500 18 #define AX12_ID_PEIGNE 3
antbig 12:14729d584500 19 #define AX12_ID_PORTE_AVANT_DROITE 11
antbig 12:14729d584500 20 #define AX12_ID_PORTE_AVANT_GAUCHE 6
antbig 12:14729d584500 21 #define AX12_ID_VENTOUSE 8
antbig 12:14729d584500 22 #define AX12_ID_CONE 7
antbig 12:14729d584500 23
antbig 12:14729d584500 24 #define AX12_ANGLE_FUNNY_ACTION_CLOSE 150
antbig 12:14729d584500 25 #define AX12_ANGLE_FUNNY_ACTION_OPEN 95
antbig 9:d0042422d95a 26
antbig 9:d0042422d95a 27
antbig 3:19f2285a4757 28
antbig 12:14729d584500 29 #define AX12_ANGLE_PORTE_AVANT_GAUCHE_OUVERTE 18
antbig 12:14729d584500 30 #define AX12_ANGLE_PORTE_AVANT_GAUCHE_FERMER 120
antbig 12:14729d584500 31 #define AX12_ANGLE_PORTE_AVANT_DROITE_OUVERTE 280
antbig 12:14729d584500 32 #define AX12_ANGLE_PORTE_AVANT_DROITE_FERMER 183
antbig 12:14729d584500 33
antbig 12:14729d584500 34 #define AX12_ANGLE_PEIGNE_UP 60
antbig 12:14729d584500 35 #define AX12_ANGLE_PEIGNE_DOWN 120
antbig 12:14729d584500 36
antbig 12:14729d584500 37 #define AX12_ANGLE_VENTOUSE_UP 150
antbig 12:14729d584500 38 #define AX12_ANGLE_VENTOUSE_DOWN 130
antbig 12:14729d584500 39
antbig 12:14729d584500 40 #define AX12_ANGLE_CONE_INSIDE 45
antbig 12:14729d584500 41 #define AX12_ANGLE_CONE_OUTSIDE 155
antbig 12:14729d584500 42
antbig 12:14729d584500 43
antbig 12:14729d584500 44
antbig 12:14729d584500 45 #define AX12_SPEED_FUNNY_ACTION 100
antbig 12:14729d584500 46 #define AX12_SPEED_VENTOUSE 100
antbig 12:14729d584500 47 #define AX12_SPEED_PEIGNE 500
antbig 12:14729d584500 48
antbig 12:14729d584500 49 #define POMPES_PWM 100
antbig 12:14729d584500 50
ClementBreteau 14:c8fc06c4887f 51
ClementBreteau 14:c8fc06c4887f 52
antbig 3:19f2285a4757 53 #endif