Struct autoware_auto::msgs::ffi::AutowareAutoMsgsHadmapRoute [−][src]
#[repr(C)]pub struct AutowareAutoMsgsHadmapRoute {
pub header: StdMsgsHeader,
pub start_point: AutowareAutoMsgsRoutePoint,
pub goal_point: AutowareAutoMsgsRoutePoint,
pub segments: Vec<AutowareAutoMsgsHadmapSegment>,
}
Expand description
A route within a high-definition map defined by the start and goal points and map primitives describing the route between the two.
Fields
header: StdMsgsHeader
start_point: AutowareAutoMsgsRoutePoint
The start_point must exist within the bounds of the primitives in the first segment defined in the route_segments array.
goal_point: AutowareAutoMsgsRoutePoint
The goal_point must exist within the bounds of the primitives in the last segment defined in the route_semgents array.
segments: Vec<AutowareAutoMsgsHadmapSegment>
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 AutowareAutoMsgsHadmapRoute
impl Send for AutowareAutoMsgsHadmapRoute
impl Sync for AutowareAutoMsgsHadmapRoute
impl Unpin for AutowareAutoMsgsHadmapRoute
impl UnwindSafe for AutowareAutoMsgsHadmapRoute
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