latest pushes

This commit is contained in:
2023-09-27 09:49:48 -04:00
parent ec7a766dab
commit 1e0b90ccfe
30 changed files with 350 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package humanoid_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.3.0 (2022-05-06)
------------------
* Update package.xml and CMakeList.txt for noetic branch
* Ronaldson Bellande
0.2.0 (2013-10-25)
------------------
* Initial catkinization
0.1.2 (2013-01-10)
------------------

View File

@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
project(humanoid_msgs)
find_package(catkin REQUIRED)
catkin_metapackage()

20
humanoid_msgs/package.xml Normal file
View File

@@ -0,0 +1,20 @@
<package>
<name>humanoid_msgs</name>
<version>0.3.0</version>
<description>
Messages and services for humanoid robots
</description>
<author>Armin Hornung</author>
<maintainer email="ronaldsonbellande@gmail.com">Ronaldson Bellande</maintainer>
<license>BSD</license>
<url>http://www.ros.org/wiki/humanoid_msgs</url>
<url type="bugtracker">https://github.com/ahornung/humanoid_msgs/issues</url>
<url type="repository">https://github.com/ahornung/humanoid_msgs</url>
<buildtool_depend>catkin</buildtool_depend>
<export>
<metapackage />
</export>
</package>