Go to the documentation of this file.
30 #include <SimoxUtility/math/convert/mat4f_to_rpy.h>
51 std::string platformName = getProperty<std::string>(
"PlatformName").getValue();
81 const float yaw = simox::math::mat4f_to_rpy(transformStamped.transform).z();
82 const Eigen::Affine3f pose(transformStamped.transform);
88 platformPose.timestampInMicroSeconds = transformStamped.header.timestampInMicroSeconds;
const VariantTypeId Float
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
PlatformPose toPlatformPose(const TransformStamped &transformStamped)
This file offers overloads of toIce() and fromIce() functions for STL container types.