Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph
Commits
860fa234
Unverified
Commit
860fa234
authored
Jun 16, 2020
by
Guilhem Saurel
Committed by
GitHub
Jun 16, 2020
Browse files
Merge pull request #73 from Rascof/patch-1
Update package.xml
parents
16da9cc5
a56f5178
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
860fa234
[submodule "jrl-cmakemodules"]
path = jrl-cmakemodules
url = git://github.com/jrl-umi3218/jrl-cmakemodules.git
[submodule "cmake"]
path = cmake
url = git://github.com/jrl-umi3218/jrl-cmakemodules.git
...
...
package.xml
View file @
860fa234
<package
format=
"2"
>
<?xml version="1.0"?>
<package
format=
"3"
>
<name>
dynamic-graph
</name>
<version>
4.2.0
</version>
<description>
...
...
@@ -11,8 +12,18 @@
<author>
Nicolas Mansard
</author>
<author>
Olivier Stasse
</author>
<buildtool_depend>
catkin
</buildtool_depend>
<build_depend>
git
</build_depend>
<build_depend>
doxygen
</build_depend>
<!-- The following tags are recommended by REP-136 -->
<exec_depend
condition=
"$ROS_VERSION == 1"
>
catkin
</exec_depend>
<exec_depend
condition=
"$ROS_VERSION == 2"
>
ament_cmake
</exec_depend>
<depend>
eigen
</depend>
<depend>
boost
</depend>
<depend>
graphviz
</depend>
<
doc_depend>
doxygen
</doc
_depend>
<
buildtool_depend>
cmake
</buildtool
_depend>
<export>
<build_type>
cmake
</build_type>
</export>
</package>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment