Skip to content

April Tag OpenCV update compatibility fix

Choose a tag to compare

@gmfricke gmfricke released this 09 Jan 00:48
· 215 commits to master since this release
796c8a1

The River Labs April Tag ROS library causes the recently updated OpenCV library to crash. We forked the River labs version to BCLab-UNM/apriltags_ros and patched the problem.

The SwarmBaseCode has been updated to use the fixed BCLab-UNM submodule.

Instructions for updating the newest AprilTags submodule are:

Assuming you set up the swarm base code as a remote as described in the swarm base code readme, execute the following command:

git pull SwarmBaseCode

Then update the AprilTag submodule:

git submodule sync — src/apriltags_ros
git submodule update —remote src/apriltags_ros