Struct urdf_rs::SafetyController
source · pub struct SafetyController {
pub soft_lower_limit: f64,
pub soft_upper_limit: f64,
pub k_position: f64,
pub k_velocity: f64,
}Fields§
§soft_lower_limit: f64§soft_upper_limit: f64§k_position: f64§k_velocity: f64Trait Implementations§
source§impl Clone for SafetyController
impl Clone for SafetyController
source§fn clone(&self) -> SafetyController
fn clone(&self) -> SafetyController
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 SafetyController
impl Debug for SafetyController
source§impl Default for SafetyController
impl Default for SafetyController
source§fn default() -> SafetyController
fn default() -> SafetyController
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SafetyController
impl<'de> Deserialize<'de> for SafetyController
source§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