Struct urdf_rs::Robot [] [src]

pub struct Robot {
    pub name: String,
    pub links: Vec<Link>,
    pub joints: Vec<Joint>,
    pub materials: Vec<Material>,
}

Top level struct to access urdf.

Fields

Trait Implementations

impl Debug for Robot
[src]

[src]

Formats the value using the given formatter.

impl Clone for Robot
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more