Skip to content

Commit

Permalink
Merge pull request autowarefoundation#43 from tier4/feature/enable_st…
Browse files Browse the repository at this point in the history
…art_request

enable start request
  • Loading branch information
tkhmy authored Oct 28, 2021
2 parents df4af2b + 2dd7342 commit eef1c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control_launch/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def add_launch_arg(name: str, default_value=None, description=None):
# vehicle cmd gate
add_launch_arg('use_emergency_handling', 'true', 'use emergency handling')
add_launch_arg('use_external_emergency_stop', 'true', 'use external emergency stop')
add_launch_arg('use_start_request', 'false', 'use start request service')
add_launch_arg('use_start_request', 'true', 'use start request service')

# external cmd selector
add_launch_arg('initial_selector_mode', 'remote', 'local or remote')
Expand Down

0 comments on commit eef1c18

Please sign in to comment.