#[repr(C)]pub struct control_msgs__msg__SteeringControllerStatus {
pub header: std_msgs__msg__Header,
pub traction_wheels_position: rosidl_runtime_c__double__Sequence,
pub traction_wheels_velocity: rosidl_runtime_c__double__Sequence,
pub steer_positions: rosidl_runtime_c__double__Sequence,
pub linear_velocity_command: rosidl_runtime_c__double__Sequence,
pub steering_angle_command: rosidl_runtime_c__double__Sequence,
}
Fields§
§header: std_msgs__msg__Header
§traction_wheels_position: rosidl_runtime_c__double__Sequence
§traction_wheels_velocity: rosidl_runtime_c__double__Sequence
§steer_positions: rosidl_runtime_c__double__Sequence
§linear_velocity_command: rosidl_runtime_c__double__Sequence
§steering_angle_command: rosidl_runtime_c__double__Sequence
Auto Trait Implementations§
impl Freeze for control_msgs__msg__SteeringControllerStatus
impl RefUnwindSafe for control_msgs__msg__SteeringControllerStatus
impl !Send for control_msgs__msg__SteeringControllerStatus
impl !Sync for control_msgs__msg__SteeringControllerStatus
impl Unpin for control_msgs__msg__SteeringControllerStatus
impl UnwindSafe for control_msgs__msg__SteeringControllerStatus
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more