(moveit_py) Custom typecaster collision_detection::AllowedCollision::Type #2553
Labels
enhancement
New feature or request
persistent
Allows issues to remain open without automatic stalling and closing.
python
Is your feature request related to a problem? Please describe.
Create a custom typecaster/revise the current implementation to return std::pair<bool,
// collision_detection::AllowedCollision::Type> in the get_entry function.
https://github.com/ros-planning/moveit2/pull/2551/files#r1405832696
Describe the solution you'd like
A custom typecaster for AllowedCollision::Type
Additional context
Currently as a fallback we cast to a string and return that.
The text was updated successfully, but these errors were encountered: