Closed liushuya7 closed 3 years ago
Running sudo ldconfig
resolved it.
It appears you installed the apriltag
library from https://github.com/AprilRobotics/apriltag directly as a system package via CMake. I think you can avoid this issue by installing it as part of your colon workspace.
The easiest would be to just to install the binary package ros-foxy-apriltag
:-)
Hi,
Everything compiled fine with colcon build. However, when I tried to
ros2 launch apriltag_ros tag_16h5_all.launch.py
:I have installed Apritag to the system, and I have /usr/local/lib/libapriltag.so.3 Would you know where I may have done wrong? Thanks, Joshua