Skip to content

Commit ac8446c

Browse files
authored
Merge pull request #159 from Rascof/patch-4
Fix Sphinx warnings and update the package.xml
2 parents 99bf9db + 055f82f commit ac8446c

File tree

4 files changed

+12
-290
lines changed

4 files changed

+12
-290
lines changed

doc/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# get the python script install path
77

88
IF(BUILD_PYTHON_INTERFACE)
9-
SPHINX_SETUP()
10-
SPHINX_FINALIZE()
119
IF(INSTALL_DOCUMENTATION)
1210
INSTALL (FILES
1311
pictures/feature.png

doc/sphinx/conf.py.in

Lines changed: 0 additions & 197 deletions
This file was deleted.

doc/sphinx/index.rst.in

Lines changed: 0 additions & 71 deletions
This file was deleted.

package.xml

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<package format="2">
1+
<?xml version="1.0"?>
2+
<package format="3">
23
<name>sot-core</name>
34
<version>4.10.0</version>
45
<description>
@@ -14,28 +15,19 @@
1415
<author>Olivier Stasse</author>
1516
<author email="ostasse@laas.fr">ostasse@laas.fr</author>
1617

17-
<buildtool_depend>catkin</buildtool_depend>
18-
<build_depend version_gte="1.1" version_lt="2.0">genmsg</build_depend>
19-
20-
<build_depend>roscpp</build_depend>
21-
<build_depend>dynamic-graph-python</build_depend>
22-
<build_depend>pinocchio</build_depend>
23-
24-
<build_depend>roscpp</build_depend>
25-
<build_export_depend>dynamic-graph-python</build_export_depend>
26-
<build_export_depend>pinocchio</build_export_depend>
27-
28-
29-
<exec_depend>dynamic-graph-python</exec_depend>
30-
<exec_depend>pinocchio</exec_depend>
31-
<exec_depend>example-robot-data</exec_depend>
32-
33-
<test_depend>gtest</test_depend>
18+
<depend>dynamic-graph</depend>
19+
<depend>pinocchio</depend>
20+
<build_depend>doxygen</build_depend>
21+
<!-- The following tags are recommended by REP-136 -->
22+
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
23+
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
3424

3525
<doc_depend>doxygen</doc_depend>
3626
<doc_depend>dynamic_graph</doc_depend>
37-
38-
27+
28+
<buildtool_depend>cmake</buildtool_depend>
29+
3930
<export>
31+
<build_type>cmake</build_type>
4032
</export>
4133
</package>

0 commit comments

Comments
 (0)