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
roscontrol_sot
Commits
42784a1b
Commit
42784a1b
authored
Nov 26, 2019
by
Olivier Stasse
Browse files
[package.xml] Change order of packages.
parent
feb6e290
Changes
1
Show whitespace changes
Inline
Side-by-side
package.xml
View file @
42784a1b
...
...
@@ -34,6 +34,10 @@
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<buildtool_depend>
catkin
</buildtool_depend>
<build_depend>
temperature_sensor_controller
</build_depend>
<build_depend>
pal_hardware_interfaces
</build_depend>
<build_depend>
controller_interface
</build_depend>
<build_depend>
controller_manager
</build_depend>
<build_depend>
roscpp
</build_depend>
<build_depend>
rospy
</build_depend>
<build_depend>
std_msgs
</build_depend>
...
...
@@ -41,12 +45,10 @@
<build_depend>
control_msgs
</build_depend>
<build_depend>
sensor_msgs
</build_depend>
<build_depend>
realtime_tools
</build_depend>
<build_depend>
controller_interface
</build_depend>
<build_depend>
controller_manager
</build_depend>
<build_depend>
cmake_modules
</build_depend>
<build_depend>
dynamic_graph_bridge
</build_depend>
<build_depend>
pal_hardware_interfaces
</build_depend>
<run_depend>
temperature_sensor_controller
</run_depend>
<run_depend>
roscpp
</run_depend>
<run_depend>
control_msgs
</run_depend>
<run_depend>
sensor_msgs
</run_depend>
...
...
Write
Preview
Markdown
is supported
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