PR2 / pr2_navigation

11 stars 25 forks source link

[pr2_navigation_self_filter] Support non-convex mesh model #22

Closed wkentaro closed 9 years ago

wkentaro commented 9 years ago

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?

garaemon commented 9 years ago

should it be moved to https://github.com/PR2/robot_self_filter ?

wkentaro commented 9 years ago

you mean this issue?

garaemon commented 9 years ago

you mean this issue?

yes

wkentaro commented 9 years ago

Okay.. Moved to https://github.com/PR2/robot_self_filter/issues/2