Skip to content

Commit

Permalink
change the param
Browse files Browse the repository at this point in the history
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
  • Loading branch information
tkhmy committed Oct 22, 2021
1 parent 87675ed commit 2dd7342
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', 'false', '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 2dd7342

Please sign in to comment.