MTC
|
Public Types | |
using | to_python_converter_function = pybind11::object(*)(const boost::any &) |
using | from_python_converter_function = boost::any(*)(const pybind11::object &) |
Static Protected Member Functions | |
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) |