|
| 1 | +<!-- |
| 2 | +Copyright (C) <year> Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande |
| 3 | +
|
| 4 | +Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 5 | +use this file except in compliance with the License. You may obtain a copy of |
| 6 | +the License at |
| 7 | +
|
| 8 | +http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +
|
| 10 | +Unless required by applicable law or agreed to in writing, software |
| 11 | +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 12 | +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 13 | +License for the specific language governing permissions and limitations under |
| 14 | +the License. |
| 15 | +--> |
| 16 | + |
1 | 17 | <?xml version="1.0"?> |
2 | 18 | <package format="3"> |
3 | 19 | <name>humanoid_robot_intelligence_control_system_controller</name> |
4 | 20 | <version>0.3.2</version> |
5 | | - <description>humanoid_robot_intelligence_control_system_controller package for ROBOTIS's platform like Manipulator-H, THORMANG and OP series</description> |
| 21 | + <description>humanoid_robot_intelligence_control_system_controller package for ROBOTIS's platform |
| 22 | + like Manipulator-H, THORMANG and OP series</description> |
6 | 23 | <license>Apache 2.0</license> |
7 | 24 | <maintainer email="ronaldsonbellande@gmail.com">Ronaldson Bellande</maintainer> |
8 | 25 |
|
|
13 | 30 | <build_depend condition="$ROS_VERSION == 1">roslib</build_depend> |
14 | 31 | <build_depend condition="$ROS_VERSION == 1">std_msgs</build_depend> |
15 | 32 | <build_depend condition="$ROS_VERSION == 1">sensor_msgs</build_depend> |
16 | | - <build_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_controller_msgs</build_depend> |
| 33 | + <build_depend condition="$ROS_VERSION == 1"> |
| 34 | + humanoid_robot_intelligence_control_system_controller_msgs</build_depend> |
17 | 35 | <build_depend condition="$ROS_VERSION == 1">dynamixel_sdk</build_depend> |
18 | 36 | <build_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_device</build_depend> |
19 | | - <build_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_framework_common</build_depend> |
| 37 | + <build_depend condition="$ROS_VERSION == 1"> |
| 38 | + humanoid_robot_intelligence_control_system_framework_common</build_depend> |
20 | 39 | <build_depend condition="$ROS_VERSION == 1">cmake_modules</build_depend> |
21 | 40 | <build_depend condition="$ROS_VERSION == 1">yaml-cpp</build_depend> |
22 | 41 |
|
23 | 42 | <build_export_depend condition="$ROS_VERSION == 1">roscpp</build_export_depend> |
24 | 43 | <build_export_depend condition="$ROS_VERSION == 1">roslib</build_export_depend> |
25 | 44 | <build_export_depend condition="$ROS_VERSION == 1">std_msgs</build_export_depend> |
26 | 45 | <build_export_depend condition="$ROS_VERSION == 1">sensor_msgs</build_export_depend> |
27 | | - <build_export_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_controller_msgs</build_export_depend> |
| 46 | + <build_export_depend condition="$ROS_VERSION == 1"> |
| 47 | + humanoid_robot_intelligence_control_system_controller_msgs</build_export_depend> |
28 | 48 | <build_export_depend condition="$ROS_VERSION == 1">dynamixel_sdk</build_export_depend> |
29 | | - <build_export_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_device</build_export_depend> |
30 | | - <build_export_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_framework_common</build_export_depend> |
| 49 | + <build_export_depend condition="$ROS_VERSION == 1"> |
| 50 | + humanoid_robot_intelligence_control_system_device</build_export_depend> |
| 51 | + <build_export_depend condition="$ROS_VERSION == 1"> |
| 52 | + humanoid_robot_intelligence_control_system_framework_common</build_export_depend> |
31 | 53 | <build_export_depend condition="$ROS_VERSION == 1">cmake_modules</build_export_depend> |
32 | 54 | <build_export_depend condition="$ROS_VERSION == 1">yaml-cpp</build_export_depend> |
33 | 55 |
|
34 | 56 | <exec_depend condition="$ROS_VERSION == 1">roscpp</exec_depend> |
35 | 57 | <exec_depend condition="$ROS_VERSION == 1">roslib</exec_depend> |
36 | 58 | <exec_depend condition="$ROS_VERSION == 1">std_msgs</exec_depend> |
37 | 59 | <exec_depend condition="$ROS_VERSION == 1">sensor_msgs</exec_depend> |
38 | | - <exec_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_controller_msgs</exec_depend> |
| 60 | + <exec_depend condition="$ROS_VERSION == 1"> |
| 61 | + humanoid_robot_intelligence_control_system_controller_msgs</exec_depend> |
39 | 62 | <exec_depend condition="$ROS_VERSION == 1">dynamixel_sdk</exec_depend> |
40 | 63 | <exec_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_device</exec_depend> |
41 | | - <exec_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_framework_common</exec_depend> |
| 64 | + <exec_depend condition="$ROS_VERSION == 1"> |
| 65 | + humanoid_robot_intelligence_control_system_framework_common</exec_depend> |
42 | 66 | <exec_depend condition="$ROS_VERSION == 1">cmake_modules</exec_depend> |
43 | 67 | <exec_depend condition="$ROS_VERSION == 1">yaml-cpp</exec_depend> |
44 | 68 |
|
|
49 | 73 | <build_depend condition="$ROS_VERSION == 2">roslib</build_depend> |
50 | 74 | <build_depend condition="$ROS_VERSION == 2">std_msgs</build_depend> |
51 | 75 | <build_depend condition="$ROS_VERSION == 2">sensor_msgs</build_depend> |
52 | | - <build_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_controller_msgs</build_depend> |
| 76 | + <build_depend condition="$ROS_VERSION == 2"> |
| 77 | + humanoid_robot_intelligence_control_system_controller_msgs</build_depend> |
53 | 78 | <build_depend condition="$ROS_VERSION == 2">dynamixel_sdk</build_depend> |
54 | 79 | <build_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_device</build_depend> |
55 | | - <build_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_framework_common</build_depend> |
| 80 | + <build_depend condition="$ROS_VERSION == 2"> |
| 81 | + humanoid_robot_intelligence_control_system_framework_common</build_depend> |
56 | 82 | <build_depend condition="$ROS_VERSION == 2">cmake_modules</build_depend> |
57 | 83 | <build_depend condition="$ROS_VERSION == 2">yaml-cpp</build_depend> |
58 | 84 |
|
59 | 85 | <build_export_depend condition="$ROS_VERSION == 2">roscpp</build_export_depend> |
60 | 86 | <build_export_depend condition="$ROS_VERSION == 2">roslib</build_export_depend> |
61 | 87 | <build_export_depend condition="$ROS_VERSION == 2">std_msgs</build_export_depend> |
62 | 88 | <build_export_depend condition="$ROS_VERSION == 2">sensor_msgs</build_export_depend> |
63 | | - <build_export_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_controller_msgs</build_export_depend> |
| 89 | + <build_export_depend condition="$ROS_VERSION == 2"> |
| 90 | + humanoid_robot_intelligence_control_system_controller_msgs</build_export_depend> |
64 | 91 | <build_export_depend condition="$ROS_VERSION == 2">dynamixel_sdk</build_export_depend> |
65 | | - <build_export_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_device</build_export_depend> |
66 | | - <build_export_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_framework_common</build_export_depend> |
| 92 | + <build_export_depend condition="$ROS_VERSION == 2"> |
| 93 | + humanoid_robot_intelligence_control_system_device</build_export_depend> |
| 94 | + <build_export_depend condition="$ROS_VERSION == 2"> |
| 95 | + humanoid_robot_intelligence_control_system_framework_common</build_export_depend> |
67 | 96 | <build_export_depend condition="$ROS_VERSION == 2">cmake_modules</build_export_depend> |
68 | 97 | <build_export_depend condition="$ROS_VERSION == 2">yaml-cpp</build_export_depend> |
69 | 98 |
|
70 | 99 | <exec_depend condition="$ROS_VERSION == 2">roscpp</exec_depend> |
71 | 100 | <exec_depend condition="$ROS_VERSION == 2">roslib</exec_depend> |
72 | 101 | <exec_depend condition="$ROS_VERSION == 2">std_msgs</exec_depend> |
73 | 102 | <exec_depend condition="$ROS_VERSION == 2">sensor_msgs</exec_depend> |
74 | | - <exec_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_controller_msgs</exec_depend> |
| 103 | + <exec_depend condition="$ROS_VERSION == 2"> |
| 104 | + humanoid_robot_intelligence_control_system_controller_msgs</exec_depend> |
75 | 105 | <exec_depend condition="$ROS_VERSION == 2">dynamixel_sdk</exec_depend> |
76 | 106 | <exec_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_device</exec_depend> |
77 | | - <exec_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_framework_common</exec_depend> |
| 107 | + <exec_depend condition="$ROS_VERSION == 2"> |
| 108 | + humanoid_robot_intelligence_control_system_framework_common</exec_depend> |
78 | 109 | <exec_depend condition="$ROS_VERSION == 2">cmake_modules</exec_depend> |
79 | 110 | <exec_depend condition="$ROS_VERSION == 2">yaml-cpp</exec_depend> |
80 | 111 |
|
|
0 commit comments