File imu_sensor_data.hpp
Core API objects - IMU sensor data.
-
template<typename T>
struct TypeTraits<T, typename enable_if_is_base_of<IMUSensorDataInterface, T>::type> - #include <imu_sensor_data.hpp>
Public Static Attributes
-
static constexpr ObjectType EnumType = ObjectType::IMUSensorData
-
static constexpr ObjectType EnumType = ObjectType::IMUSensorData
-
namespace slamcore
Helper conversion methods
slamcore::ImageFormat \(\leftrightarrow\) BytesPerChannel
Get information about the client library
-
class IMUSensorDataInterface : public MeasurementPoint<imu_clock>
- #include <imu_sensor_data.hpp>
Representing a single accelerometer/gyroscope/magnetometer measurement.
Public Types
-
using Ptr = std::shared_ptr<IMUSensorDataInterface>
-
using CPtr = std::shared_ptr<const IMUSensorDataInterface>
-
using MeasurementPointT = MeasurementPoint<imu_clock>
-
using Ptr = std::shared_ptr<IMUSensorDataInterface>
- template<typename T> type >
- #include <imu_sensor_data.hpp>
Public Static Attributes
-
static constexpr ObjectType EnumType = ObjectType::IMUSensorData
-
static constexpr ObjectType EnumType = ObjectType::IMUSensorData
-
class IMUSensorDataInterface : public MeasurementPoint<imu_clock>