Skip to content

Commit

Permalink
Add emergency status API (autowarefoundation#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu-takagi authored Oct 5, 2021
1 parent 18b3a4f commit 8b34d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control_launch/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def launch_setup(context, *args, **kwargs):
('output/turn_signal_cmd', '/control/turn_signal_cmd'),
('output/gate_mode', '/control/current_gate_mode'),
('output/engage', '/api/autoware/get/engage'),
('output/external_emergency', '/api/autoware/get/emergency'),

('~/service/engage', '/api/autoware/set/engage'),
('~/service/external_emergency', '/api/autoware/set/emergency'),
Expand Down

0 comments on commit 8b34d15

Please sign in to comment.