ros_plugin_demo
Demonstration of the ROS PlugInLib
 All Data Structures Namespaces Files Functions Variables Pages
start_plugin_demo.launch
1 <?xml version="1.0"?>
2 
3 <launch>
4 
5  <node name="plugin_demo" pkg="plugin_demo_main" type="plugin_demo_path_planner" output="screen">
6  <param name="plugin" value="plugin_demo_plugins_namespace::DirectOrtho"/>
7  <!--rosparam param="robots">[[barney]]</rosparam-->
8  </node>
9 
10  <node name="pose_array_from_path" pkg="visual_aids" type="pose_array_from_path" output="screen"/>
11 
12 </launch>