<argname="script_sender_port"default="50002"doc="The driver will offer an interface to receive the program's URScript on this port. If the robot cannot connect to this port, `External Control` will stop immediately."/>
<argname="kinematics_config"doc="Kinematics config file used for calibration correction. This will be used to verify the robot's calibration is matching the robot_description. Pass the same config file that is passed to the robot_description."/>
<argname="tf_prefix"default=""doc="tf_prefix used for the robot."/>
<argname="controllers"default="joint_state_controller scaled_pos_traj_controller speed_scaling_state_controller force_torque_sensor_controller"doc="Controllers that are activated by default."/>
<argname="stopped_controllers"default="pos_traj_controller"doc="Controllers that are initally loaded, but not started."/>
<argname="urscript_file"default="$(find ur_robot_driver)/resources/servoj.urscript"doc="Path to URScript that will be sent to the robot and that forms the main control program."/>
<argname="rtde_output_recipe_file"default="$(find ur_robot_driver)/resources/rtde_output_recipe.txt"doc="Recipe file used for the RTDE-outputs. Only change this if you know what you're doing."/>
<argname="rtde_input_recipe_file"default="$(find ur_robot_driver)/resources/rtde_input_recipe.txt"doc="Recipe file used for the RTDE-inputs. Only change this if you know what you're doing."/>
<argname="tool_voltage"default="0"doc="Tool voltage set at the beginning of the UR program. Only used, when `use_tool_communication` is set to true."/>