File tree 2 files changed +40
-0
lines changed
2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,5 @@ PYTHON_INSTALL_ON_SITE(${PY_NAME}/velocity precomputed_meta_tasks.py)
37
37
38
38
PYTHON_INSTALL_ON_SITE(${PY_NAME} /acceleration __init__.py)
39
39
PYTHON_INSTALL_ON_SITE(${PY_NAME} /acceleration precomputed_meta_tasks.py)
40
+
41
+ INSTALL (FILES package.xml DESTINATION share/${PROJECT_NAME} )
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package format =" 3" >
3
+ <name >sot-dynamic-pinocchio</name >
4
+ <version >1.2.4</version >
5
+ <description >
6
+ Application dependent control graph initialization scripts for the SoT
7
+ </description >
8
+ <
maintainer email =
" [email protected] " >Guilhem Saurel</
maintainer >
9
+
10
+ <license >BSD</license >
11
+
12
+ <url type =" website" >http://stack-of-tasks.github.io</url >
13
+ <url type =" repository" >http://www.github.com/stack-of-tasks/sot-dynamic-pinocchio</url >
14
+ <url type =" bugtracker" >http://www.github.com/stack-of-tasks/sot-dynamic-pinocchio/issues</url >
15
+ <author >Olivier Stasse</author >
16
+
17
+ <build_depend >git</build_depend >
18
+ <build_depend >doxygen</build_depend >
19
+ <!-- The following tags are recommended by REP-136 -->
20
+ <exec_depend condition =" $ROS_VERSION == 1" >catkin</exec_depend >
21
+ <exec_depend condition =" $ROS_VERSION == 2" >ament_cmake</exec_depend >
22
+ <depend >sot-dynamic-pinocchio</depend >
23
+ <depend >sot-core</depend >
24
+ <depend >sot-tools</depend >
25
+ <depend >pinocchio</depend >
26
+ <depend >dynamic-graph-python</depend >
27
+ <depend >liblapack-dev</depend >
28
+ <depend >libopenblas-dev</depend >
29
+
30
+ <doc_depend >doxygen</doc_depend >
31
+ <doc_depend >dynamic-graph</doc_depend >
32
+
33
+ <buildtool_depend >cmake</buildtool_depend >
34
+
35
+ <export >
36
+ <build_type >cmake</build_type >
37
+ </export >
38
+ </package >
You can’t perform that action at this time.
0 commit comments