Struct autoware_auto::msgs::ffi::GeometryMsgsPoseWithCovariance [−][src]
#[repr(C)]pub struct GeometryMsgsPoseWithCovariance {
pub pose: GeometryMsgsPose,
pub covariance: [f64; 36],
}
Expand description
This represents a pose in free space with uncertainty.
Fields
pose: GeometryMsgsPose
covariance: [f64; 36]
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)
Trait Implementations
Auto Trait Implementations
impl Send for GeometryMsgsPoseWithCovariance
impl Sync for GeometryMsgsPoseWithCovariance
impl Unpin for GeometryMsgsPoseWithCovariance
impl UnwindSafe for GeometryMsgsPoseWithCovariance
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more