Skip to content

Commit d8fc260

Browse files
committed
merge universe
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 0e4b565 commit d8fc260

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

system/reaction_analyzer/CHANGELOG.rst

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

5+
0.49.0 (2025-12-30)
6+
-------------------
7+
* Merge remote-tracking branch 'origin/main' into prepare-0.49.0-changelog
8+
* docs: fix broken links (`#11815 <https://github.com/autowarefoundation/autoware_universe/issues/11815>`_)
9+
* fix: prevent possible dangling pointer from .str().c_str() pattern (`#11609 <https://github.com/autowarefoundation/autoware_universe/issues/11609>`_)
10+
* Fix dangling pointer caused by the .str().c_str() pattern.
11+
std::stringstream::str() returns a temporary std::string,
12+
and taking its c_str() leads to a dangling pointer when the temporary is destroyed.
13+
This patch replaces such usage with a const reference of std::string variable to ensure pointer validity.
14+
* Revert the changes made to the functions. They should only be applied to the macros.
15+
---------
16+
Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
17+
Co-authored-by: Junya Sasaki <junya.sasaki@tier4.jp>
18+
* Contributors: Mete Fatih Cırıt, Ryohsuke Mitsudome, Takatoshi Kondo
19+
520
0.48.0 (2025-11-18)
621
-------------------
722

system/reaction_analyzer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ start to test. After the test is completed, the results will be stored in the `o
8181
#### Perception Planning Mode
8282

8383
- Download the rosbag files from the Google Drive
84-
link [here](https://drive.google.com/drive/folders/1eJMEdt4WbU-W6MPXlNTkIhZtwpof0HcO?usp=sharing).
84+
link <❌ link is no longer available.>.
8585
- Extract the zip file and set the path of the `.db3` files to parameters `path_bag_without_object`
8686
and `path_bag_with_object`.
8787
- You can start to test with the following command:
@@ -114,7 +114,7 @@ for `perception_planning` mode) parameters.**
114114

115115
- To set `initialization_pose`, `entity_params`, `goal_pose`:
116116
- Run the AWSIM environment. Tutorial for AWSIM can be found
117-
[here](https://autowarefoundation.github.io/AWSIM/main/GettingStarted/QuickStartDemo/).
117+
[here](https://tier4.github.io/AWSIM/GettingStarted/QuickStartDemo/).
118118
- Run the e2e_simulator with the following command:
119119

120120
```bash

system/reaction_analyzer/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>reaction_analyzer</name>
5-
<version>0.48.0</version>
5+
<version>0.49.0</version>
66
<description>Analyzer that measures reaction times of the nodes</description>
77

88
<maintainer email="berkay@leodrive.ai">Berkay Karaman</maintainer>

0 commit comments

Comments
 (0)