Closed youliangtan closed 3 years ago
https://github.com/ros/rosdistro/pull/30241 and https://github.com/ros/rosdistro/pull/30170 solve this.
Thanks for reporting it.
Thanks for for adressing this. However, i believe you will still need to update the package.xml
to:
<depend>python3-cairosvg</depend>
<depend>python3-joblib</depend>
Not sure whether will it interfere if using other ros distros.
@youliangtan, those changes are now available in the noetic-devel branch.
Run this on:
When run:
This is due to: https://github.com/UbiquityRobotics/fiducials/blob/96b329a732f19d0f585c3740d42875a65168f31b/aruco_detect/package.xml#L30-L31
Which is using
python3-joblib
andpython-cairosvg
for noetic. Other than this, the package works fine.