#include <mc_rtc/gui/Rotation.h>
Public Member Functions | |
RotationImpl (const std::string &name, GetT get_fn, SetT set_fn=nullptr) | |
void | write (mc_rtc::MessagePackBuilder &builder) |
RotationImpl () | |
![]() | |
CommonInputImpl (const std::string &name, GetT get_fn, std::nullptr_t set_fn) | |
CommonInputImpl () | |
![]() | |
bool | handleRequest (const mc_rtc::Configuration &data) |
template<typename... Args> | |
CallbackElement (const std::string &name, Callback cb, Args &&... args) | |
CallbackElement () | |
Static Public Member Functions | |
constexpr static size_t | write_size () |
Static Public Attributes | |
static constexpr auto | type = Elements::Rotation |
Additional Inherited Members | |
![]() | |
Callback | cb_ |
Rotation display a widget that shows the rotation
This element is editable if
SetT | is not nullptr_t |
This will also create a quaternion ArrayLabel/ArrayInput with labels {"qw", "qx", "qy", "qz"}
GetT | Must return an sva::PTransformd (to display the rotation somewhere) |
SetT | Should accept a rotation as an Eigen::Quaterniond |
|
inline |
|
inline |
Invalid element
|
inline |
|
inlinestaticconstexpr |
|
staticconstexpr |