latest pushes
This commit is contained in:
15
humanoid_msgs/CHANGELOG.rst
Normal file
15
humanoid_msgs/CHANGELOG.rst
Normal 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)
|
||||
------------------
|
4
humanoid_msgs/CMakeLists.txt
Normal file
4
humanoid_msgs/CMakeLists.txt
Normal 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
20
humanoid_msgs/package.xml
Normal 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>
|
Reference in New Issue
Block a user