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

Added launch files for making the driver behave just like the old python driver

This commit is contained in:
Thomas Timm Andersen
2015-10-30 12:47:32 +01:00
parent 2e37fb00df
commit 3f0b03a768
2 changed files with 10 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
<arg name="robot_ip"/>
<arg name="limited" default="false"/>
<arg name="min_payload" default="0.0"/>
<arg name="max_payload" default="20.0"/>
<arg name="max_payload" default="10.0"/>
<!-- robot model -->
<include file="$(find ur_description)/launch/ur10_upload.launch">

View File

@@ -11,6 +11,7 @@
<arg name="robot_ip" />
<arg name="min_payload" />
<arg name="max_payload" />
<arg name="servoj_time" default="0.008" />
<!-- The max_velocity parameter is only used for debugging in the ur_driver. It's not related to actual velocity limits -->
@@ -25,5 +26,6 @@
<param name="min_payload" type="double" value="$(arg min_payload)" />
<param name="max_payload" type="double" value="$(arg max_payload)" />
<param name="max_velocity" type="double" value="$(arg max_velocity)" />
<param name="servoj_time" type="double" value="$(arg servoj_time)" />
</node>
</launch>