[X] I've searched other issues and no duplicate issues were found.
[X] I'm convinced that this is not my fault but a bug.
Description
In the default configuration of Autoware, the Autonomous Emergency Braking (AEB) module is enabled by default. However, if users need to disable it, they can set the enable_autonomous_emergency_brakingparameter to false.
If this parameter is set to false, autonomous mode will be disabled because it is used in the diagnostic_graph_aggregator. Users need to remove the following line to drive autonomously if enable_autonomous_emergency_braking is set to false.
Checklist
Description
In the default configuration of Autoware, the Autonomous Emergency Braking (AEB) module is enabled by default. However, if users need to disable it, they can set the
enable_autonomous_emergency_braking
parameter to false.If this parameter is set to false, autonomous mode will be disabled because it is used in the
diagnostic_graph_aggregator
. Users need to remove the following line to drive autonomously ifenable_autonomous_emergency_braking
is set to false.Expected behavior
If
enable_autonomous_emergency_braking
is set to false, launch Autoware without the AEB module and drive autonomously.Actual behavior
If
enable_autonomous_emergency_braking
is set to false, autonomous mode will be disabled.Steps to reproduce
enable_autonomous_emergency_braking
parameter to false.Versions
No response
Possible causes
No response
Additional context
No response