Struct urdf_rs::Inertial [] [src]

pub struct Inertial {
    pub origin: Pose,
    pub mass: Mass,
    pub inertia: Inertia,
}

Fields

Trait Implementations

impl Debug for Inertial
[src]

[src]

Formats the value using the given formatter.

impl Default for Inertial
[src]

[src]

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

impl Clone for Inertial
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more