Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit c083d27

Browse files
committed
add package.xml
1 parent c6e59b3 commit c083d27

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ IF(BUILD_PYTHON_INTERFACE)
7777
ENDIF(BUILD_PYTHON_INTERFACE)
7878

7979
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})
80+
IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
81+
INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})
82+
ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)

package.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<package format="2">
2+
<name>talos-torque-control</name>
3+
<version>1.0.0</version>
4+
<description>
5+
Collection of dynamic-graph entities aiming at the implementation of torque control on TALOS.
6+
</description>
7+
<url>https://github.com/pyrene-dev/talos-torque-control</url>
8+
<license>BSD</license>
9+
<author>Florent Forget</author>
10+
<author>Paul Dandignac</author>
11+
<author>Olivier Stasse</author>
12+
<maintainer email="guilhem.saurel@laas.fr">Guilhem Saurel</maintainer>
13+
14+
<depend>sot-torque-control</depend>
15+
</package>

0 commit comments

Comments
 (0)