You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: control/autoware_vehicle_cmd_gate/README.md
+7
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,13 @@ This functionality for starting/stopping was embedded in the source code but was
84
84
85
85
## Assumptions / Known limits
86
86
87
+
### External Emergency Heartbeat
88
+
87
89
The parameter `check_external_emergency_heartbeat` (true by default) enables an emergency stop request from external modules.
88
90
This feature requires a `~/input/external_emergency_stop_heartbeat` topic for health monitoring of the external module, and the vehicle_cmd_gate module will not start without the topic.
89
91
The `check_external_emergency_heartbeat` parameter must be false when the "external emergency stop" function is not used.
92
+
93
+
### Commands on Mode changes
94
+
95
+
Output commands' topics: `turn_indicators_cmd`, `hazard_light` and `gear_cmd` are selected based on `gate_mode`.
96
+
However, to ensure the continuity of commands, these commands will not change until the topics of new input commands arrive, even if a mode change occurs.
0 commit comments