Skip to content
Snippets Groups Projects
package.xml 730 B
Newer Older
Guilhem Saurel's avatar
Guilhem Saurel committed
<?xml version='1.0'?>
<package format='3'>
    <name>solo_rbprm</name>
    <version>5.0.0</version>
Guilhem Saurel's avatar
Guilhem Saurel committed
    <description>Database for Solo robot using hpp-rbprm</description>

    <maintainer email='guilhem.saurel@laas.fr'>Guilhem Saurel</maintainer>
    <license>BSD</license>

    <author>Pierre Fernbach</author>
    <author>Steve Tonneau</author>

    <!-- The following tags are recommended by REP-136 -->
    <exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
    <buildtool_depend>cmake</buildtool_depend>
Wolfgang Merkt's avatar
Wolfgang Merkt committed
    <depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
    <depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
    <export>
        <build_type>cmake</build_type>
    </export>
Guilhem Saurel's avatar
Guilhem Saurel committed
</package>