Go to the documentation of this file.
5 #include <SimoxUtility/math/convert/rpy_to_mat3f.h>
6 #include <SimoxUtility/math/convert/mat3f_to_rpy.h>
26 Eigen::Vector3f result;
88 result.block<1, 4>(3, 0) = Eigen::Vector4f::UnitW();
94 Eigen::Vector3f result;
114 return simox::math::rpy_to_mat3f(r, p,
y);
119 Eigen::Vector3f rpy = simox::math::mat3f_to_rpy(m);
bool hasValueChanged() const
void setValue(float newValue)
void setRange(float min, float max)
uint32_t Label
Type of an object label.
std::shared_ptr< Value > value()
void setDecimals(int decimals)
MatrixXX< 3, 3, float > Matrix3f
MatrixXX< 4, 4, float > Matrix4f