Struct guppy_grpc::arm_driver::ServoControlSettings  
source · pub struct ServoControlSettings {
    pub motion_profile: Option<bool>,
    pub angular_holding_stiffness: Option<i32>,
    pub angular_stiffness: Option<i32>,
    pub filter_position_count: Option<u8>,
    pub maximum_motor_duty: Option<u32>,
    pub angular_acceleration: Option<i32>,
    pub angular_deceleration: Option<i32>,
    pub maximum_speed_degrees: Option<u32>,
}Fields§
§motion_profile: Option<bool>Settings for servo in arm
angular_holding_stiffness: Option<i32>useful for non interpolated mode
angular_stiffness: Option<i32>-10 to 10, usually -4 to 4
filter_position_count: Option<u8>-10 to 10, usually -4 to 4
maximum_motor_duty: Option<u32>I don’t know how this works
angular_acceleration: Option<i32>useful for compliance, 255 to 1023
angular_deceleration: Option<i32>only when motion_profile is on
maximum_speed_degrees: Option<u32>only when motion_profile is on
Implementations§
source§impl ServoControlSettings
 
impl ServoControlSettings
pub fn new( motion_profile: Option<bool>, angular_holding_stiffness: Option<i32>, angular_stiffness: Option<i32>, filter_position_count: Option<u8>, maximum_motor_duty: Option<u32>, angular_acceleration: Option<i32>, angular_deceleration: Option<i32>, maximum_speed_degrees: Option<u32> ) -> ServoControlSettings
Trait Implementations§
source§impl Clone for ServoControlSettings
 
impl Clone for ServoControlSettings
source§fn clone(&self) -> ServoControlSettings
 
fn clone(&self) -> ServoControlSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for ServoControlSettings
 
impl Debug for ServoControlSettings
source§impl Default for ServoControlSettings
 
impl Default for ServoControlSettings
source§fn default() -> ServoControlSettings
 
fn default() -> ServoControlSettings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServoControlSettings
 
impl<'de> Deserialize<'de> for ServoControlSettings
source§fn deserialize<__D>(
    __deserializer: __D
) -> Result<ServoControlSettings, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>( __deserializer: __D ) -> Result<ServoControlSettings, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<ServoControlSettings> for ServoControlSettings
 
impl From<ServoControlSettings> for ServoControlSettings
source§fn from(source: ServoControlSettings) -> Self
 
fn from(source: ServoControlSettings) -> Self
Converts to this type from the input type.
source§impl From<ServoControlSettings> for ServoControlSettings
 
impl From<ServoControlSettings> for ServoControlSettings
source§fn from(source: ServoControlSettings) -> Self
 
fn from(source: ServoControlSettings) -> Self
Converts to this type from the input type.
source§impl PartialEq<ServoControlSettings> for ServoControlSettings
 
impl PartialEq<ServoControlSettings> for ServoControlSettings
source§fn eq(&self, other: &ServoControlSettings) -> bool
 
fn eq(&self, other: &ServoControlSettings) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for ServoControlSettings
 
impl Serialize for ServoControlSettings
source§fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
 
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ServoControlSettings
Auto Trait Implementations§
impl RefUnwindSafe for ServoControlSettings
impl Send for ServoControlSettings
impl Sync for ServoControlSettings
impl Unpin for ServoControlSettings
impl UnwindSafe for ServoControlSettings
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
§impl<T> Downcast for Twhere
    T: Any,
 
impl<T> Downcast for Twhere T: Any,
§fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>
 
fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>
Convert 
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.§fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>
 
fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>
Convert 
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.§fn as_any(&self) -> &(dyn Any + 'static)
 
fn as_any(&self) -> &(dyn Any + 'static)
Convert 
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
 
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert 
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
 
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
 
fn into_request(self) -> Request<T>
Wrap the input message 
T in a tonic::Request§impl<SS, SP> SupersetOf<SS> for SPwhere
    SS: SubsetOf<SP>,
 
impl<SS, SP> SupersetOf<SS> for SPwhere SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
 
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct 
self from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
 
fn is_in_subset(&self) -> bool
Checks if 
self is actually part of its subset T (and can be converted to it).§fn to_subset_unchecked(&self) -> SS
 
fn to_subset_unchecked(&self) -> SS
Use with care! Same as 
self.to_subset but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
 
fn from_subset(element: &SS) -> SP
The inclusion map: converts 
self to the equivalent element of its superset.