|
mc_rtc
2.14.0
|
#include <mc_rtc/gui/XYTheta.h>


Public Member Functions | |
| XYThetaImpl (const std::string &name, GetT get_fn, SetT set_fn=nullptr) | |
| void | write (mc_rtc::MessagePackBuilder &builder) |
| XYThetaImpl () | |
Public Member Functions inherited from mc_rtc::gui::CommonInputImpl< GetT, std::nullptr_t > | |
| CommonInputImpl (const std::string &name, GetT get_fn, std::nullptr_t set_fn) | |
| CommonInputImpl () | |
Public Member Functions inherited from mc_rtc::gui::CallbackElement< ElementT, Callback > | |
| 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::XYTheta |
Additional Inherited Members | |
Protected Attributes inherited from mc_rtc::gui::CallbackElement< ElementT, Callback > | |
| Callback | cb_ |
An XYTheta element represents an oriented point in the XY plane.
Altitude can be provided optionally.
This element is editable if
| SetT | is not nullptr_t |
| GetT | Should return a double array of size 3nullptr (x, y, theta) or 4 (x, y, theta, z) |
| SetT | Should accept an Eigen::Vector4d that will contain (x, y, theta, z) |
|
inline |
|
inline |
Invalid element
|
inline |
|
inlinestaticconstexpr |
|
staticconstexpr |