blodow / realtime_urdf_filter

ROS package that can filter geometry defined in URDF models from Kinect depth images. Can also preprocess data for the OpenNI tracker, to remove backgrounds, robots etc.
Other
89 stars 46 forks source link

Polygon meshes? #6

Open bilkitty opened 9 years ago

bilkitty commented 9 years ago

Hi, it appears as though this app currently requires urdf meshes with triangular faces (see renderable.cpp @ 398). Is there an updated version that can accommodate polygon meshes? If not, what steps do you suggest for making this modification?

Cheers,

Kit