osrf / rosbook

Example code to accompany the book Programming Robots with ROS
Apache License 2.0
476 stars 237 forks source link

Missing deps in actions example #12

Closed gerkey closed 7 years ago

gerkey commented 8 years ago

Forwarded from O'Reilly:

*My Book:*

*December 2015:  First Edition*

*Revision History for the First Edition*
*2015-11-18 first Release*

*Correction:*

*Chapter 5 Actions*

*  Defining an Action*

*    adding some lines to CMakeList.txt*

*    MISSING -> we also need to add two lines to
package.xml
<build_depend>actionlib_msgs</build_depend>
<run_depend>actionlib_msgs</run_depend>*

*The code works only after i added these two lines to the package.xml*
gerkey commented 7 years ago

Fixed in reprint.