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]

[src]

Formats the value using the given formatter.

impl Default for JointLimit
[src]

[src]

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

impl Clone for JointLimit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more