File tree 8 files changed +29
-4
lines changed
rti_connext_dds_cmake_module 8 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package rmw_connextdds
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 0.4.0 (2021-03-25)
6
+ ------------------
7
+ * Add ability to override of endpoint qos settings based on topic name.
8
+ * Optimize QoS for reliable large data.
9
+ * Only trigger data condition if samples were loaned from reader.
10
+ * Alternative WaitSet implementation based on C++ std, selectable at
11
+ compile-time.
12
+
5
13
0.3.1 (2021-03-15)
6
14
------------------
7
15
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >rmw_connextdds</name >
5
- <version >0.3.1 </version >
5
+ <version >0.4.0 </version >
6
6
<description >A ROS2 RMW implementation built with RTI Connext DDS Professional.</description >
7
7
<
maintainer email =
" [email protected] " >Andrea Sorbini</
maintainer >
8
8
<license >Apache License 2.0</license >
Original file line number Diff line number Diff line change 2
2
Changelog for package rmw_connextdds_common
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 0.4.0 (2021-03-25)
6
+ ------------------
7
+ * Add ability to override of endpoint qos settings based on topic name (Pro).
8
+ * Optimize QoS for reliable large data (Pro).
9
+ * Only trigger data condition if samples were loaned from reader.
10
+ * Alternative WaitSet implementation based on C++ std, selectable at
11
+ compile-time.
12
+
5
13
0.3.1 (2021-03-15)
6
14
------------------
7
15
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >rmw_connextdds_common</name >
5
- <version >0.3.1 </version >
5
+ <version >0.4.0 </version >
6
6
<description >Common source for RMW implementations built with RTI Connext DDS Professional and RTI Connext DDS Micro.</description >
7
7
<
maintainer email =
" [email protected] " >Andrea Sorbini</
maintainer >
8
8
<license >Apache License 2.0</license >
Original file line number Diff line number Diff line change 2
2
Changelog for package rmw_connextddsmicro
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 0.4.0 (2021-03-25)
6
+ ------------------
7
+ * Only trigger data condition if samples were loaned from reader.
8
+ * Alternative WaitSet implementation based on C++ std, selectable at
9
+ compile-time.
10
+
5
11
0.3.1 (2021-03-15)
6
12
------------------
7
13
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >rmw_connextddsmicro</name >
5
- <version >0.3.1 </version >
5
+ <version >0.4.0 </version >
6
6
<description >A ROS2 RMW implementation built with RTI Connext DDS Micro.</description >
7
7
<
maintainer email =
" [email protected] " >Andrea Sorbini</
maintainer >
8
8
<license >Apache License 2.0</license >
Original file line number Diff line number Diff line change 2
2
Changelog for package rti_connext_dds_cmake_module
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 0.4.0 (2021-03-25)
6
+ ------------------
7
+
5
8
0.3.1 (2021-03-15)
6
9
------------------
7
10
* Pass ``-Wl,--no-as-needed `` for system dependencies of Connext 5.3.1.
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >rti_connext_dds_cmake_module</name >
5
- <version >0.3.1 </version >
5
+ <version >0.4.0 </version >
6
6
<description >Helper module to provide access to RTI products like Connext DDS Professional</description >
7
7
<
maintainer email =
" [email protected] " >Andrea Sorbini</
maintainer >
8
8
<license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments