AprilRobotics / apriltag_ros

A ROS wrapper of the AprilTag 3 visual fiducial detector
Other
358 stars 338 forks source link

Use special value 0 to use `hardware_concurrency()` for thread number #146

Closed jack-slip closed 1 year ago

jack-slip commented 1 year ago

We use this to improve core usage across several hardware configurations with different thread counts without having to set different tag detector configs.

wxmerkt commented 1 year ago

Many thanks for your contribution and this improvement :-)