February 2018
Beginner
580 pages
13h 20m
English
We need to add the export tag in package.xml and 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>