March 2018
Intermediate to advanced
1396 pages
42h 14m
English
We need to add the export tag in package.xml and also add build and run dependencies:
<export>
<nodelet plugin="${prefix}/hello_world.xml"/>
</export>
<build_depend>nodelet_hello_world</build_depend>
<run_depend>nodelet_hello_world</run_depend>