|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- |
| 3 | +Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande |
| 4 | +
|
| 5 | +Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 6 | +use this file except in compliance with the License. You may obtain a copy of |
| 7 | +the License at |
| 8 | +
|
| 9 | +http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +
|
| 11 | +Unless required by applicable law or agreed to in writing, software |
| 12 | +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 13 | +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 14 | +License for the specific language governing permissions and limitations under |
| 15 | +the License. |
| 16 | +--> |
| 17 | + |
| 18 | +<package format="3"> |
| 19 | + <name>humanoid_robot_intelligence_control_system_framework</name> |
| 20 | + <version>0.3.2</version> |
| 21 | + <description>ROS packages for the humanoid_robot_intelligence_control_system_framework (meta |
| 22 | + package)</description> |
| 23 | + <license>Apache 2.0</license> |
| 24 | + <maintainer email="ronaldsonbellande@gmail.com">Ronaldson Bellande</maintainer> |
| 25 | + |
| 26 | + |
| 27 | + <buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend> |
| 28 | + |
| 29 | + <build_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_controller</build_depend> |
| 30 | + <build_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_device</build_depend> |
| 31 | + <build_depend condition="$ROS_VERSION == 1"> |
| 32 | + humanoid_robot_intelligence_control_system_framework_common</build_depend> |
| 33 | + |
| 34 | + <build_export_depend condition="$ROS_VERSION == 1"> |
| 35 | + humanoid_robot_intelligence_control_system_controller</build_export_depend> |
| 36 | + <build_export_depend condition="$ROS_VERSION == 1"> |
| 37 | + humanoid_robot_intelligence_control_system_device</build_export_depend> |
| 38 | + <build_export_depend condition="$ROS_VERSION == 1"> |
| 39 | + humanoid_robot_intelligence_control_system_framework_common</build_export_depend> |
| 40 | + |
| 41 | + <exec_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_controller</exec_depend> |
| 42 | + <exec_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_device</exec_depend> |
| 43 | + <exec_depend condition="$ROS_VERSION == 1"> |
| 44 | + humanoid_robot_intelligence_control_system_framework_common</exec_depend> |
| 45 | + |
| 46 | + |
| 47 | + <buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend> |
| 48 | + |
| 49 | + <build_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_controller</build_depend> |
| 50 | + <build_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_device</build_depend> |
| 51 | + <build_depend condition="$ROS_VERSION == 2"> |
| 52 | + humanoid_robot_intelligence_control_system_framework_common</build_depend> |
| 53 | + |
| 54 | + <build_export_depend condition="$ROS_VERSION == 2"> |
| 55 | + humanoid_robot_intelligence_control_system_controller</build_export_depend> |
| 56 | + <build_export_depend condition="$ROS_VERSION == 2"> |
| 57 | + humanoid_robot_intelligence_control_system_device</build_export_depend> |
| 58 | + <build_export_depend condition="$ROS_VERSION == 2"> |
| 59 | + humanoid_robot_intelligence_control_system_framework_common</build_export_depend> |
| 60 | + |
| 61 | + <exec_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_controller</exec_depend> |
| 62 | + <exec_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_device</exec_depend> |
| 63 | + <exec_depend condition="$ROS_VERSION == 2"> |
| 64 | + humanoid_robot_intelligence_control_system_framework_common</exec_depend> |
| 65 | + |
| 66 | + <export></export> |
| 67 | +</package> |
0 commit comments