Skip to content
Snippets Groups Projects
Select Git revision
  • johannes/feature/noetic
  • noetic/main default protected
  • master
3 results

package.xml

Blame
  • package.xml 1.93 KiB
    <?xml version="1.0"?>
    <package>
      <name>gazebo_grasp_plugin</name>
      <version>1.0.2</version>
      <description>
            Gazebo Model plugin(s) which handle/help grasping in Gazebo.
      </description>
    
      <!-- One maintainer tag required, multiple allowed, one person per tag --> 
      <maintainer email="jennifer.e.buehler@gmail.com">Jennifer Buehler</maintainer>
    
    
      <!-- One license tag required, multiple allowed, one license per tag -->
      <!-- Commonly used license strings: -->
      <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
      <license>GPLv3</license>
    
    
      <!-- Url tags are optional, but mutiple are allowed, one per tag -->
      <!-- Optional attribute type can be: website, bugtracker, or repository -->
      <!-- Example: -->
      <!-- <url type="website">http://wiki.ros.org/gazebo_grasp_plugin</url> -->
    
      <!-- Author tags are optional, mutiple are allowed, one per tag -->
      <!-- Authors do not have to be maintianers, but could be -->
      <author email="jennifer.e.buehler@gmail.com">Jennifer Buehler</author>
    
    
      <!-- The *_depend tags are used to specify dependencies -->
      <!-- Dependencies can be catkin packages or system dependencies -->
      <buildtool_depend>catkin</buildtool_depend>
      <build_depend>gazebo_ros</build_depend>
      <build_depend>gazebo</build_depend>
      <build_depend>geometry_msgs</build_depend>
      <build_depend>roscpp</build_depend>
      <build_depend>std_msgs</build_depend>
      <build_depend>gazebo_version_helpers</build_depend>
      <run_depend>gazebo_ros</run_depend>
      <run_depend>gazebo</run_depend>
      <run_depend>geometry_msgs</run_depend>
      <run_depend>roscpp</run_depend>
      <run_depend>std_msgs</run_depend>
      <run_depend>gazebo_version_helpers</run_depend>
    
      <!-- The export tag contains other, unspecified, tags -->
      <export>
        <!-- You can specify that this package is a metapackage here: -->
        <!-- <metapackage/> -->
        <!-- Other tools can request additional information be placed here -->
      </export>
    </package>