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.
Functions.h
00001 #include <math.h> 00002 #include "mbed.h" 00003 00004 void velRobot2velWheels(float vRobot,float wRobot,float wheelsRadius,float wheelsDistance,float w[2]); 00005 void nextPose(float countsLeft, float countsRight, float wheelsRadius, float wheelsDistance, float pose[]); 00006 void JanelaAtivaVFF(float pose[], float Mapa_40[40][40], float poseFinal[], float FCRepul, float FCAtracao, float RectSize, float *ForcaResult); 00007 float Algorithm_Inverse(float xi, float yi, float xt, float yt, float z);
Generated on Wed Jul 13 2022 18:10:25 by
