![]() |
FancySafeBot 0.0.1
A safe robotics library
|
Robot model dynamics. More...
Classes | |
| struct | fsb::ForceVector |
| Force and torque vector. More... | |
| struct | fsb::BodyForce |
| Container of Forces and Torques for a list of bodies. More... | |
Functions | |
| JointSpace | fsb::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. | |
Robot model dynamics.
| JointSpace fsb::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.
| body_tree | Body tree |
| cartesian_motion | Cartesian motion of bodies |
| external_force | External forces applied to bodies |
| body_force | Forces and torque applied to bodies acting at each joint |