1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

Use headless mode for testing

This commit is contained in:
Felix Mauch
2019-09-30 17:14:35 +02:00
parent 6c1fdae264
commit 4cf9666ef0

View File

@@ -1,6 +1,7 @@
<launch>
<include file="$(find ur_rtde_driver)/launch/ur10_bringup.launch">
<arg name="robot_ip" value="192.168.56.101"/>
<arg name="headless_mode" value="true"/>
</include>
<test test-name="io_test" pkg="ur_rtde_driver" type="io_test.py" name="io_test1"/>