Skip to content

Commit d57f82d

Browse files
docs(reaction_analyzer): update bag files and the README (#8633)
* docs(reaction_analyzer): update bag files and the README Signed-off-by: batuhanbeytekin <batuhanbeytekin@gmail.com> Signed-off-by: Batuhan Beytekin <batuhanbeytekin@gmail.com>
1 parent 1ebc3dc commit d57f82d

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

tools/reaction_analyzer/README.md

+5-5
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/file/d/1-Qcv7gYfR-usKOjUH8I997w8I4NMhXlX/view?usp=sharing).
84+
link [here](https://drive.google.com/drive/folders/1eJMEdt4WbU-W6MPXlNTkIhZtwpof0HcO?usp=sharing).
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:
@@ -90,6 +90,8 @@ start to test. After the test is completed, the results will be stored in the `o
9090
ros2 launch reaction_analyzer reaction_analyzer.launch.xml running_mode:=perception_planning vehicle_model:=sample_vehicle sensor_model:=awsim_labs_sensor_kit map_path:=[MAP_PATH]
9191
```
9292

93+
- On the first run of the tool in perception_planning mode, initialization might take longer than expected. Please allow some time for the process to complete.
94+
9395
After the command, the `e2e_simulator` and the `reaction_analyzer` will be launched. It will automatically start
9496
to test. After the test is completed, the results will be stored in the `output_file_path` you defined.
9597

@@ -119,10 +121,8 @@ for `perception_planning` mode) parameters.**
119121
ros2 launch autoware_launch e2e_simulator.launch.xml vehicle_model:=sample_vehicle sensor_model:=awsim_labs_sensor_kit map_path:=[MAP_PATH]
120122
```
121123

122-
- After EGO is initialized, you can move the ego vehicle to the desired position by using the `SetGoal` button in the
123-
RViz.
124-
- After the EGO stopped in desired position, please localize the dummy obstacle by using the traffic controller. You can
125-
control the traffic by pressing `ESC` button.
124+
- After the EGO is initialized, you can position the ego vehicle in the desired location using the `2D Pose Estimate` button in RViz.
125+
- After the EGO located in desired position, please localize the dummy obstacle by using the traffic controller. You can access the traffic control section by pressing the 'ESC' key.
126126

127127
**After localize EGO and dummy vehicle, we should write the positions of these entities in the map frame
128128
in `reaction_analyzer.param.yaml`. To achieve this:**

tools/reaction_analyzer/param/reaction_analyzer.param.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@
77
spawn_distance_threshold: 15.0 # m # for planning_control mode
88
poses:
99
initialization_pose:
10-
x: 81546.984375
11-
y: 50011.96875
10+
x: 81433.640625
11+
y: 49958.21484375
1212
z: 0.0
1313
roll: 0.0
1414
pitch: 0.0
15-
yaw: 11.1130405
15+
yaw: 39.03
1616
goal_pose:
17-
x: 81643.0703125
18-
y: 50029.8828125
17+
x: 81470.375
18+
y: 49979.98046875
1919
z: 0.0
2020
roll: 0.0
2121
pitch: 0.0
22-
yaw: 13.12
22+
yaw: 34.50
2323
entity_params:
24-
x: 81633.86068376624
25-
y: 50028.383586673124
26-
z: 42.44818343779461
24+
x: 81463.21489145725
25+
y: 49975.28639242719
26+
z: 42.58936607707992
2727
roll: 0.0
2828
pitch: 0.0
29-
yaw: 11.8235848
30-
x_dimension: 3.95
31-
y_dimension: 1.77
32-
z_dimension: 1.43
29+
yaw: 34.02
30+
x_dimension: 4.4428727773677945
31+
y_dimension: 1.9870534465281258
32+
z_dimension: 1.4620632809012277
3333
topic_publisher:
3434
path_bag_without_object: <PATH_TO_YOUR_BAGS>/rosbag2_awsim_labs/rosbag2_awsim_labs.db3
3535
path_bag_with_object: <PATH_TO_YOUR_BAGS>/rosbag2_awsim_labs_obstacle/rosbag2_awsim_labs_obstacle.db3

0 commit comments

Comments
 (0)