#include <inertia.hpp>

Classes | |
| struct | Pickle |
Public Types | |
| typedef Inertia::Matrix3 | Matrix3 |
| typedef Inertia::Matrix6 | Matrix6 |
| typedef Inertia::Scalar | Scalar |
| typedef Inertia::Vector3 | Vector3 |
| typedef Inertia::Vector6 | Vector6 |
Public Member Functions | |
| template<class PyClass > | |
| void | visit (PyClass &cl) const |
Static Public Member Functions | |
| static void | expose () |
| static Matrix3 | getInertia (const Inertia &self) |
| static Scalar | getMass (const Inertia &self) |
| static Inertia * | makeFromMCI (const double &mass, const Vector3 &lever, const Matrix3 &inertia) |
| static void | setInertia (Inertia &self, const Matrix3 &symmetric_inertia) |
| static void | setLever (Inertia &self, const Vector3 &lever) |
| static void | setMass (Inertia &self, Scalar mass) |
| static Eigen::VectorXd | toDynamicParameters_proxy (const Inertia &self) |
Definition at line 51 of file bindings/python/spatial/inertia.hpp.
| typedef Inertia::Matrix3 pinocchio::python::InertiaPythonVisitor< Inertia >::Matrix3 |
Definition at line 57 of file bindings/python/spatial/inertia.hpp.
| typedef Inertia::Matrix6 pinocchio::python::InertiaPythonVisitor< Inertia >::Matrix6 |
Definition at line 59 of file bindings/python/spatial/inertia.hpp.
| typedef Inertia::Scalar pinocchio::python::InertiaPythonVisitor< Inertia >::Scalar |
Definition at line 55 of file bindings/python/spatial/inertia.hpp.
| typedef Inertia::Vector3 pinocchio::python::InertiaPythonVisitor< Inertia >::Vector3 |
Definition at line 56 of file bindings/python/spatial/inertia.hpp.
| typedef Inertia::Vector6 pinocchio::python::InertiaPythonVisitor< Inertia >::Vector6 |
Definition at line 58 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 209 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 177 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 172 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 196 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 179 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 175 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 173 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 191 of file bindings/python/spatial/inertia.hpp.
|
inline |
Definition at line 64 of file bindings/python/spatial/inertia.hpp.