Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
talos-metapkg-ros-control-sot
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
Guilhem Saurel
talos-metapkg-ros-control-sot
Commits
d811b78d
Commit
d811b78d
authored
6 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
[talos_roscontrol_sot] Fix CMakeLists.txt and package.xml
parent
ab6fa45f
No related branches found
Branches containing commit
Tags
v0.0.7
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
talos_roscontrol_sot_talos/CMakeLists.txt
+1
-1
1 addition, 1 deletion
talos_roscontrol_sot_talos/CMakeLists.txt
talos_roscontrol_sot_talos/package.xml
+2
-2
2 additions, 2 deletions
talos_roscontrol_sot_talos/package.xml
with
3 additions
and
3 deletions
talos_roscontrol_sot_talos/CMakeLists.txt
+
1
−
1
View file @
d811b78d
...
...
@@ -17,7 +17,7 @@ find_package(catkin REQUIRED COMPONENTS
control_msgs
sensor_msgs
realtime_tools
talos_
controller_interface
controller_interface
)
include_directories
(
include
${
bullet_INCLUDE_DIRS
}
${
catkin_INCLUDE_DIRS
}
)
...
...
This diff is collapsed.
Click to expand it.
talos_roscontrol_sot_talos/package.xml
+
2
−
2
View file @
d811b78d
...
...
@@ -41,7 +41,7 @@
<build_depend>
sensor_msgs
</build_depend>
<build_depend>
realtime_tools
</build_depend>
<build_depend>
cmake_modules
</build_depend>
<build_depend>
talos_
roscontrol_sot
</build_depend>
<build_depend>
roscontrol_sot
</build_depend>
<run_depend>
roscpp
</run_depend>
<run_depend>
control_msgs
</run_depend>
...
...
@@ -50,6 +50,6 @@
<run_depend>
rospy
</run_depend>
<run_depend>
std_msgs
</run_depend>
<run_depend>
cmake_modules
</run_depend>
<run_depend>
talos_
roscontrol_sot
</run_depend>
<run_depend>
roscontrol_sot
</run_depend>
<!-- The export tag contains other, unspecified, tags -->
</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