mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Implemented communication on port 30001 and 30002 - untested
This commit is contained in:
@@ -1,28 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<!--
|
|
||||||
Universal robot common bringup. Starts ur driver node and robot state
|
|
||||||
publisher (translates joint positions to propper tfs).
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
ur_common.launch robot_ip:=<value>
|
|
||||||
-->
|
|
||||||
<launch>
|
|
||||||
<!-- robot_ip: IP-address of the robot's socket-messaging server -->
|
|
||||||
<arg name="robot_ip"/>
|
|
||||||
<arg name="min_payload"/>
|
|
||||||
<arg name="max_payload"/>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 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)"/>
|
|
||||||
|
|
||||||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
|
|
||||||
|
|
||||||
<!-- driver -->
|
|
||||||
<node name="ur_driver" pkg="ur_modern_driver" type="ur_driver" args="$(arg robot_ip)" output="screen">
|
|
||||||
<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)"/>
|
|
||||||
</node>
|
|
||||||
</launch>
|
|
||||||
Reference in New Issue
Block a user