Struct k::LinkTree [] [src]

pub struct LinkTree<T: Real> {
    pub name: String,
    pub root_link: RcLinkNode<T>,
    // some fields omitted
}

Kinematic Tree using Rc<RefCell<Link<T>>>

Fields

Methods

impl<T: Real> LinkTree<T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

include fixed joint

[src]

get the degree of freedom

Trait Implementations

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

[src]

get the angles of the joints

FixedJoint is ignored. the length is the same with dof()

[src]

set the angles of the joints

FixedJoints are ignored. the input number must be equal with dof()

[src]

[src]

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