Struct urdf_rs::Joint [] [src]

pub struct Joint {
    pub name: String,
    pub joint_type: JointType,
    pub origin: Pose,
    pub parent: LinkName,
    pub child: LinkName,
    pub axis: Axis,
    pub limit: JointLimit,
    pub dynamics: Dynamics,
    pub mimic: Mimic,
    pub safety_controller: SafetyController,
}

Urdf Joint element See http://wiki.ros.org/urdf/XML/joint for more detail.

Fields

Trait Implementations

impl Debug for Joint
[src]

Formats the value using the given formatter.

impl Clone for Joint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more