personalrobotics/chimera

Fix nested enumeration for pybind11

jslee02 opened this issue · 1 comments

For a nested enumeration, pybind11 takes the parent object (e.g., class), but current chimera implementation and pybind11 template doesn't allow that.