SRA_HenriquePovoa / Mbed OS Lidar_Rodas

Dependencies:   BufferedSerial

Committer:
ppovoa
Date:
Fri May 07 17:19:07 2021 +0000
Revision:
6:59fbbeaac2af
Parent:
5:bc42c03f2a23
Child:
7:f1c122bc63c8
6yzh

Who changed what in which revision?

UserRevisionLine numberNew 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 6:59fbbeaac2af 7 void bresenham(float xi, float yi, float x1, float y1, float MapaLog[][40], float z);
ppovoa 6:59fbbeaac2af 8 void cona(float xi, float yi, float x1, float y1, float z);