1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +02:00

piped device_name and tcp_port for tool communication correctly through all launch files

This commit is contained in:
Felix Mauch
2019-07-02 07:41:56 +02:00
parent 54c04d61f9
commit 8bbe0274d6
5 changed files with 9 additions and 1 deletions

View File

@@ -45,7 +45,7 @@
<node if="$(arg use_tool_communication)" name="ur_tool_communication_bridge" pkg="ur_rtde_driver" type="tool_communication" respawn="false" output="screen">
<param name="robot_ip" value="$(arg robot_ip)"/>
<param name="device_name" value="$(arg tool_device_name)"/>
<param name="tool_tcp_port" value="$(arg tool_tcp_port)"/>
<param name="tcp_port" value="$(arg tool_tcp_port)"/>
</node>
<!-- Load controller settings -->