Skip to content

Commit bac3843

Browse files
awf-autoware-bot[bot]github-actions
andauthored
chore: bump version (0.3.0) and update changelog (#26)
* chore: update all "CHANGELOG.rst"s * 0.3.0 --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent 327df6b commit bac3843

12 files changed

Lines changed: 31 additions & 6 deletions

File tree

autoware_localization_rviz_plugin/CHANGELOG.rst

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

5+
0.3.0 (2025-11-16)
6+
------------------
7+
58
0.2.0 (2025-08-14)
69
------------------
710

autoware_localization_rviz_plugin/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_localization_rviz_plugin</name>
5-
<version>0.2.0</version>
5+
<version>0.3.0</version>
66
<description>The autoware_localization_rviz_plugin package</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="takamasa.horibe@tier4.jp">Takamasa Horibe</maintainer>

autoware_overlay_rviz_plugin/autoware_mission_details_overlay_rviz_plugin/CHANGELOG.rst

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

5+
0.3.0 (2025-11-16)
6+
------------------
7+
58
0.2.0 (2025-08-14)
69
------------------
710

autoware_overlay_rviz_plugin/autoware_mission_details_overlay_rviz_plugin/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_mission_details_overlay_rviz_plugin</name>
5-
<version>0.2.0</version>
5+
<version>0.3.0</version>
66
<description>
77
RViz2 plugin for 2D overlays for mission details in the 3D view. Mainly a port of the JSK overlay plugin
88
(https://github.com/jsk-ros-pkg/jsk_visualization).

autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/CHANGELOG.rst

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

5+
0.3.0 (2025-11-16)
6+
------------------
7+
58
0.2.0 (2025-08-14)
69
------------------
710

autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_overlay_rviz_plugin</name>
5-
<version>0.2.0</version>
5+
<version>0.3.0</version>
66
<description>
77
RViz2 plugin for 2D overlays in the 3D view. Mainly a port of the JSK overlay plugin
88
(https://github.com/jsk-ros-pkg/jsk_visualization).

autoware_overlay_rviz_plugin/autoware_string_stamped_overlay_rviz_plugin/CHANGELOG.rst

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

5+
0.3.0 (2025-11-16)
6+
------------------
7+
58
0.2.0 (2025-08-14)
69
------------------
710

autoware_overlay_rviz_plugin/autoware_string_stamped_overlay_rviz_plugin/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_string_stamped_rviz_plugin</name>
5-
<version>0.2.0</version>
5+
<version>0.3.0</version>
66
<description>
77
RViz2 plugin for 2D overlays in the 3D view. Mainly a port of the JSK overlay plugin
88
(https://github.com/jsk-ros-pkg/jsk_visualization).

autoware_perception_rviz_plugin/CHANGELOG.rst

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

5+
0.3.0 (2025-11-16)
6+
------------------
7+
* fix(autoware_perception_rviz_plugin): fix `calc_path_line_list` (`#25 <https://github.com/autowarefoundation/autoware_rviz_plugins/issues/25>`_)
8+
* Fixed `calc_path_line_list`
9+
* Fixed is_valid_orientation
10+
* Added `#include <limits>`
11+
* Added a new condition `is_default_orientation`
12+
---------
13+
* Contributors: SakodaShintaro
14+
515
0.2.0 (2025-08-14)
616
------------------
717
* fix(autoware_perception_rviz_plugin): improve traffic light visualization transform handling (`#17 <https://github.com/autowarefoundation/autoware_rviz_plugins/issues/17>`_)

autoware_perception_rviz_plugin/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_perception_rviz_plugin</name>
5-
<version>0.2.0</version>
5+
<version>0.3.0</version>
66
<description>Contains plugins to visualize object detection outputs</description>
77
<maintainer email="opensource@apex.ai">Apex.AI, Inc.</maintainer>
88
<maintainer email="taiki.tanaka@tier4.jp">Taiki Tanaka</maintainer>

0 commit comments

Comments
 (0)