|
cuVSLAM API Reference
|
Public Attributes | |
| Pose | pose |
| Pose (transformation between two coordinate frames) | |
| PoseCovariance | covariance_xyz_rpy |
Pose with covariance.
Pose covariance is exposed over the public pose variables: (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis). Translation is in meters. Rotation uses a fixed-axis representation in radians.
| PoseCovariance cuvslam::PoseWithCovariance::covariance_xyz_rpy |
Row-major representation of the 6x6 covariance matrix. The orientation parameters use a fixed-axis representation. In order, the parameters are: (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis). Translation in meters, rotation in radians.