Advertisement
Guest User

Untitled

a guest
Jun 8th, 2018
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 2.04 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <package>
  3.   <name>octo_to_pcl</name>
  4.   <version>0.0.0</version>
  5.   <description>The octo_to_pcl package</description>
  6.  
  7.   <!-- One maintainer tag required, multiple allowed, one person per tag -->
  8.   <!-- Example:  -->
  9.   <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
  10.   <maintainer email="romovi@todo.todo">romovi</maintainer>
  11.  
  12.  
  13.   <!-- One license tag required, multiple allowed, one license per tag -->
  14.   <!-- Commonly used license strings: -->
  15.   <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
  16.   <license>TODO</license>
  17.  
  18.  
  19.   <!-- Url tags are optional, but multiple are allowed, one per tag -->
  20.   <!-- Optional attribute type can be: website, bugtracker, or repository -->
  21.   <!-- Example: -->
  22.   <!-- <url type="website">http://wiki.ros.org/octo_to_pcl</url> -->
  23.  
  24.  
  25.   <!-- Author tags are optional, multiple are allowed, one per tag -->
  26.   <!-- Authors do not have to be maintainers, but could be -->
  27.   <!-- Example: -->
  28.   <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
  29.  
  30.  
  31.   <!-- The *_depend tags are used to specify dependencies -->
  32.   <!-- Dependencies can be catkin packages or system dependencies -->
  33.   <!-- Examples: -->
  34.   <!-- Use build_depend for packages you need at compile time: -->
  35.   <!--   <build_depend>message_generation</build_depend> -->
  36.   <!-- Use buildtool_depend for build tool packages: -->
  37.   <!--   <buildtool_depend>catkin</buildtool_depend> -->
  38.   <!-- Use run_depend for packages you need at runtime: -->
  39.   <!--   <run_depend>message_runtime</run_depend> -->
  40.   <!-- Use test_depend for packages you need only for testing: -->
  41.   <!--   <test_depend>gtest</test_depend> -->
  42.   <buildtool_depend>catkin</buildtool_depend>
  43.   <build_depend>roscpp</build_depend>
  44.   <build_depend>tf</build_depend>
  45.   <run_depend>roscpp</run_depend>
  46.   <run_depend>tf</run_depend>
  47.  
  48.  
  49.   <!-- The export tag contains other, unspecified, tags -->
  50.   <export>
  51.     <!-- Other tools can request additional information be placed here -->
  52.  
  53.   </export>
  54. </package>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement