ros-perception / ar_track_alvar

AR tag tracking library for ROS
www.ros.org/wiki/ar_track_alvar
139 stars 129 forks source link

[CLOSED] added missing message depends in cmakelists #7

Closed 130s closed 7 years ago

130s commented 7 years ago

Issue by jonbinney Tuesday May 21, 2013 at 21:57 GMT _Originally opened as https://github.com/sniekum/ar_track_alvar/pull/7_


Technically, any cmake target that needs headers generated from messages needs to depend on the corresponding foo_gencpp cmake target. Otherwise, it will build against debians, and build if make is run with only one thread, but will sometimes fail if the packages with messages (e.g. sensor_msgs) is used from source.

There's a discussion about this problem here: http://answers.ros.org/question/52744/how-to-specify-dependencies-with-foo_msgs-catkin-packages/


_jonbinney included the following code: https://github.com/sniekum/ar_track_alvar/pull/7/commits_

130s commented 7 years ago

Comment by jonbinney Tuesday Jun 11, 2013 at 20:43 GMT


@sniekum meeerrrrgeee meeeee