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...
Magnetometer sensor attachment onto an IMU model.
virtual SensorAttachment instantiateSensor() const override
IMUModelMagnetometerAttachment(const agx::AffineMatrix4x4 &transform, MagnetometerModel *model)
Construct an IMU model attachment for a magnetometer.
MagnetometerModel * getModel() const
const agx::AffineMatrix4x4 & getTransform() const
Base type for specifying sensor attachments onto an IMU model.
Base magnetometer model describing the fundamental parameters, such as measurement range and zero flu...
#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.