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]

get the angles of the joints

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

set the angles of the joints

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

skip fixed joint

include fixed joint

get the degree of freedom