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

Adapt package to support ROS Melodic and some other improvements #27

Closed mehditlili closed 4 years ago

mehditlili commented 4 years ago

The package has been made compatible with ROS Melodic and should compile out of the box. urdf_filter is now usable as a library by other ROS packages. ros::Time() calls were replaced by the timestamp from the image message for more accurate transform lookup.