Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of CRAC-Strat_2017_homologation_gros_rob by
Diff: Asservissement/Asservissement.cpp
- Revision:
- 4:88431b537477
- Parent:
- 1:116040d14164
- Child:
- 5:dcd817534b57
--- a/Asservissement/Asservissement.cpp Sun Apr 17 08:31:59 2016 +0000 +++ b/Asservissement/Asservissement.cpp Sun Apr 17 14:03:03 2016 +0000 @@ -4,7 +4,6 @@ /* FUNCTION NAME: SendRawId */ /* DESCRIPTION : Envoie un message sans donnée, c'est-à-dire contenant uniquement un ID, sur le bus CAN */ /*********************************************************************************************************/ - void SendRawId (unsigned short id) { CANMessage msgTx=CANMessage(); @@ -18,7 +17,6 @@ /* FUNCTION NAME: GoToPosition */ /* DESCRIPTION : Transmission CAN correspondant à un asservissement en position (x,y,theta) */ /*********************************************************************************************/ - void GoToPosition (unsigned short x,unsigned short y,signed short theta,signed char sens) { //id_to_expect=ACK_CONSIGNE; @@ -46,7 +44,6 @@ /* FUNCTION NAME: Rotate */ /* DESCRIPTION : Transmission CAN correspondant à une rotation */ /****************************************************************************************/ - void Rotate (signed short angle) { CANMessage msgTx=CANMessage();