latest pushes

This commit is contained in:
Ronaldson Bellande 2023-10-02 00:51:10 -04:00
parent 2dd27809ba
commit b2cce9e219
8 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
################################################################################
# Set minimum required version of cmake, project name and compile options
################################################################################
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.8)
project(humanoid_robot_ball_detector)
################################################################################

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package format="2">
<package format="3">
<name>humanoid_robot_ball_detector</name>
<version>0.1.0</version>
<description>

View File

@ -1,7 +1,7 @@
################################################################################
# Set minimum required version of cmake, project name and compile options
################################################################################
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.8)
project(humanoid_robot_bringup)
################################################################################

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package format="2">
<package format="3">
<name>humanoid_robot_bringup</name>
<version>0.3.0</version>
<description>

View File

@ -1,7 +1,7 @@
################################################################################
# Set minimum required version of cmake, project name and compile options
################################################################################
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.8)
project(humanoid_robot_demo)
################################################################################

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package format="2">
<package format="3">
<name>humanoid_robot_demo</name>
<version>0.3.0</version>
<description>

View File

@ -1,7 +1,7 @@
################################################################################
# Set minimum required version of cmake, project name and compile options
################################################################################
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.8)
project(humanoid_robot_read_write_demo)
################################################################################

View File

@ -1,12 +1,12 @@
<?xml version="1.0"?>
<package format="2">
<package format="3">
<name>humanoid_robot_read_write_demo</name>
<version>0.3.0</version>
<description>
The humanoid_robot_read_write_demo package
</description>
<license>Apache 2.0</license>
<maintainer email="pyo@humanoid_robot.com">Ronaldson Bellande</maintainer>
<maintainer email="ronaldsonbellande@gmail.com">Ronaldson Bellande</maintainer>
<buildtool_depend>catkin</buildtool_depend>