Imu 消息类型:sensor/Imu
更多...
#include <rmvlmsg/sensor/imu.hpp>
|
| std::string | serialize () const noexcept |
| | 消息序列化
|
| std::size_t | compact_size () const noexcept |
| | 获取消息紧凑序列化后的大小(单位:字节)
|
|
| static constexpr const char | msg_type [] = "sensor/Imu" |
| | 消息类型字符串常量
|
◆ compact_size()
| std::size_t rm::msg::Imu::compact_size |
( |
| ) |
const |
|
noexcept |
◆ deserialize()
| Imu rm::msg::Imu::deserialize |
( |
const char *const | str | ) |
|
|
staticnoexcept |
◆ serialize()
| std::string rm::msg::Imu::serialize |
( |
| ) |
const |
|
noexcept |
◆ angular_velocity
| Vector3 rm::msg::Imu::angular_velocity {} |
◆ angular_velocity_covariance
| std::array<double, 9> rm::msg::Imu::angular_velocity_covariance {} |
◆ header
| Header rm::msg::Imu::header {} |
◆ linear_acceleration
| Vector3 rm::msg::Imu::linear_acceleration {} |
◆ linear_acceleration_covariance
| std::array<double, 9> rm::msg::Imu::linear_acceleration_covariance {} |
◆ msg_type
| const char rm::msg::Imu::msg_type[] = "sensor/Imu" |
|
staticconstexpr |
◆ orientation
◆ orientation_covariance
| std::array<double, 9> rm::msg::Imu::orientation_covariance {} |