Struct k::LinkChain [] [src]

pub struct LinkChain<T: Real> {
    pub name: String,
    pub links: Vec<LinkNode<T>>,
    pub transform: Isometry3<T>,
    // some fields omitted
}

Kinematic chain using Rc<RefCell<LinkNode<T>>>

Fields

Methods

impl<T> LinkChain<T> where
    T: Real, 
[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug + Real> Debug for LinkChain<T>
[src]

[src]

Formats the value using the given formatter.

impl<T> KinematicChain<T> for LinkChain<T> where
    T: Real, 
[src]

[src]

Calculate and return the transform of the end of the links

impl<T> LinkContainer<T> for LinkChain<T> where
    T: Real, 
[src]

Calculate the transforms of all of the links

Get the names of the links

impl<T> JointContainer<T> for LinkChain<T> where
    T: Real, 
[src]

[src]

Set the angles of the joints Read more

[src]

Get the angles of the joints

[src]

Get the limits of the joints, if it exists.

[src]

skip fixed joint