mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Started structure for non real time data parsing
This commit is contained in:
@@ -12,6 +12,14 @@
|
||||
<arg name="min_payload"/>
|
||||
<arg name="max_payload"/>
|
||||
|
||||
|
||||
<!-- 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] -->
|
||||
|
||||
<!-- copy the specified IP address to be consistant with ROS-Industrial spec.
|
||||
NOTE: The ip address is actually passed to the driver on the command line -->
|
||||
<param name="/robot_ip_address" type="str" value="$(arg robot_ip)"/>
|
||||
|
||||
|
||||
<!-- copy the specified IP address to be consistant with ROS-Industrial spec.
|
||||
NOTE: The ip address is actually passed to the driver on the command line -->
|
||||
|
||||
Reference in New Issue
Block a user