Skip to content

Commit bbc2c92

Browse files
Merge pull request #21 from RonaldsonBellande/main
CMakeList.txt and package.xml update
2 parents 793dcaf + e72ce97 commit bbc2c92

File tree

8 files changed

+220
-50
lines changed

8 files changed

+220
-50
lines changed

humanoid_robot_intelligence_control_system_ball_detector/CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
4+
# use this file except in compliance with the License. You may obtain a copy of
5+
# the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12+
# License for the specific language governing permissions and limitations under
13+
# the License.
14+
115
cmake_minimum_required(VERSION 3.8)
216
project(humanoid_robot_intelligence_control_system_ball_detector)
317

humanoid_robot_intelligence_control_system_ball_detector/package.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
<?xml version="1.0"?>
218
<package format="3">
319
<name>humanoid_robot_intelligence_control_system_ball_detector</name>

humanoid_robot_intelligence_control_system_bringup/CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
4+
# use this file except in compliance with the License. You may obtain a copy of
5+
# the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12+
# License for the specific language governing permissions and limitations under
13+
# the License.
14+
115
cmake_minimum_required(VERSION 3.8)
216
project(humanoid_robot_intelligence_control_system_bringup)
317

humanoid_robot_intelligence_control_system_bringup/package.xml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
<?xml version="1.0"?>
218
<package format="3">
319
<name>humanoid_robot_intelligence_control_system_bringup</name>
@@ -19,8 +35,10 @@
1935
<build_depend condition="$ROS_VERSION == 1">robot_state_publisher</build_depend>
2036
<build_depend condition="$ROS_VERSION == 1">rviz</build_depend>
2137

22-
<build_export_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_manager</build_export_depend>
23-
<build_export_depend condition="$ROS_VERSION == 1">humanoid_robot_intelligence_control_system_description</build_export_depend>
38+
<build_export_depend condition="$ROS_VERSION == 1">
39+
humanoid_robot_intelligence_control_system_manager</build_export_depend>
40+
<build_export_depend condition="$ROS_VERSION == 1">
41+
humanoid_robot_intelligence_control_system_description</build_export_depend>
2442
<build_export_depend condition="$ROS_VERSION == 1">usb_cam</build_export_depend>
2543
<build_export_depend condition="$ROS_VERSION == 1">joint_state_publisher</build_export_depend>
2644
<build_export_depend condition="$ROS_VERSION == 1">robot_state_publisher</build_export_depend>
@@ -43,8 +61,10 @@
4361
<build_depend condition="$ROS_VERSION == 2">robot_state_publisher</build_depend>
4462
<build_depend condition="$ROS_VERSION == 2">rviz</build_depend>
4563

46-
<build_export_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_manager</build_export_depend>
47-
<build_export_depend condition="$ROS_VERSION == 2">humanoid_robot_intelligence_control_system_description</build_export_depend>
64+
<build_export_depend condition="$ROS_VERSION == 2">
65+
humanoid_robot_intelligence_control_system_manager</build_export_depend>
66+
<build_export_depend condition="$ROS_VERSION == 2">
67+
humanoid_robot_intelligence_control_system_description</build_export_depend>
4868
<build_export_depend condition="$ROS_VERSION == 2">usb_cam</build_export_depend>
4969
<build_export_depend condition="$ROS_VERSION == 2">joint_state_publisher</build_export_depend>
5070
<build_export_depend condition="$ROS_VERSION == 2">robot_state_publisher</build_export_depend>

humanoid_robot_intelligence_control_system_demo/CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
4+
# use this file except in compliance with the License. You may obtain a copy of
5+
# the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12+
# License for the specific language governing permissions and limitations under
13+
# the License.
14+
115
cmake_minimum_required(VERSION 3.8)
216
project(humanoid_robot_intelligence_control_system_demo)
317

0 commit comments

Comments
 (0)