Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<let name="container_executable" value="component_container_mt" if="$(var use_multithread)"/>

<!-- temporary: control_command_gate migration -->
<arg name="use_control_command_gate" default="false"/>
<arg name="use_control_command_gate" default="true"/>
<let name="operation_mode_transition_manager_plugin" value="AutonomousModeTransitionFlagNode" if="$(var use_control_command_gate)"/>
<let name="operation_mode_transition_manager_plugin" value="OperationModeTransitionManager" unless="$(var use_control_command_gate)"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<arg name="launch_rqt_runtime_monitor_err" default="false"/>

<!-- temporary: control_command_gate migration -->
<arg name="use_control_command_gate" default="false"/>
<arg name="use_control_command_gate" default="true"/>

<group>
<push-ros-namespace namespace="/system"/>
Expand Down
Loading