Struct autoware_auto::msgs::ffi::AutowareAutoMsgsRoutePoint [−][src]
#[repr(C)]pub struct AutowareAutoMsgsRoutePoint {
pub position: GeometryMsgsPoint,
pub heading: AutowareAutoMsgsComplex32,
}
Expand description
Representation of a position and heading
Fields
position: GeometryMsgsPoint
This position is the position of the CoG frame origin of the vehicle with relation to the frame in which the Route exists.
heading: AutowareAutoMsgsComplex32
This heading is relative to the X or East-facing axis of the frame in which the Route exists.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Either cxx::kind::Opaque
or cxx::kind::Trivial
. Read more
Auto Trait Implementations
impl RefUnwindSafe for AutowareAutoMsgsRoutePoint
impl Send for AutowareAutoMsgsRoutePoint
impl Sync for AutowareAutoMsgsRoutePoint
impl Unpin for AutowareAutoMsgsRoutePoint
impl UnwindSafe for AutowareAutoMsgsRoutePoint
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