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