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
3c383153
Commit
3c383153
authored
7 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
Fix package.xml version + talos_roscontrol_sot CMakeLists.txt project name.
parent
e06309d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
metapkg_talos_roscontrol_sot/package.xml
+1
-1
1 addition, 1 deletion
metapkg_talos_roscontrol_sot/package.xml
talos_roscontrol_sot/CMakeLists.txt
+2
-2
2 additions, 2 deletions
talos_roscontrol_sot/CMakeLists.txt
with
3 additions
and
3 deletions
metapkg_talos_roscontrol_sot/package.xml
+
1
−
1
View file @
3c383153
<package>
<name>
metapkg_talos_roscontrol_sot
</name>
<version>
0.0.
0
</version>
<version>
0.0.
1
</version>
<description>
A set of packages that include sot-wrapper and talos sot params .
</description>
<maintainer
email=
"olivier.stasse@laas.fr"
>
Olivier Stasse
</maintainer>
...
...
This diff is collapsed.
Click to expand it.
talos_roscontrol_sot/CMakeLists.txt
+
2
−
2
View file @
3c383153
...
...
@@ -21,7 +21,7 @@ include(cmake/ros.cmake)
include
(
cmake/GNUInstallDirs.cmake
)
include
(
cmake/python.cmake
)
project
(
roscontrol_sot
)
project
(
talos_
roscontrol_sot
)
find_package
(
PkgConfig REQUIRED
)
...
...
@@ -41,7 +41,7 @@ find_package(catkin REQUIRED COMPONENTS
control_msgs
sensor_msgs
realtime_tools
controller_interface
talos_
controller_interface
)
## LAAS cmake submodule part
...
...
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