Struct urdf_rs::JointLimit [] [src]

pub struct JointLimit {
    pub lower: f64,
    pub upper: f64,
    pub effort: f64,
    pub velocity: f64,
}

Fields

Trait Implementations

impl Debug for JointLimit
[src]

Formats the value using the given formatter.

impl Default for JointLimit
[src]

Returns the "default value" for a type. Read more