Permalink
Please sign in to comment.
Showing
with
8 additions
and 43 deletions.
- +0 −4 .gitignore
- +1 −2 CMakeLists.txt
- +0 −19 manifest.xml
- +7 −1 package.xml
- +0 −17 stack.xml
@@ -1,7 +1,3 @@ | ||
-*~ | ||
*.pyc | ||
._* | ||
*~ | ||
- | ||
-# these are left around by setup.py | ||
-build/lib.linux-* |
19
manifest.xml
@@ -1,19 +0,0 @@ | ||
-<package> | ||
- <description brief="genmsg"> | ||
- | ||
- Standalone Python library for generating ROS message and service data structures in | ||
- Python, C++, LISP, and other languages. | ||
- | ||
- </description> | ||
- <author>Ken Conley/kwc@willowgarage.com, Troy Straszheim/straszheim@willowgarage.com</author> | ||
- <license>BSD</license> | ||
- <review status="unreviewed" notes=""/> | ||
- <url>http://ros.org/wiki/genmsg</url> | ||
- | ||
- <export> | ||
- <rosdoc config="rosdoc.yaml"/> | ||
- </export> | ||
- | ||
-</package> | ||
- | ||
- |
@@ -1,17 +0,0 @@ | ||
-<stack> | ||
- <name>genmsg</name> | ||
- <version>0.4.6</version> | ||
- <description> | ||
- Generator infrastructure for ROS messages. | ||
- </description> | ||
- <author email="straszheim@willowgarage.com">Troy Straszheim</author> | ||
- <author>Morten Kjaergaard</author> | ||
- <author>Ken Conley</author> | ||
- <maintainer email="dthomas@willowgarage.com">Dirk Thomas</maintainer> | ||
- <license>BSD</license> | ||
- <copyright>Willow Garage</copyright> | ||
- <url>http://www.ros.org/wiki/genmsg</url> | ||
- <build_type>python_distutils</build_type> | ||
- | ||
- <build_depends>catkin</build_depends> | ||
-</stack> |
0 comments on commit
6a5ffa2