Struct autoware_auto::msgs::ffi::AutowareAutoMsgsTrajectoryPoint [−][src]
#[repr(C)]pub struct AutowareAutoMsgsTrajectoryPoint {
pub time_from_start: BuiltinInterfacesDuration,
pub x: f32,
pub y: f32,
pub z: f32,
pub heading: AutowareAutoMsgsComplex32,
pub longitudinal_velocity_mps: f32,
pub lateral_velocity_mps: f32,
pub acceleration_mps2: f32,
pub heading_rate_rps: f32,
pub front_wheel_angle_rad: f32,
pub rear_wheel_angle_rad: f32,
}
Expand description
Representation of a trajectory point for the controller
Fields
time_from_start: BuiltinInterfacesDuration
x: f32
y: f32
z: f32
heading: AutowareAutoMsgsComplex32
longitudinal_velocity_mps: f32
lateral_velocity_mps: f32
acceleration_mps2: f32
heading_rate_rps: f32
front_wheel_angle_rad: f32
rear_wheel_angle_rad: f32
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 Send for AutowareAutoMsgsTrajectoryPoint
impl Sync for AutowareAutoMsgsTrajectoryPoint
impl Unpin for AutowareAutoMsgsTrajectoryPoint
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