diff --git a/franka_control/launch/franka_combined_control.launch b/franka_control/launch/franka_combined_control.launch index 1197f94209bdb9fb24643e29ab7e81bd245ffb01..bfdf67336a144b64800d5c199443eb3282dba7a0 100644 --- a/franka_control/launch/franka_combined_control.launch +++ b/franka_control/launch/franka_combined_control.launch @@ -17,7 +17,7 @@ <!-- Optional arg to manually configure the ips of all robots, overwriting ips that are configured in hw_config_file --> <!-- The ips must be set as dictionary like {<arm_id_1>/robot_ip: <my_ip_1>, <arm_id_2>/robot_ip: <my_ip_2>} --> - <arg name="robot_ips" default="{}"/> + <arg name="robot_ips" /> <!-- The config file containing the parameterization for all controllers to start with this launch file --> <arg name="controllers_file" default="$(find franka_control)/config/default_combined_controllers.yaml" />