File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2727 <xacro : arg name =" input_recipe_filename" default =" " />
2828 <xacro : arg name =" reverse_ip" default =" 0.0.0.0" />
2929 <xacro : arg name =" script_command_port" default =" 50004" />
30+ <xacro : arg name =" reverse_port" default =" 50001" />
31+ <xacro : arg name =" script_sender_port" default =" 50002" />
32+ <xacro : arg name =" trajectory_port" default =" 50003" />
3033 <!-- tool communication related parameters-->
3134 <xacro : arg name =" use_tool_communication" default =" false" />
3235 <xacro : arg name =" tool_voltage" default =" 0" />
8891 input_recipe_filename =" $(arg input_recipe_filename)"
8992 reverse_ip =" $(arg reverse_ip)"
9093 script_command_port =" $(arg script_command_port)"
94+ reverse_port =" $(arg reverse_port)"
95+ script_sender_port =" $(arg script_sender_port)"
96+ trajectory_port =" $(arg trajectory_port)"
9197 >
9298 <origin xyz =" 0 0 0" rpy =" 0 0 0" /> <!-- position robot in the world -->
9399 </xacro : ur_robot >
You can’t perform that action at this time.
0 commit comments