We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to use self_filter to filter urdf model which is not robot. (so this is not robot_filter but urdf_filter)
And I'm using non-convex model in urdf definition for link. the self_filter in this repo supports only convex model according to https://github.com/PR2/pr2_navigation/blob/hydro-devel/pr2_navigation_self_filter/src/bodies.cpp#L61
Is that possible to support non-convex model?
The text was updated successfully, but these errors were encountered:
FCL? http://wiki.ros.org/fcl
Sorry, something went wrong.
No branches or pull requests
I'd like to use self_filter to filter urdf model which is not robot.
(so this is not robot_filter but urdf_filter)
And I'm using non-convex model in urdf definition for link.
the self_filter in this repo supports only convex model according to
https://github.com/PR2/pr2_navigation/blob/hydro-devel/pr2_navigation_self_filter/src/bodies.cpp#L61
Is that possible to support non-convex model?
The text was updated successfully, but these errors were encountered: