Struct ILLIXR::imu_type
Inherits the following classes: ILLIXR::switchboard::event
Public Attributes
Type | Name |
---|---|
Eigen::Vector3d | angular_v |
Eigen::Vector3d | linear_a |
time_point | time |
Public Functions
Type | Name |
---|---|
imu_type (time_point time_, Eigen::Vector3d angular_v_, Eigen::Vector3d linear_a_) |
Public Functions inherited from ILLIXR::switchboard::event
See ILLIXR::switchboard::event
Type | Name |
---|---|
virtual | ~event () = default |
Public Attributes Documentation
variable angular_v
Eigen::Vector3d ILLIXR::imu_type::angular_v;
variable linear_a
Eigen::Vector3d ILLIXR::imu_type::linear_a;
variable time
time_point ILLIXR::imu_type::time;
Public Functions Documentation
function imu_type
inline ILLIXR::imu_type::imu_type (
time_point time_,
Eigen::Vector3d angular_v_,
Eigen::Vector3d linear_a_
)
The documentation for this class was generated from the following file include/illixr/data_format.hpp