Skip to content

Commit 53ef262

Browse files
committed
Changelog
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent a20da7b commit 53ef262

File tree

9 files changed

+120
-0
lines changed

9 files changed

+120
-0
lines changed

.vscode/settings.json

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"files.associations": {
3+
"cctype": "cpp",
4+
"clocale": "cpp",
5+
"cmath": "cpp",
6+
"cstdarg": "cpp",
7+
"cstddef": "cpp",
8+
"cstdio": "cpp",
9+
"cstdlib": "cpp",
10+
"cstring": "cpp",
11+
"ctime": "cpp",
12+
"cwchar": "cpp",
13+
"cwctype": "cpp",
14+
"any": "cpp",
15+
"array": "cpp",
16+
"atomic": "cpp",
17+
"strstream": "cpp",
18+
"bit": "cpp",
19+
"bitset": "cpp",
20+
"cfenv": "cpp",
21+
"charconv": "cpp",
22+
"chrono": "cpp",
23+
"cinttypes": "cpp",
24+
"codecvt": "cpp",
25+
"compare": "cpp",
26+
"complex": "cpp",
27+
"concepts": "cpp",
28+
"condition_variable": "cpp",
29+
"cstdint": "cpp",
30+
"deque": "cpp",
31+
"forward_list": "cpp",
32+
"list": "cpp",
33+
"map": "cpp",
34+
"set": "cpp",
35+
"string": "cpp",
36+
"unordered_map": "cpp",
37+
"unordered_set": "cpp",
38+
"vector": "cpp",
39+
"exception": "cpp",
40+
"algorithm": "cpp",
41+
"functional": "cpp",
42+
"iterator": "cpp",
43+
"memory": "cpp",
44+
"memory_resource": "cpp",
45+
"numeric": "cpp",
46+
"optional": "cpp",
47+
"random": "cpp",
48+
"ratio": "cpp",
49+
"regex": "cpp",
50+
"source_location": "cpp",
51+
"string_view": "cpp",
52+
"system_error": "cpp",
53+
"tuple": "cpp",
54+
"type_traits": "cpp",
55+
"utility": "cpp",
56+
"hash_map": "cpp",
57+
"hash_set": "cpp",
58+
"format": "cpp",
59+
"fstream": "cpp",
60+
"future": "cpp",
61+
"initializer_list": "cpp",
62+
"iomanip": "cpp",
63+
"iosfwd": "cpp",
64+
"iostream": "cpp",
65+
"istream": "cpp",
66+
"limits": "cpp",
67+
"mutex": "cpp",
68+
"new": "cpp",
69+
"numbers": "cpp",
70+
"ostream": "cpp",
71+
"semaphore": "cpp",
72+
"shared_mutex": "cpp",
73+
"span": "cpp",
74+
"sstream": "cpp",
75+
"stdexcept": "cpp",
76+
"stdfloat": "cpp",
77+
"stop_token": "cpp",
78+
"streambuf": "cpp",
79+
"thread": "cpp",
80+
"typeindex": "cpp",
81+
"typeinfo": "cpp",
82+
"valarray": "cpp",
83+
"variant": "cpp"
84+
}
85+
}

rviz2/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rviz2
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
15.1.9 (2025-09-04)
6+
-------------------
7+
* get rid of deprecated rclcpp::spin_some() (`#1567 <https://github.com/ros2/rviz/issues/1567>`_)
8+
* Contributors: Alejandro Hernández Cordero
9+
510
15.1.8 (2025-08-22)
611
-------------------
712

rviz_common/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rviz_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
15.1.9 (2025-09-04)
6+
-------------------
7+
* Removed deprecations (`#1556 <https://github.com/ros2/rviz/issues/1556>`_)
8+
* rviz common ros service property (`#1548 <https://github.com/ros2/rviz/issues/1548>`_)
9+
* add ros action property (`#1549 <https://github.com/ros2/rviz/issues/1549>`_)
10+
* Contributors: Alejandro Hernández Cordero, Joshua Supratman
11+
512
15.1.8 (2025-08-22)
613
-------------------
714
* Deprecates update(float, float) methods and provides update(std::chrono::duration, std::chrono::duration) replacements. (`#1533 <https://github.com/ros2/rviz//issues/1533>`_)

rviz_default_plugins/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rviz_default_plugins
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
15.1.9 (2025-09-04)
6+
-------------------
7+
* add support for ffmpeg_image_transport and point_cloud_transport (`#1568 <https://github.com/ros2/rviz/issues/1568>`_)
8+
* Extend the message filter display for point cloud 2 display (`#1566 <https://github.com/ros2/rviz/issues/1566>`_)
9+
* Contributors: Kenji Brameld (TRACLabs), Lennart Reiher
10+
511
15.1.8 (2025-08-22)
612
-------------------
713
* Support image transport lifecycle (`#1472 <https://github.com/ros2/rviz//issues/1472>`_)

rviz_ogre_vendor/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz_ogre_vendor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
15.1.9 (2025-09-04)
6+
-------------------
7+
58
15.1.8 (2025-08-22)
69
-------------------
710

rviz_rendering/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rviz_rendering
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
15.1.9 (2025-09-04)
6+
-------------------
7+
* Removed assimp vendor package (`#1574 <https://github.com/ros2/rviz/issues/1574>`_)
8+
* Contributors: Alejandro Hernández Cordero
9+
510
15.1.8 (2025-08-22)
611
-------------------
712
* Update OGRE mesh files from ROS1 RViz (`#1536 <https://github.com/ros2/rviz//issues/1536>`_) (`#1559 <https://github.com/ros2/rviz//issues/1559>`_)

rviz_rendering_tests/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz_rendering_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
15.1.9 (2025-09-04)
6+
-------------------
7+
58
15.1.8 (2025-08-22)
69
-------------------
710

rviz_resource_interfaces/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz_resource_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
15.1.9 (2025-09-04)
6+
-------------------
7+
58
15.1.8 (2025-08-22)
69
-------------------
710

rviz_visual_testing_framework/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz_visual_testing_framework
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
15.1.9 (2025-09-04)
6+
-------------------
7+
58
15.1.8 (2025-08-22)
69
-------------------
710

0 commit comments

Comments
 (0)