64 agx::AffineMatrix4x4 m_transform;
#define AGX_DECLARE_POINTER_TYPES(type)
#define AGXSTREAM_DECLARE_SERIALIZABLE(T)
Use this in a Serializable class to add the required methods Important: Use full namespace in the dec...
Base gyroscope model describing the fundamental parameters, such as measurement range and zero bias,...
Gyroscope sensor attachment onto an IMU model.
virtual SensorAttachment instantiateSensor() const override
GyroscopeModel * getModel() const
IMUModelGyroscopeAttachment(const agx::AffineMatrix4x4 &transform, GyroscopeModel *model)
Construct an IMU model attachment for an gyroscope.
const agx::AffineMatrix4x4 & getTransform() const
Base type for specifying sensor attachments onto an IMU model.
#define DOXYGEN_END_INTERNAL_BLOCK()
#define DOXYGEN_START_INTERNAL_BLOCK()
The agxSensor namespace contains components to model real-time sensors connected to the physics of AG...
The agx namespace contains the dynamics/math part of the AGX Dynamics API.
Specification of a sensor attachment onto the IMU.