Skip to content

Commit a7d2783

Browse files
author
Felix Exner
committed
Added missing doc string in launch file
1 parent 5822dd5 commit a7d2783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_robot_driver/launch/ur_control.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<arg name="tf_prefix" default="" doc="tf_prefix used for the robot."/>
1616
<arg name="controllers" default="joint_state_controller vel_based_pos_traj_controller force_torque_sensor_controller"/>
1717
<arg name="stopped_controllers" default="joint_group_vel_controller"/>
18-
<arg name="urscript_file" default="$(find ur_robot_driver)/resources/ros_control.urscript"/>
18+
<arg name="urscript_file" default="$(find ur_robot_driver)/resources/ros_control.urscript" doc="Path to URScript that will be sent to the robot and that forms the main control program."/>
1919
<arg name="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."/>
2020
<arg name="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."/>
2121
<arg name="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."/>

0 commit comments

Comments
 (0)