The SE3 pose structure. More...
#include <aurora_pubsdk_objects.h>
Public Attributes | |
slamtec_aurora_sdk_position3d_t | translation |
The translation of the SE3 pose. More... | |
slamtec_aurora_sdk_quaternion_t | quaternion |
The quaternion of the SE3 pose. More... | |
The SE3 pose structure.
The SE3 pose structure contains the SE3 pose of a transformation.
slamtec_aurora_sdk_quaternion_t _slamtec_aurora_sdk_pose_se3_t::quaternion |
The quaternion of the SE3 pose.
The quaternion of the SE3 pose is the quaternion of the SE3 pose.
slamtec_aurora_sdk_position3d_t _slamtec_aurora_sdk_pose_se3_t::translation |
The translation of the SE3 pose.
The translation of the SE3 pose is the translation of the SE3 pose.