Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic-graph
Commits
31b6bc68
Unverified
Commit
31b6bc68
authored
4 years ago
by
Thomas PEYRUCAIN
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update package.xml
Add dependencies to build in the ROS buildfarm
parent
16da9cc5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.xml
+14
-3
14 additions, 3 deletions
package.xml
with
14 additions
and
3 deletions
package.xml
+
14
−
3
View file @
31b6bc68
<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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment