Body tree description of a kinematic chain.
Definition fsb_body_tree.h:84
JointSpace inverse_dynamics(const BodyTree &body_tree, const BodyCartesianPva &cartesian_motion, const BodyForce &external_force, BodyForce &body_force)
Inverse dynamics to find joint torques based on external forces and motion of bodies.
Definition fsb_dynamics.cpp:127
Container of Cartesian pose, velocity, and acceleration for a list of bodies.
Definition fsb_body.h:79
Container of Forces and Torques for a list of bodies.
Definition fsb_dynamics.h:35
std::array< ForceVector, MaxSize::bodies > body
List of bodies with Cartesian pose, velocity, and acceleration.
Definition fsb_dynamics.h:39