1.9.10
This commit is contained in:
parent
efed8a2714
commit
613574928d
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>mk</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description>
|
||||
A collection of .mk include files for building ROS architectural elements. Most package authors should use cmake .mk, which calls CMake for the build of the package. The other files in this package are intended for use in exotic situations that mostly arise when importing 3rdparty code.
|
||||
</description>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosbuild</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description>
|
||||
|
||||
rosbuild contains scripts for managing the CMake-based build system for ROS.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>roslang</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description brief="ROS client library base">
|
||||
|
||||
roslang is a common package that all
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>roslib</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description brief="ROS base library">
|
||||
|
||||
Base dependencies and support libraries for ROS. roslib contains many of the common data structures and tools that are shared across ROS client library implementations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>ros</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description>ROS packaging system</description>
|
||||
<maintainer email="dthomas@willowgarage.com">Dirk Thomas</maintainer>
|
||||
<license>BSD</license>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosbash</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description>
|
||||
|
||||
Assorted shell commands for using ros with bash.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosboost_cfg</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description>
|
||||
|
||||
Contains scripts used by the rosboost-cfg tool for determining cflags/lflags/etc. of boost on your system
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosclean</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description brief="rosclean">
|
||||
|
||||
rosclean: cleanup filesystem resources (e.g. log files).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>roscreate</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description>
|
||||
roscreate contains a tool that assists in the creation of ROS filesystem resources.
|
||||
It provides: <tt>roscreate-pkg</tt>, which creates a new package directory,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosmake</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description>
|
||||
rosmake is a ros dependency aware build tool which can be used to
|
||||
build all dependencies in the correct order.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosunit</name>
|
||||
<version>1.9.9</version>
|
||||
<version>1.9.10</version>
|
||||
<description>
|
||||
Unit-testing package for ROS. This is a lower-level library for rostest and handles unit tests, whereas rostest handles integration tests.
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue