#include <inertia.hpp>
Classes | |
struct | Pickle |
Public Types | |
enum | { Options = Inertia::Options } |
typedef ForceTpl< Scalar, Options > | Force |
typedef Inertia::Matrix3 | Matrix3 |
typedef Inertia::Matrix6 | Matrix6 |
typedef MotionTpl< Scalar, Options > | Motion |
typedef Inertia::Scalar | Scalar |
typedef Inertia::Vector3 | Vector3 |
typedef Inertia::Vector6 | Vector6 |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1, Options > | VectorXs |
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Public Member Functions | |
static void | expose () |
static Inertia | fromDynamicParameters_proxy (const VectorXs ¶ms) |
static Matrix3 | getInertia (const Inertia &self) |
static Scalar | getMass (const Inertia &self) |
static Inertia * | makeFromMCI (const Scalar &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 VectorXs | toDynamicParameters_proxy (const Inertia &self) |
Static Private Member Functions | |
static Matrix6 | __array__ (const Inertia &self, bp::object, bp::object) |
Definition at line 33 of file bindings/python/spatial/inertia.hpp.
typedef ForceTpl<Scalar, Options> pinocchio::python::InertiaPythonVisitor< Inertia >::Force |
Definition at line 47 of file bindings/python/spatial/inertia.hpp.
typedef Inertia::Matrix3 pinocchio::python::InertiaPythonVisitor< Inertia >::Matrix3 |
Definition at line 41 of file bindings/python/spatial/inertia.hpp.
typedef Inertia::Matrix6 pinocchio::python::InertiaPythonVisitor< Inertia >::Matrix6 |
Definition at line 43 of file bindings/python/spatial/inertia.hpp.
typedef MotionTpl<Scalar, Options> pinocchio::python::InertiaPythonVisitor< Inertia >::Motion |
Definition at line 46 of file bindings/python/spatial/inertia.hpp.
typedef Inertia::Scalar pinocchio::python::InertiaPythonVisitor< Inertia >::Scalar |
Definition at line 39 of file bindings/python/spatial/inertia.hpp.
typedef Inertia::Vector3 pinocchio::python::InertiaPythonVisitor< Inertia >::Vector3 |
Definition at line 40 of file bindings/python/spatial/inertia.hpp.
typedef Inertia::Vector6 pinocchio::python::InertiaPythonVisitor< Inertia >::Vector6 |
Definition at line 42 of file bindings/python/spatial/inertia.hpp.
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, Options> pinocchio::python::InertiaPythonVisitor< Inertia >::VectorXs |
Definition at line 45 of file bindings/python/spatial/inertia.hpp.
anonymous enum |
Enumerator | |
---|---|
Options |
Definition at line 35 of file bindings/python/spatial/inertia.hpp.
|
inlinestaticprivate |
Definition at line 302 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 280 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 253 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 232 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 218 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 266 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 238 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 227 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 222 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 248 of file bindings/python/spatial/inertia.hpp.
|
inline |
Definition at line 51 of file bindings/python/spatial/inertia.hpp.