17 #ifndef GZ_SENSORS_IMUSENSOR_HH_
18 #define GZ_SENSORS_IMUSENSOR_HH_
24 #include <gz/utils/SuppressWarning.hh>
25 #include <gz/math/Pose3.hh>
27 #include <gz/sensors/config.hh>
28 #include <gz/sensors/imu/Export.hh>
37 inline namespace GZ_SENSORS_VERSION_NAMESPACE {
61 class ImuSensorPrivate;
78 public:
virtual bool Load(
const sdf::Sensor &_sdf)
override;
83 public:
virtual bool Load(sdf::ElementPtr _sdf)
override;
87 public:
virtual bool Init()
override;
95 const std::chrono::steady_clock::duration &_now)
override;
130 const math::Quaterniond &_orient);
173 GZ_UTILS_WARN_IGNORE__DLL_INTERFACE_MISSING
177 GZ_UTILS_WARN_RESUME__DLL_INTERFACE_MISSING