pal-robotics / aruco_ros

Software package and ROS wrappers of the Aruco Augmented Reality marker detector library
MIT License
449 stars 307 forks source link

aruco_ros: Fixing superfluous (and broken) linker arg to -laruco #10

Closed jbohren closed 9 years ago

jbohren commented 9 years ago

Exposed when using catkin build or catkin_make_isolated but unlikely to cause problems when building with catkin_make. This bug prevents aruco_ros from being built with the stricter tools.

bmagyar commented 9 years ago

Nice catch!