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: BuiltinInterfacesDurationx: f32y: f32z: f32heading: AutowareAutoMsgsComplex32longitudinal_velocity_mps: f32lateral_velocity_mps: f32acceleration_mps2: f32heading_rate_rps: f32front_wheel_angle_rad: f32rear_wheel_angle_rad: f32Trait 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