#include <RBDyn/RBDyn/MultiBodyGraph.h>
Public Member Functions | |
Arc () | |
Arc (sva::PTransformd X0, const Joint &j, bool forward, std::shared_ptr< Node > n) | |
Public Attributes | |
sva::PTransformd | X |
Position of the joint in body coordinate. More... | |
Joint | joint |
Joint with right direction. More... | |
std::shared_ptr< Node > | next |
successor node. More... | |
.Arc of the multibody graph. Represent a joint of a body.
|
inline |
|
inline |
std::shared_ptr<Node> rbd::MultiBodyGraph::Arc::next |
successor node.
sva::PTransformd rbd::MultiBodyGraph::Arc::X |
Position of the joint in body coordinate.