latest pushes
This commit is contained in:
parent
2dd27809ba
commit
b2cce9e219
@ -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)
|
||||
|
||||
################################################################################
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
||||
################################################################################
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
||||
################################################################################
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
||||
################################################################################
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user