#include <commands_aiding.hpp>
◆ Format
Enumerator |
---|
EULER | Translation vector followed by euler angles (roll, pitch, yaw).
|
QUATERNION | Translation vector followed by quaternion (w, x, y, z).
|
◆ asTuple() [1/2]
auto mip::commands_aiding::FrameConfig::asTuple |
( |
| ) |
|
|
inline |
◆ asTuple() [2/2]
auto mip::commands_aiding::FrameConfig::asTuple |
( |
| ) |
const |
|
inline |
◆ create_sld_all()
◆ extract()
void mip::commands_aiding::FrameConfig::extract |
( |
Serializer & |
serializer | ) |
|
◆ insert()
void mip::commands_aiding::FrameConfig::insert |
( |
Serializer & |
serializer | ) |
const |
◆ DESCRIPTOR
◆ DESCRIPTOR_SET
constexpr const uint8_t mip::commands_aiding::FrameConfig::DESCRIPTOR_SET = ::mip::commands_aiding::DESCRIPTOR_SET |
|
staticconstexpr |
◆ DOC_NAME
constexpr const char* mip::commands_aiding::FrameConfig::DOC_NAME = "Frame Configuration" |
|
staticconstexpr |
◆ FIELD_DESCRIPTOR
◆ format
Format mip::commands_aiding::FrameConfig::format = static_cast<Format>(0) |
Format of the transformation.
◆ frame_id
uint8_t mip::commands_aiding::FrameConfig::frame_id = 0 |
Reference frame number. Limit 4.
◆ function
◆ HAS_FUNCTION_SELECTOR
constexpr const bool mip::commands_aiding::FrameConfig::HAS_FUNCTION_SELECTOR = true |
|
staticconstexpr |
◆ NAME
constexpr const char* mip::commands_aiding::FrameConfig::NAME = "FrameConfig" |
|
staticconstexpr |
◆ rotation
Rotation mip::commands_aiding::FrameConfig::rotation |
◆ tracking_enabled
bool mip::commands_aiding::FrameConfig::tracking_enabled = 0 |
If enabled, the Kalman filter will track errors.
◆ translation
Vector3f mip::commands_aiding::FrameConfig::translation |
The documentation for this struct was generated from the following files: