Skip to content

Commit 60cbb20

Browse files
mergify[bot]Felix Durchdewald
andauthored
added possibility to change reverse_port, script_sender_port and trajectory_port (#105) (#106)
Co-authored-by: Felix Durchdewald <[email protected]>
1 parent dc37852 commit 60cbb20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

urdf/ur.urdf.xacro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
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" />
@@ -88,6 +91,9 @@
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>

0 commit comments

Comments
 (0)