Codebase list ros-ros / 6978a246-010c-4016-9f69-0b3a0c78317f/upstream
Import upstream version 1.15.8 Debian Janitor 2 years ago
38 changed file(s) with 136 addition(s) and 46 deletion(s). Raw diff Collapse all Expand all
00 ^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package mk
22 ^^^^^^^^^^^^^^^^^^^^^^^^
3
4 1.15.8 (2021-07-21)
5 -------------------
6 * Update maintainers (`#272 <https://github.com/ros/ros/issues/272>`_)
7 * Contributors: Jacob Perron
38
49 1.15.7 (2020-09-28)
510 -------------------
00 <package>
11 <name>mk</name>
2 <version>1.15.7</version>
2 <version>1.15.8</version>
33 <description>
44 A collection of .mk include files for building ROS architectural elements.
55 Most package authors should use cmake .mk, which calls CMake for the build of the package.
66 The other files in this package are intended for use in exotic situations that mostly arise when importing 3rdparty code.
77 </description>
8 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
8 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
9 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
910 <license>BSD</license>
1011
1112 <url>http://www.ros.org/wiki/ROS</url>
13
14 <author>Brian Gerkey</author>
1215 <author>Morgan Quigley</author>
13 <author>Brian Gerkey</author>
16 <author email="dthomas@openrobotics.org">Dirk Thomas</author>
1417
1518 <buildtool_depend version_gte="0.5.69">catkin</buildtool_depend>
1619
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package rosbuild
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 1.15.8 (2021-07-21)
5 -------------------
6 * Fix spelling (`#277 <https://github.com/ros/ros/issues/277>`_)
7 * Update maintainers (`#272 <https://github.com/ros/ros/issues/272>`_)
8 * Contributors: Jacob Perron, freddii
39
410 1.15.7 (2020-09-28)
511 -------------------
318318 # libs, even though it's necessary on 64-bit machines for linking this
319319 # lib against shared libs downstream. The only exception is mingw gcc
320320 # which doesn't specifically need to worry about building
321 # position independant libs.
321 # position independent libs.
322322 if(NOT MINGW)
323323 rosbuild_add_compile_flags(${lib} -fPIC)
324324 endif()
77 # Used to check if a function exists
88 include(CheckFunctionExists)
99
10 # look up python interpreter, store in ${PYTHON_EXECUTABLE}, #3763 BSD supprot
10 # look up python interpreter, store in ${PYTHON_EXECUTABLE}, #3763 BSD support
1111 find_package(PythonInterp)
1212
1313 # Find a ros package.
749749 endforeach(_srv)
750750 endmacro(rosbuild_get_srvs)
751751
752 # Compute msg/srv depenendency list, with simple caching
752 # Compute msg/srv dependency list, with simple caching
753753 macro(rosbuild_gendeps _pkg _msgfile)
754754 # Did we already compute it?
755755 if(NOT ${_pkg}_${_msgfile}_GENDEPS_COMPUTED)
00 <package>
11 <name>rosbuild</name>
2 <version>1.15.7</version>
2 <version>1.15.8</version>
33 <description>
44 rosbuild contains scripts for managing the CMake-based build system for ROS.
55 </description>
6 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
6 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
7 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
78 <license>BSD</license>
89
910 <url>http://ros.org/wiki/rosbuild</url>
11
1012 <author>Brian Gerkey</author>
1113 <author>Troy Straszheim</author>
1214 <author>Morgan Quigley</author>
15 <author email="dthomas@openrobotics.org">Dirk Thomas</author>
1316
1417 <buildtool_depend version_gte="0.5.78">catkin</buildtool_depend>
1518
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package roslang
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 1.15.8 (2021-07-21)
5 -------------------
6 * Update maintainers (`#272 <https://github.com/ros/ros/issues/272>`_)
7 * Contributors: Jacob Perron
38
49 1.15.7 (2020-09-28)
510 -------------------
00 <package>
11 <name>roslang</name>
2 <version>1.15.7</version>
2 <version>1.15.8</version>
33 <description>
44 roslang is a common package that all <a href="http://www.ros.org/wiki/Client%20Libraries">ROS client libraries</a> depend on.
55 This is mainly used to find client libraries (via 'rospack depends-on1 roslang').
66 </description>
7 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
7 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
8 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
89 <license>BSD</license>
910
1011 <url>http://ros.org/wiki/roslang</url>
12
1113 <author email="gerkey@willowgarage.com">Brian Gerkey</author>
14 <author email="dthomas@openrobotics.org">Dirk Thomas</author>
1215
1316 <buildtool_depend>catkin</buildtool_depend>
1417
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package roslib
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 1.15.8 (2021-07-21)
5 -------------------
6 * Fix spelling (`#277 <https://github.com/ros/ros/issues/277>`_)
7 * Update maintainers (`#272 <https://github.com/ros/ros/issues/272>`_)
8 * Contributors: Jacob Perron, freddii
39
410 1.15.7 (2020-09-28)
511 -------------------
33 schematypens="http://www.w3.org/2001/XMLSchema"?>
44 <package format="3">
55 <name>roslib</name>
6 <version>1.15.7</version>
6 <version>1.15.8</version>
77 <description>
88 Base dependencies and support libraries for ROS.
99 roslib contains many of the common data structures and tools that are shared across ROS client library implementations.
1010 </description>
11 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
11 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
12 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
1213 <license>BSD</license>
1314
1415 <url type="website">http://wiki.ros.org/roslib</url>
1516 <url type="bugtracker">https://github.com/ros/ros/issues</url>
1617 <url type="repository">https://github.com/ros/ros</url>
18
1719 <author email="kwc@willowgarage.com">Ken Conley</author>
20 <author email="jfaust@willowgarage.com">Josh Faust</author>
1821 <author email="mquigley@cs.stanford.edu">Morgan Quigley</author>
19 <author email="jfaust@willowgarage.com">Josh Faust</author>
22 <author email="dthomas@openrobotics.org">Dirk Thomas</author>
2023
2124 <depend>rospack</depend>
2225
3535
3636 """
3737 Warning: do not use this library. It is unstable and most of the routines
38 here have been superceded by other libraries (e.g. rospkg). These
38 here have been superseded by other libraries (e.g. rospkg). These
3939 routines will likely be *deleted* in future releases.
4040 """
4141
3636
3737 """
3838 Warning: do not use this library. It is unstable and most of the routines
39 here have been superceded by other libraries (e.g. genmsg). These
39 here have been superseded by other libraries (e.g. genmsg). These
4040 routines will likely be *deleted* in future releases.
4141 """
4242
165165 base = base_msg_type(x)
166166 if not roslib.names.is_legal_resource_name(base):
167167 return False
168 # parse array indicies
168 # parse array indices
169169 x = x[len(base):]
170170 state = 0
171171 for c in x:
338338
339339 def has_header(self):
340340 """
341 @return: True if msg decription contains a 'Header header'
341 @return: True if msg description contains a 'Header header'
342342 declaration at the beginning
343343 @rtype: bool
344344 """
3333
3434 """
3535 Warning: do not use this library. It is unstable and most of the routines
36 here have been superceded by other libraries (e.g. genmsg). These
36 here have been superseded by other libraries (e.g. genmsg). These
3737 routines will likely be *deleted* in future releases.
3838 """
3939
3333
3434 """
3535 Warning: do not use this library. It is unstable and most of the routines
36 here have been superceded by other libraries (e.g. rosgraph). These
36 here have been superseded by other libraries (e.g. rosgraph). These
3737 routines will likely be *deleted* in future releases.
3838 """
3939
135135
136136 def get_local_address():
137137 """
138 @return: default local IP address (e.g. eth0). May be overriden by ROS_IP/ROS_HOSTNAME/__ip/__hostname
138 @return: default local IP address (e.g. eth0). May be overridden by ROS_IP/ROS_HOSTNAME/__ip/__hostname
139139 @rtype: str
140140 """
141141 override = get_address_override()
3434
3535 """
3636 Warning: do not use this library. It is unstable and most of the routines
37 here have been superceded by other libraries (e.g. rospkg). These
37 here have been superseded by other libraries (e.g. rospkg). These
3838 routines will likely be *deleted* in future releases.
3939 """
4040
3232
3333 """
3434 Warning: do not use this library. It is unstable and most of the routines
35 here have been superceded by other libraries (e.g. rospkg). These
35 here have been superseded by other libraries (e.g. rospkg). These
3636 routines will likely be *deleted* in future releases.
3737 """
3838
3333
3434 """
3535 Warning: do not use this library. It is unstable and most of the routines
36 here have been superceded by other libraries (e.g. rospkg). These
36 here have been superseded by other libraries (e.g. rospkg). These
3737 routines will likely be *deleted* in future releases.
3838 """
3939
3434
3535 """
3636 Warning: do not use this library. It is unstable and most of the routines
37 here have been superceded by other libraries (e.g. rospkg). These
37 here have been superseded by other libraries (e.g. rospkg). These
3838 routines will likely be *deleted* in future releases.
3939 """
4040
3434
3535 """
3636 Warning: do not use this library. It is unstable and most of the routines
37 here have been superceded by other libraries (e.g. rospkg). These
37 here have been superseded by other libraries (e.g. rospkg). These
3838 routines will likely be *deleted* in future releases.
3939 """
4040
4949
5050 def deprecated(func):
5151 """This is a decorator which can be used to mark functions
52 as deprecated. It will result in a warning being emmitted
52 as deprecated. It will result in a warning being emitted
5353 when the function is used."""
5454 def newFunc(*args, **kwargs):
5555 warnings.warn('Call to deprecated function %s.' % func.__name__,
3535
3636 """
3737 Warning: do not use this library. It is unstable and most of the routines
38 here have been superceded by other libraries (e.g. rospkg). These
38 here have been superseded by other libraries (e.g. rospkg). These
3939 routines will likely be *deleted* in future releases.
4040 """
4141
3434
3535 """
3636 Warning: do not use this library. It is unstable and most of the routines
37 here have been superceded by other libraries (e.g. rospkg). These
37 here have been superseded by other libraries (e.g. rospkg). These
3838 routines will likely be *deleted* in future releases.
3939 """
4040
00 <package>
11 <name>ros</name>
2 <version>1.15.7</version>
2 <version>1.15.8</version>
33 <description>ROS packaging system</description>
4 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
4 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
5 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
56 <license>BSD</license>
67
78 <url type="website">http://www.ros.org/wiki/ROS</url>
1516 <author>Brian Gerkey</author>
1617 <author>Jeremy Leibs</author>
1718 <author>Morgan Quigley</author>
19 <author email="dthomas@openrobotics.org">Dirk Thomas</author>
1820 <author>Rob Wheeler</author>
1921
2022 <buildtool_depend>catkin</buildtool_depend>
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package rosbash
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 1.15.8 (2021-07-21)
5 -------------------
6 * Fix variable name (from $arg to $argv) in rosfish (`#279 <https://github.com/ros/ros/issues/279>`_)
7 * Update maintainers (`#272 <https://github.com/ros/ros/issues/272>`_)
8 * Contributors: Jacob Perron, Yuma Hiramatsu
39
410 1.15.7 (2020-09-28)
511 -------------------
00 <package>
11 <name>rosbash</name>
2 <version>1.15.7</version>
2 <version>1.15.8</version>
33 <description>
44 Assorted shell commands for using ros with bash.
55 </description>
6 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
6 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
7 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
78 <license>BSD</license>
89
910 <url>http://www.ros.org/wiki/rosbash</url>
11
1012 <author>Jeremy Leibs</author>
1113 <author>Thibault Kruse</author>
14 <author email="dthomas@openrobotics.org">Dirk Thomas</author>
1215
1316 <buildtool_depend version_gte="0.7.15">catkin</buildtool_depend>
1417
2121 # BSD find needs -E for extended regexp
2222 find -E $argv
2323 else
24 find $arg
24 find $argv
2525 end
2626 end
2727
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package rosboost_cfg
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 1.15.8 (2021-07-21)
5 -------------------
6 * Update maintainers (`#272 <https://github.com/ros/ros/issues/272>`_)
7 * Contributors: Jacob Perron
38
49 1.15.7 (2020-09-28)
510 -------------------
33 schematypens="http://www.w3.org/2001/XMLSchema"?>
44 <package format="3">
55 <name>rosboost_cfg</name>
6 <version>1.15.7</version>
6 <version>1.15.8</version>
77 <description>
88 Contains scripts used by the rosboost-cfg tool for determining cflags/lflags/etc. of boost on your system
99 </description>
10 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
10 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
11 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
1112 <license>BSD</license>
1213
1314 <url>http://ros.org/wiki/rosboost_cfg</url>
15
1416 <author>Josh Faust</author>
17 <author email="dthomas@openrobotics.org">Dirk Thomas</author>
1518
1619 <buildtool_depend>catkin</buildtool_depend>
1720 <buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package rosclean
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 1.15.8 (2021-07-21)
5 -------------------
6 * Update maintainers (`#272 <https://github.com/ros/ros/issues/272>`_)
7 * Contributors: Jacob Perron
38
49 1.15.7 (2020-09-28)
510 -------------------
33 schematypens="http://www.w3.org/2001/XMLSchema"?>
44 <package format="3">
55 <name>rosclean</name>
6 <version>1.15.7</version>
6 <version>1.15.8</version>
77 <description>
88 rosclean: cleanup filesystem resources (e.g. log files).
99 </description>
10 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
10 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
11 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
1112 <license>BSD</license>
1213
1314 <url type="website">http://wiki.ros.org/rosclean</url>
1415 <url type="bugtracker">https://github.com/ros/ros/issues</url>
1516 <url type="repository">https://github.com/ros/ros</url>
17
1618 <author>Ken Conley</author>
19 <author email="dthomas@openrobotics.org">Dirk Thomas</author>
1720
1821 <buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
1922 <buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package roscreate
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 1.15.8 (2021-07-21)
5 -------------------
6 * Update maintainers (`#272 <https://github.com/ros/ros/issues/272>`_)
7 * Contributors: Jacob Perron
38
49 1.15.7 (2020-09-28)
510 -------------------
33 schematypens="http://www.w3.org/2001/XMLSchema"?>
44 <package format="3">
55 <name>roscreate</name>
6 <version>1.15.7</version>
6 <version>1.15.8</version>
77 <description>
88 roscreate contains a tool that assists in the creation of ROS filesystem resources.
99 It provides: <tt>roscreate-pkg</tt>, which creates a new package directory,
1010 including the appropriate build and manifest files.
1111 </description>
12 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
12 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
13 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
1314 <license>BSD</license>
1415
1516 <url type="website">http://wiki.ros.org/roscreate</url>
1718 <url type="repository">https://github.com/ros/ros</url>
1819
1920 <author email="kwc@willowgarage.com">Ken Conley</author>
21 <author email="dthomas@osrfoundation.org">Dirk Thomas</author>
2022
2123 <buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
2224 <buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package rosmake
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 1.15.8 (2021-07-21)
5 -------------------
6 * Fix spelling (`#277 <https://github.com/ros/ros/issues/277>`_)
7 * Update maintainers (`#272 <https://github.com/ros/ros/issues/272>`_)
8 * Contributors: Jacob Perron, freddii
39
410 1.15.7 (2020-09-28)
511 -------------------
33 schematypens="http://www.w3.org/2001/XMLSchema"?>
44 <package format="3">
55 <name>rosmake</name>
6 <version>1.15.7</version>
6 <version>1.15.8</version>
77 <description>
88 rosmake is a ros dependency aware build tool which can be used to
99 build all dependencies in the correct order.
1010 </description>
11 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
11 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
12 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
1213 <license>BSD</license>
1314
1415 <url type="website">http://wiki.ros.org/rosmake</url>
1516 <url type="bugtracker">https://github.com/ros/ros/issues</url>
1617 <url type="repository">https://github.com/ros/ros</url>
18
1719 <author email="tfoote@osrfoundation.org">Tully Foote</author>
20 <author email="dthomas@openrobotics.org">Dirk Thomas</author>
1821
1922 <buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
2023 <buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
7575 # TODO: may no longer need this now that we've ported to rospkg
7676 class DependencyTracker:
7777 """Track dependencies between packages. This is basically a
78 caching way to call rospkg. It also will allow you to specifiy a
78 caching way to call rospkg. It also will allow you to specify a
7979 range of packages over which to track dependencies. This is useful
8080 if you are only building a subset of the tree. For example with the
8181 --specified-only option."""
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package rosunit
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 1.15.8 (2021-07-21)
5 -------------------
6 * Gracefully handle missing time attribute in testcase XML element (`#283 <https://github.com/ros/ros/issues/283>`_)
7 * Fix spelling (`#277 <https://github.com/ros/ros/issues/277>`_)
8 * Update maintainers (`#272 <https://github.com/ros/ros/issues/272>`_)
9 * Contributors: Jacob Perron, Romain Reignier, freddii
310
411 1.15.7 (2020-09-28)
512 -------------------
33 schematypens="http://www.w3.org/2001/XMLSchema"?>
44 <package format="3">
55 <name>rosunit</name>
6 <version>1.15.7</version>
6 <version>1.15.8</version>
77 <description>
88 Unit-testing package for ROS. This is a lower-level library for rostest and handles unit tests, whereas rostest handles integration tests.
99 </description>
10 <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
10 <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
11 <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
1112 <license>BSD</license>
1213
1314 <url type="website">http://wiki.ros.org/rosunit</url>
1415 <url type="bugtracker">https://github.com/ros/ros/issues</url>
1516 <url type="repository">https://github.com/ros/ros</url>
17
1618 <author>Ken Conley</author>
19 <author email="dthomas@openrobotics.org">Dirk Thomas</author>
1720
1821 <buildtool_depend version_gte="0.5.78">catkin</buildtool_depend>
1922 <buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
150150 success = process.start()
151151 self.assert_(success, 'test failed to start')
152152
153 # poll until test terminates or alloted time exceed
153 # poll until test terminates or allotted time exceed
154154 timeout_t = time.time() + self.time_limit
155155 try:
156156 while process.is_alive():
323323 elif not classname.startswith(result.name):
324324 classname = '%s.%s' % (result.name, classname)
325325
326 time = float(node.getAttribute('time')) or 0.0
326 try:
327 time = float(node.getAttribute('time'))
328 except ValueError:
329 time = 0.0
327330 tc_result = TestCaseResult('%s/%s' % (test_suite_name, name))
328331 tc_result.classname = classname
329332 tc_result.time = time