moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Convert ROS message types (C++ <-> python) More...
#include <pybind_rosmsg_typecasters.h>
Public Member Functions | |
bool | load (handle src, bool) |
PYBIND11_TYPE_CASTER (T, _< T >()) | |
Static Public Member Functions | |
static handle | cast (const T &src, return_value_policy, handle) |
Convert ROS message types (C++ <-> python)
Definition at line 100 of file pybind_rosmsg_typecasters.h.
|
inlinestatic |
Definition at line 103 of file pybind_rosmsg_typecasters.h.
|
inline |
Definition at line 117 of file pybind_rosmsg_typecasters.h.
pybind11::detail::type_caster< T, enable_if_t< ros::message_traits::IsMessage< T >::value > >::PYBIND11_TYPE_CASTER | ( | T | , |
_< T > | () | ||
) |