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.
Dependencies: BufferedSerial
Functions.h@7:f1c122bc63c8, 2021-05-10 (annotated)
- Committer:
- ppovoa
- Date:
- Mon May 10 15:23:24 2021 +0000
- Revision:
- 7:f1c122bc63c8
- Parent:
- 6:59fbbeaac2af
- Child:
- 8:ad8766cf2ec0
10/05/2021
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ppovoa | 4:256f2cbe3fdd | 1 | #include "mbed.h" |
ppovoa | 4:256f2cbe3fdd | 2 | |
ppovoa | 4:256f2cbe3fdd | 3 | void velRobot2velWheels(float vRobot, float wRobot, float wheelsRadius, float wheelsDistance, float w[2]); |
ppovoa | 4:256f2cbe3fdd | 4 | void nextPose(float countsLeft, float countsRight, float wheelsRadius, float wheelsDistance, float pose[]); |
ppovoa | 4:256f2cbe3fdd | 5 | void JanelaAtivaVFF(float pose[], float Mapa_40[40][40], float poseFinal[], float FCRepul, float FCAtracao, float RectSize, float *ForcaResult); |
ppovoa | 4:256f2cbe3fdd | 6 | float Algorith_Inverse(float xi, float yi, float xt, float yt, float z); |
ppovoa | 7:f1c122bc63c8 | 7 | void bresenham(int xi, int yi, int xf, int yf, float (&MapaLog)[40][40], float z); |
ppovoa | 7:f1c122bc63c8 | 8 | //void test2(float xi, float yi, float x1, float y1, float z); |