christianrauch / apriltag_ros

ROS2 node for AprilTag detection
MIT License
163 stars 96 forks source link

fixed bugs, so that it works with ros2 galaxy #7

Closed brennand closed 3 years ago

brennand commented 3 years ago

galaxy / rolling changed the API for param loading. You can't have {}, you have to have a to use type{}

Otherwise there is a build error.