Skip to content
Snippets Groups Projects
Unverified Commit b880f139 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #10 from olivier-stasse/devel

Simplifies CMakeLists.txt and package.xml after removing Gazebo plugin
parents 91079ab3 d87aafe3
No related branches found
No related tags found
No related merge requests found
Pipeline #13308 passed
...@@ -4,21 +4,17 @@ ...@@ -4,21 +4,17 @@
<version>2.0.0</version> <version>2.0.0</version>
<description>The talos_data package</description> <description>The talos_data package</description>
<maintainer email="olivier.stasse@laas.fr">Olivier Stasse</maintainer> <maintainer email="guilhem.saurel@laas.fr">Guilhem Saurel</maintainer>
<license>LGPL-3.0</license> <license>LGPL-3.0</license>
<buildtool_depend>catkin</buildtool_depend> <buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<exec_depend>talos_description_calibration</exec_depend> <exec_depend>talos_description_calibration</exec_depend>
<exec_depend>talos_description_inertial</exec_depend> <exec_depend>talos_description_inertial</exec_depend>
<exec_depend>roscpp</exec_depend>
<test_depend>rostest</test_depend> <test_depend>rostest</test_depend>
<test_depend>urdf_test</test_depend> <test_depend>urdf_test</test_depend>
<test_depend>roscpp</test_depend>
<export> <export>
</export> </export>
......
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