ethz-asl / cad-percept

Bringing meshes to robotics.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Separating Object Detection From ROS #99

Closed gasserl closed 3 years ago

gasserl commented 3 years ago

The code was restructured such that the main object detection functions are now separate and independent from ROS. The code is still the same, apart from a few changes required by the removed ROS dependency, e.g. the conversion from PCL to libpointmatcher datapoints here and the timings using std::chrono::steady_clock.