mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 19:10:47 +02:00
Added prefix args to ros_control launch files and to the tool0_controller transform frame
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
<arg name="max_payload" />
|
||||
<arg name="prefix" default="" />
|
||||
<arg name="servoj_time" default="0.008" />
|
||||
<arg name="base_frame" default="base"/>
|
||||
<arg name="tool_frame" default="tool0_controller"/>
|
||||
<arg name="base_frame" default="$(arg prefix)base_link" />
|
||||
<arg name="tool_frame" default="$(arg prefix)tool0_controller" />
|
||||
|
||||
<!-- The max_velocity parameter is only used for debugging in the ur_driver. It's not related to actual velocity limits -->
|
||||
<arg name="max_velocity" default="10.0"/> <!-- [rad/s] -->
|
||||
|
||||
Reference in New Issue
Block a user