davetcoleman / baxter_cpp

Additional Baxter packages for MoveIt, written entirely in C++
57 stars 39 forks source link

add baxter_msgs build dependency #10

Closed codebot closed 10 years ago

codebot commented 10 years ago

i followed the instructions here: https://github.com/davetcoleman/baxter/tree/groovy-devel and found that I needed to add this build dependency in order to avoid what appeared to be a build-time race condition where it tried to build baxter_pick_place before it built baxter_msgs. probably depends on the number of cores on the build box, etc.

davetcoleman commented 10 years ago

Thanks!