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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user