Struct autoware_auto::msgs::ffi::AutowareAutoMsgsVehicleControlCommand [−][src]
#[repr(C)]pub struct AutowareAutoMsgsVehicleControlCommand {
pub stamp: BuiltinInterfacesTime,
pub long_accel_mps2: f32,
pub velocity_mps: f32,
pub front_wheel_angle_rad: f32,
pub rear_wheel_angle_rad: f32,
}Expand description
Information that is sent to Vehicle interface
Fields
stamp: BuiltinInterfacesTimelong_accel_mps2: f32should be negative when reversed
velocity_mps: f32should be negative when reversed
front_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
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