Struct urdf_rs::Robot [] [src]

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

Top level struct to access urdf.

Fields

Trait Implementations

impl Debug for Robot
[src]

Formats the value using the given formatter.