diff --git a/control_launch/launch/control.launch.py b/control_launch/launch/control.launch.py
index 7c22e7e7a3..55f159ddf3 100644
--- a/control_launch/launch/control.launch.py
+++ b/control_launch/launch/control.launch.py
@@ -206,7 +206,7 @@ def launch_setup(context, *args, **kwargs):
launch_arguments=[
("use_intra_process", LaunchConfiguration("use_intra_process")),
("target_container", "/control/control_container"),
- ("initial_selector_mode", "remote"),
+ ("initial_selector_mode", LaunchConfiguration("initial_selector_mode")),
],
)
diff --git a/control_launch/launch/control.launch.xml b/control_launch/launch/control.launch.xml
index ad2fb24a14..ee4cd99d6e 100644
--- a/control_launch/launch/control.launch.xml
+++ b/control_launch/launch/control.launch.xml
@@ -6,6 +6,7 @@
+
@@ -15,6 +16,7 @@
+