Skip to content
Snippets Groups Projects
Commit 5b0487e7 authored by Krzysztof Wojciechowski's avatar Krzysztof Wojciechowski Committed by Florent Lamiraux
Browse files

Update package.xml to make it compatible with ROS 2

parent b9242bb3
No related branches found
No related tags found
No related merge requests found
<?xml version='1.0'?> <?xml version="1.0"?>
<package format='2'> <package format="3">
<name>hpp-statistics</name> <name>hpp-statistics</name>
<version>6.0.0</version> <version>6.0.0</version>
<description>Classes for doing statistics. </description> <description>Classes for doing statistics. </description>
<maintainer email='hpp@laas.fr'>Joseph Mirabel</maintainer> <maintainer email="guilhem.saurel@laas.fr">Guilhem Saurel</maintainer>
<license>LGPL</license>
<!-- <url type='website'>https://github.com/humanoid-path-planner/hpp-statistics </url> --> <author>Joseph Mirabel</author>
<author>Florent Lamiraux et al.</author>
<author>Joseph Mirabel</author> <license>BSD-2</license>
<author>Florent Lamiraux et al.</author>
<buildtool_depend>catkin</buildtool_depend> <url type="website">https://github.com/humanoid-path-planner/hpp-statistics</url>
<build_depend>hpp-util</build_depend> <url type="repository">https://github.com/humanoid-path-planner/hpp-statistics</url>
<exec_depend>hpp-util</exec_depend> <url type="bugtracker">https://github.com/humanoid-path-planner/hpp-statistics/issues</url>
<build_export_depend>hpp-util</build_export_depend>
</package> <buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>doxygen</build_depend>
<depend>hpp-util</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment