MTC
|
utility class to register C++ / Python converters for a property of type T More...
#include <properties.h>
Additional Inherited Members | |
Protected Types inherited from moveit::python::PropertyConverterBase | |
using | to_python_converter_function = pybind11::object(*)(const boost::any &) |
using | from_python_converter_function = boost::any(*)(const pybind11::object &) |
Static Protected Member Functions inherited from moveit::python::PropertyConverterBase | |
static bool | insert (const std::type_index &type_index, const std::string &ros_msg_name, to_python_converter_function to, from_python_converter_function from) |
utility class to register C++ / Python converters for a property of type T