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
Stack Of Tasks
talos-metapkg-ros-control-sot
Commits
345ff1b2
Commit
345ff1b2
authored
7 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
[ros] Add dependence to pal_hardwarde_interfaces.
parent
69177f44
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
talos_roscontrol_sot/CMakeLists.txt
+1
-0
1 addition, 0 deletions
talos_roscontrol_sot/CMakeLists.txt
talos_roscontrol_sot/package.xml
+2
-0
2 additions, 0 deletions
talos_roscontrol_sot/package.xml
with
3 additions
and
0 deletions
talos_roscontrol_sot/CMakeLists.txt
+
1
−
0
View file @
345ff1b2
...
@@ -45,6 +45,7 @@ find_package(catkin REQUIRED COMPONENTS
...
@@ -45,6 +45,7 @@ find_package(catkin REQUIRED COMPONENTS
sensor_msgs
sensor_msgs
realtime_tools
realtime_tools
talos_controller_interface
talos_controller_interface
talos_pal_hardware_interfaces
)
)
## LAAS cmake submodule part
## LAAS cmake submodule part
...
...
This diff is collapsed.
Click to expand it.
talos_roscontrol_sot/package.xml
+
2
−
0
View file @
345ff1b2
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
<build_depend>
sensor_msgs
</build_depend>
<build_depend>
sensor_msgs
</build_depend>
<build_depend>
realtime_tools
</build_depend>
<build_depend>
realtime_tools
</build_depend>
<build_depend>
talos_controller_interface
</build_depend>
<build_depend>
talos_controller_interface
</build_depend>
<build_depend>
talos_pal_hardware_interfaces
</build_depend>
<build_depend>
cmake_modules
</build_depend>
<build_depend>
cmake_modules
</build_depend>
<build_depend>
dynamic_graph_bridge
</build_depend>
<build_depend>
dynamic_graph_bridge
</build_depend>
...
@@ -41,6 +42,7 @@
...
@@ -41,6 +42,7 @@
<run_depend>
rospy
</run_depend>
<run_depend>
rospy
</run_depend>
<run_depend>
std_msgs
</run_depend>
<run_depend>
std_msgs
</run_depend>
<run_depend>
talos_controller_interface
</run_depend>
<run_depend>
talos_controller_interface
</run_depend>
<run_depend>
talos_pal_hardware_interfaces
</run_depend>
<run_depend>
cmake_modules
</run_depend>
<run_depend>
cmake_modules
</run_depend>
<run_depend>
message_runtime
</run_depend>
<run_depend>
message_runtime
</run_depend>
<run_depend>
dynamic_graph_bridge
</run_depend>
<run_depend>
dynamic_graph_bridge
</run_depend>
...
...
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