Skip to content

Commit 83c6907

Browse files
feat(autonomous_emergency_braking): add info marker to aeb and state check override (#1103)
* add info marker and override for state Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * make stop wall viz default Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent 5b9551c commit 83c6907

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

autoware_launch/config/control/autoware_autonomous_emergency_braking/autonomous_emergency_braking.param.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use_pointcloud_data: true
77
use_predicted_object_data: false
88
use_object_velocity_calculation: true
9+
check_autoware_state: true
910
min_generated_path_length: 0.5
1011
imu_prediction_time_horizon: 1.5
1112
imu_prediction_time_interval: 0.1

autoware_launch/rviz/autoware.rviz

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,6 +2461,19 @@ Visualization Manager:
24612461
Reliability Policy: Reliable
24622462
Value: /control/autonomous_emergency_braking/debug/markers
24632463
Value: false
2464+
- Class: rviz_default_plugins/MarkerArray
2465+
Enabled: true
2466+
Name: Info/AEB
2467+
Namespaces:
2468+
stop_factor_text: true
2469+
stop_virtual_wall: true
2470+
Topic:
2471+
Depth: 5
2472+
Durability Policy: Volatile
2473+
History Policy: Keep Last
2474+
Reliability Policy: Reliable
2475+
Value: /control/autonomous_emergency_braking/info/markers
2476+
Value: true
24642477
Enabled: true
24652478
Name: Control
24662479
- Class: rviz_common/Group

0 commit comments

Comments
 (0)