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 accelerometer model describing the fundamental parameters, such as measurement range and zero bi...
Accelerometer sensor attachment onto an IMU model.
AccelerometerModel * getModel() const
const agx::AffineMatrix4x4 & getTransform() const
virtual SensorAttachment instantiateSensor() const override
IMUModelAccelerometerAttachment(const agx::AffineMatrix4x4 &transform, AccelerometerModel *model)
Construct an IMU model attachment for an accelerometer.
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.