17 return "[" + y +
", " + p +
", " + r +
"]";
Provides a collection of mathematical utility functions and constants.
Represents an orientation using yaw, pitch, and roll angles.
Implements a generic Kalman Filter for 1D data.
static String DoubleToCleanString(float value)
Converts a floating-point value to a String, removing trailing decimals if not needed.
Represents a 3D vector (X, Y, Z) and provides methods for vector arithmetic.
A class to represent yaw, pitch, and roll angles for orientation.
float Yaw
The yaw angle, representing rotation around the vertical axis.
String ToString() const
Converts the yaw, pitch, and roll angles to a string representation.
YawPitchRoll()
Default constructor, initializes yaw, pitch, and roll to 0.
float Pitch
The pitch angle, representing rotation around the lateral axis.
float Roll
The roll angle, representing rotation around the longitudinal axis.