RBControl
Library for the RB3201-RBControl board with the ESP32 by RoboticsBrno.
|
#include "RBControl_angle.hpp"
Namespaces | |
rb | |
The base namespace. Contains some logging functions, too. | |
Functions | |
Angle | rb::operator+ (Angle a, Angle b) |
Angle | rb::operator- (Angle a, Angle b) |
Angle | rb::operator* (Angle a, Angle::_T c) |
Angle | rb::operator/ (Angle a, Angle::_T c) |
Angle | rb::operator""_deg (long double d) |
Angle | rb::operator""_rad (long double r) |
Angle | rb::operator""_deg (unsigned long long int d) |
Angle | rb::operator""_rad (unsigned long long int r) |