#include <inertia.hpp>
Classes | |
struct | Pickle |
Public Types | |
enum | { Options = PseudoInertia::Options } |
typedef PseudoInertia::Matrix3 | Matrix3 |
typedef PseudoInertia::Matrix4 | Matrix4 |
typedef PseudoInertia::Scalar | Scalar |
typedef PseudoInertia::Vector10 | Vector10 |
typedef PseudoInertia::Vector3 | Vector3 |
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 PseudoInertia | fromDynamicParameters_proxy (const VectorXs ¶ms) |
static Vector3 | getH (const PseudoInertia &self) |
static Scalar | getMass (const PseudoInertia &self) |
static Matrix3 | getSigma (const PseudoInertia &self) |
static void | setH (PseudoInertia &self, const Vector3 &h) |
static void | setMass (PseudoInertia &self, Scalar mass) |
static void | setSigma (PseudoInertia &self, const Matrix3 &sigma) |
static VectorXs | toDynamicParameters_proxy (const PseudoInertia &self) |
Static Private Member Functions | |
static Matrix4 | __array__ (const PseudoInertia &self, bp::object, bp::object) |
Definition at line 323 of file bindings/python/spatial/inertia.hpp.
typedef PseudoInertia::Matrix3 pinocchio::python::PseudoInertiaPythonVisitor< PseudoInertia >::Matrix3 |
Definition at line 332 of file bindings/python/spatial/inertia.hpp.
typedef PseudoInertia::Matrix4 pinocchio::python::PseudoInertiaPythonVisitor< PseudoInertia >::Matrix4 |
Definition at line 334 of file bindings/python/spatial/inertia.hpp.
typedef PseudoInertia::Scalar pinocchio::python::PseudoInertiaPythonVisitor< PseudoInertia >::Scalar |
Definition at line 330 of file bindings/python/spatial/inertia.hpp.
typedef PseudoInertia::Vector10 pinocchio::python::PseudoInertiaPythonVisitor< PseudoInertia >::Vector10 |
Definition at line 333 of file bindings/python/spatial/inertia.hpp.
typedef PseudoInertia::Vector3 pinocchio::python::PseudoInertiaPythonVisitor< PseudoInertia >::Vector3 |
Definition at line 331 of file bindings/python/spatial/inertia.hpp.
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, Options> pinocchio::python::PseudoInertiaPythonVisitor< PseudoInertia >::VectorXs |
Definition at line 335 of file bindings/python/spatial/inertia.hpp.
anonymous enum |
Enumerator | |
---|---|
Options |
Definition at line 326 of file bindings/python/spatial/inertia.hpp.
|
inlinestaticprivate |
Definition at line 459 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 438 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 426 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 403 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 394 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 412 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 407 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 398 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 416 of file bindings/python/spatial/inertia.hpp.
|
inlinestatic |
Definition at line 421 of file bindings/python/spatial/inertia.hpp.
|
inline |
Definition at line 339 of file bindings/python/spatial/inertia.hpp.