diff --git a/python/python.cpp b/python/python.cpp index 15c74374..40fbb972 100644 --- a/python/python.cpp +++ b/python/python.cpp @@ -559,6 +559,7 @@ PYBIND11_MODULE(_franky, m) { return RobotVelocity(t[0].cast(), t[1].cast()); } )); + py::implicitly_convertible(); py::class_(m, "CartesianState") .def(py::init(), "pose"_a)