TR-mbed 1.0
Loading...
Searching...
No Matches
general_functions.h
Go to the documentation of this file.
1#include "mbed.h"
2
3#define PI 3.14159265
4
5float calculateDeltaYaw(float curr_yaw, float des_yaw);
6
7float capAngle(float curr_angle);
8
9float degreesToRadians(float degrees);
float calculateDeltaYaw(float curr_yaw, float des_yaw)
Definition general_functions.cpp:3
float degreesToRadians(float degrees)
Definition general_functions.cpp:28
float capAngle(float curr_angle)
Definition general_functions.cpp:16