Advertisement
Briansmith61

manifest.xml

Apr 28th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <package>
  2.   <description brief="cmd_vel_mux">
  3.  
  4.      cmd_vel_mux
  5.  
  6.   </description>
  7.   <author>Jorge Santos</author>
  8.   <license>BSD</license>
  9.   <review status="unreviewed" notes=""/>
  10.   <url>http://ros.org/wiki/cmd_vel_mux</url>
  11.  
  12.   <depend package="roscpp"/>
  13.   <depend package="nodelet"/>
  14.   <depend package="geometry_msgs"/>
  15.  
  16.   <rosdep name="yaml-cpp"/>
  17.  
  18.   <export>
  19.     <nodelet plugin="${prefix}/plugins/nodelet_plugins.xml" />
  20.   </export>
  21. </package>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement