AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
IMUModelMagnetometerAttachment.h
Go to the documentation of this file.
1/*
2Copyright 2007-2025. Algoryx Simulation AB.
3
4All AGX source code, intellectual property, documentation, sample code,
5tutorials, scene files and technical white papers, are copyrighted, proprietary
6and confidential material of Algoryx Simulation AB. You may not download, read,
7store, distribute, publish, copy or otherwise disseminate, use or expose this
8material unless having a written signed agreement with Algoryx Simulation AB, or having been
9advised so by Algoryx Simulation AB for a time limited evaluation, or having purchased a
10valid commercial license from Algoryx Simulation AB.
11
12Algoryx Simulation AB disclaims all responsibilities for loss or damage caused
13from using this software, unless otherwise stated in written agreements with
14Algoryx Simulation AB.
15*/
16#pragma once
19
20namespace agxSensor
21{
23
28 {
29 public:
37 MagnetometerModel* model );
38
43
48
52 virtual SensorAttachment instantiateSensor() const override;
53
55
56 public:
58
60
62
63 private:
64 agx::AffineMatrix4x4 m_transform;
66 };
67}
#define AGX_DECLARE_POINTER_TYPES(type)
Definition: Referenced.h:254
#define AGXSTREAM_DECLARE_SERIALIZABLE(T)
Use this in a Serializable class to add the required methods Important: Use full namespace in the dec...
Definition: Serializable.h:207
#define AGXSENSOR_EXPORT
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()
Definition: macros.h:89
#define DOXYGEN_START_INTERNAL_BLOCK()
Definition: macros.h:88
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.