Class AngularVelocity¶
Defined in File state.h
Inheritance Relationships¶
Base Type¶
public lupnt::State(Class State)
Class Documentation¶
-
class AngularVelocity : public lupnt::State¶
Public Functions
-
inline AngularVelocity(const Vec3 &x = Vec3::Zero())¶
Construct an
AngularVelocitystate from a stacked 3-element vector. Used as a standalone IMU measurement / output state (e.g. gyroscope readings) distinct fromImuState’s combined bias state.- Parameters:
x – [wx, wy, wz], all in [rad/s].
-
inline Real &wx()¶
Mutable reference to the x-component.
- Returns:
Angular velocity x-component [rad/s].
-
inline Real &wy()¶
Mutable reference to the y-component.
- Returns:
Angular velocity y-component [rad/s].
-
inline AngularVelocity(const Vec3 &x = Vec3::Zero())¶