Step 4 - Creating plugin description file

Similar to the pluginlib example, we have to create a plugin description file inside the nodelet_hello_world package. The plugin description file hello_world.xml is as follows:

<library path="libnodelet_hello_world"> 
  <class name="nodelet_hello_world/Hello" type="nodelet_hello_world::Hello" base_class_type="nodelet::Nodelet"> 
      <description> 
      A node to republish a message 
      </description> 
  </class> 
</library> 
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.129.19.251