File tree Expand file tree Collapse file tree 8 files changed +24
-4
lines changed Expand file tree Collapse file tree 8 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package rclc
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 6.2.0 (2024-10-15)
6
+ ------------------
7
+ * added CI status for iron builds (#377)
8
+ * rclc_executor: improve enum type names (#379)
9
+ * fix rclc_example: memory leaking in msg.data allocation (backport #386) (#387)
10
+ * updated ci versions (#396)
11
+ * updated ros-tooling versions (#407)
12
+
5
13
6.1.0 (2023-06-15)
6
14
------------------
7
15
* Data structures interfaces for multi-threaded executor (#355)
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >rclc</name >
5
- <version >6.1 .0</version >
5
+ <version >6.2 .0</version >
6
6
<description >The ROS client library in C.</description >
7
7
<
maintainer email =
" [email protected] " >Jan Staschulat</
maintainer >
8
8
<
maintainer email =
" [email protected] " >Pablo Garrido</
maintainer >
Original file line number Diff line number Diff line change 2
2
Changelog for package rclc_examples
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 6.2.0 (2024-10-15)
6
+ ------------------
7
+ * fix rclc_example: memory leaking in msg.data allocation (backport #386) (#387)
8
+
5
9
6.1.0 (2023-06-15)
6
10
------------------
7
11
* no changes
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >rclc_examples</name >
5
- <version >6.1 .0</version >
5
+ <version >6.2 .0</version >
6
6
<description >Example of using rclc_executor</description >
7
7
<
maintainer email =
" [email protected] " >Jan Staschulat</
maintainer >
8
8
Original file line number Diff line number Diff line change 2
2
Changelog for package rclc_lifecycle
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 6.2.0 (2024-10-15)
6
+ ------------------
7
+ * no changes
8
+
5
9
6.1.0 (2023-06-15)
6
10
------------------
7
11
* no changes
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 >rclc_lifecycle</name >
5
- <version >6.1 .0</version >
5
+ <version >6.2 .0</version >
6
6
<description >rclc lifecycle convenience methods.</description >
7
7
<
maintainer email =
" [email protected] " >Jan Staschulat</
maintainer >
8
8
Original file line number Diff line number Diff line change 2
2
Changelog for package rclc_parameter
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 6.2.0 (2024-10-15)
6
+ ------------------
7
+ * Use fully qualified node name in parameter events (#402)
8
+
5
9
6.1.0 (2023-06-15)
6
10
------------------
7
11
* Add empty set_atomically parameter service (#354)
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 >rclc_parameter</name >
5
- <version >6.1 .0</version >
5
+ <version >6.2 .0</version >
6
6
<description >Parameter server implementation for micro-ROS nodes</description >
7
7
<
maintainer email =
" [email protected] " >Antonio Cuadros</
maintainer >
8
8
You can’t perform that action at this time.
0 commit comments