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
name: String
links: Vec<Link>
joints: Vec<Joint>
materials: Vec<Material>