Skip to content

Commit 486ebcf

Browse files
committed
2.9.2
1 parent 1dd18ce commit 486ebcf

File tree

64 files changed

+155
-32
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+155
-32
lines changed

rtt_actionlib/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_actionlib
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

rtt_actionlib/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_actionlib</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>The rtt_actionlib package</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

rtt_dynamic_reconfigure/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_dynamic_reconfigure
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710
* Merge with version 2.8.6

rtt_dynamic_reconfigure/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_dynamic_reconfigure</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>The rtt_dynamic_reconfigure package</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

rtt_ros/CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package rtt_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
* Merge pull request `#111 <https://github.com/orocos/rtt_ros_integration/issues/111>`_ from orocos/fix-110 into 2.9.2
8+
* Declare loadROSService() methods as static to fix name clashes (fix `#110 <https://github.com/orocos/rtt_ros_integration/issues/110>`_)
9+
* Merge pull request `#99 <https://github.com/orocos/rtt_ros_integration/issues/99>`_ from disRecord/feat/ros-time-type-fix
10+
* Fix ros::time and ros::duration typekit by replacing PrimitiveType with StructType.
11+
* rtt_ros: remove extra semicolon after namespace closing bracket
12+
* Contributors: Johannes Meyer, disRecord
13+
514
2.9.1 (2017-11-16)
615
------------------
716

rtt_ros/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_ros</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>
66
This package provides an RTT plugin to add a ROS node to the RTT process,
77
as well as several wrapper scripts to enable roslaunching of orocos

rtt_ros_integration/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Orocos RTT/ROS Integration Changelog
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

rtt_ros_integration/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_ros_integration</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>This stack contains all software necessary to build systems using both Orocos and ROS infrastructures</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

rtt_ros_msgs/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_ros_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

rtt_ros_msgs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_ros_msgs</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>This package provides .msg and .srv files for use with the rtt_ros_integration packages.</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

rtt_rosclock/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rtt_rosclock
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
* Merge pull request `#112 <https://github.com/orocos/rtt_ros_integration/issues/112>`_ from honeybee-robotics-forks/fix-rtt-rosclock-thread-segfault into 2.9.2
8+
* rtt_rosclock: fixing isSelf segfault when using simclock with ownthread operation caller
9+
* Contributors: Johannes Meyer, Jonathan Bohren
10+
511
2.9.1 (2017-11-16)
612
------------------
713
* Merge pull request `#93 <https://github.com/orocos/rtt_ros_integration/issues/93>`_ from ahoarau/xenomai3-support

rtt_rosclock/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_rosclock</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>This package provides an RTT plugin to access different time measurements on a realtime host.</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

rtt_roscomm/CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package rtt_roscomm
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
* Merge pull request `#111 <https://github.com/orocos/rtt_ros_integration/issues/111>`_ from orocos/fix-110 into 2.9.2
8+
* Declare loadROSService() methods as static to fix name clashes (fix `#110 <https://github.com/orocos/rtt_ros_integration/issues/110>`_)
9+
* Merge pull request `#109 <https://github.com/orocos/rtt_ros_integration/issues/109>`_ from orocos/fix/rtt_roscomm-python-interpreter into 2.9.2
10+
* rtt_roscomm: fix hard-coded path to python interpreter in shebang of create_boost_header.py
11+
* Merge pull request `#106 <https://github.com/orocos/rtt_ros_integration/issues/106>`_ from ahoarau/patch-2 into 2.9.2
12+
* add topicLatched to scripting
13+
* Contributors: Antoine Hoarau, Johannes Meyer
14+
515
2.9.1 (2017-11-16)
616
------------------
717
* Merge with version 2.8.6

rtt_roscomm/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_roscomm</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>
66
rtt_roscomm provides the necessary template files and cmake macros for
77
automatic rtt typekit and transport generation from ROS msg files

rtt_rosdeployment/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_rosdeployment
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

rtt_rosdeployment/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_rosdeployment</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>rtt_rosdeployment provides an RTT plugin to control an ocl deployment component over ROS service calls.</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

rtt_rosnode/CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package rtt_rosnode
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
* Merge pull request `#116 <https://github.com/orocos/rtt_ros_integration/issues/116>`_ from ahoarau/patch-3 into 2.9.2
8+
Defaults the number of spinner threads
9+
* Defaults the number of spinner threads
10+
To the number of CPUs available
11+
* Merge pull request `#111 <https://github.com/orocos/rtt_ros_integration/issues/111>`_ from orocos/fix-110 into 2.9.2
12+
Declare loadROSService() methods as static to fix name clashes
13+
* Declare loadROSService() methods as static to fix name clashes (fix `#110 <https://github.com/orocos/rtt_ros_integration/issues/110>`_)
14+
* Merge pull request `#98 <https://github.com/orocos/rtt_ros_integration/issues/98>`_ from disRecord/feat/get-node-name
15+
rtt_rosnode: Add getNodeName() and getNamespace() operations.
16+
* rtt_rosnode: Add getNodeName() and getNamespace() operations.
17+
* Contributors: Antoine Hoarau, Johannes Meyer, disRecord
18+
519
2.9.1 (2017-11-16)
620
------------------
721

rtt_rosnode/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_rosnode</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>
66
This package provides an RTT plugin to add a ROS node to the RTT process.
77
</description>

rtt_rospack/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_rospack
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

rtt_rospack/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_rospack</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>rtt_rospack provides an RTT plugin to use rospack to find packages in your ROS_PACKAGE_PATH</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

rtt_rosparam/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_rosparam
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

rtt_rosparam/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>rtt_rosparam</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>
66
This package provides an RTT service and service-requester for associating RTT component properties with ROS parameters
77
</description>

rtt_tf/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_tf
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

rtt_tf/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_tf</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>This package contains the components of the rtt_tf package</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

tests/rtt_dynamic_reconfigure_tests/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_dynamic_reconfigure_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

tests/rtt_dynamic_reconfigure_tests/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_dynamic_reconfigure_tests</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>The rtt_dynamic_reconfigure_tests package</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

tests/rtt_ros_tests/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_ros_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

tests/rtt_ros_tests/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_ros_tests</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>The rtt_ros_tests package</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

tests/rtt_roscomm_tests/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_roscomm_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

tests/rtt_roscomm_tests/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_roscomm_tests</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>The rtt_roscomm_tests package</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

tests/rtt_rospack_tests/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_rospack_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

tests/rtt_rospack_tests/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_rospack_tests</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>The rtt_ros_tests package</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

tests/rtt_rosparam_tests/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_rosparam_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

tests/rtt_rosparam_tests/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>rtt_rosparam_tests</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>The rtt_rosparam_tests package</description>
66
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>
77

typekits/rtt_actionlib_msgs/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_actionlib_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

typekits/rtt_actionlib_msgs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>rtt_actionlib_msgs</name>
3-
<version>2.9.1</version>
3+
<version>2.9.2</version>
44
<description>
55

66
Provides an rtt typekit for ROS actionlib_msgs messages.

typekits/rtt_common_msgs/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_common_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

typekits/rtt_common_msgs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtt_common_msgs</name>
4-
<version>2.9.1</version>
4+
<version>2.9.2</version>
55
<description>The rtt_common_msgs package</description>
66

77
<maintainer email="orocos-dev@lists.mech.kuleuven.be">Orocos Developers</maintainer>

typekits/rtt_diagnostic_msgs/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_diagnostic_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.2 (2019-05-15)
6+
------------------
7+
58
2.9.1 (2017-11-16)
69
------------------
710

0 commit comments

Comments
 (0)