Open varunagrawal opened 3 years ago
Add support for overloaded methods so we don't need to specialize each function like atDouble, atPose3 etc.
atDouble
atPose3
Details: https://pybind11.readthedocs.io/en/stable/classes.html#overloaded-methods
Looks very similar to #78
Yup. It should be pretty easy too.
Add support for overloaded methods so we don't need to specialize each function like
atDouble
,atPose3
etc.Details: https://pybind11.readthedocs.io/en/stable/classes.html#overloaded-methods