mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Updated launch files to evaluate a 'prefix' argument and pass it to the driver and urdf file. Fixes #28
This commit is contained in:
@@ -13,10 +13,11 @@
|
||||
<arg name="limited" default="false"/>
|
||||
<arg name="min_payload" default="0.0"/>
|
||||
<arg name="max_payload" default="3.0"/>
|
||||
|
||||
<arg name="prefix" default="" />
|
||||
<!-- robot model -->
|
||||
<include file="$(find ur_description)/launch/ur3_upload.launch">
|
||||
<arg name="limited" value="$(arg limited)"/>
|
||||
<arg name="prefix" value="$(arg prefix)" />
|
||||
</include>
|
||||
|
||||
<!-- ur common -->
|
||||
|
||||
Reference in New Issue
Block a user