|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Custom type caster for Eigen::Isometry3d. More...
#include <eigen.hpp>
Public Member Functions | |
| PYBIND11_TYPE_CASTER (Eigen::Isometry3d, const_name("numpy.ndarray[numpy.float64[4, 4]]")) | |
| bool | load (handle src, bool convert) |
Static Public Member Functions | |
| static handle | cast (const Eigen::Isometry3d &src, return_value_policy policy, handle parent) |
Custom type caster for Eigen::Isometry3d.
This type caster allows automatic conversion between Eigen::Isometry3d and Python numpy arrays. The transformation matrix is represented as a 4x4 numpy array in Python.
Conversion from Python:
Conversion to Python:
|
inlinestatic |
Convert from C++ to Python
|
inline |
Convert from Python to C++
| pybind11::detail::type_caster< Eigen::Isometry3d >::PYBIND11_TYPE_CASTER | ( | Eigen::Isometry3d | , |
| const_name("numpy.ndarray[numpy.float64[4, 4]]") | |||
| ) |