1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 10:00:48 +02:00

Moved everything to rostests

This commit is contained in:
Felix Mauch
2019-09-30 16:45:45 +02:00
parent 06284c2087
commit 6c1fdae264
7 changed files with 139 additions and 77 deletions

View File

@@ -0,0 +1,8 @@
<launch>
<include file="$(find ur_rtde_driver)/launch/ur10_bringup.launch">
<arg name="robot_ip" value="192.168.56.101"/>
</include>
<test test-name="io_test" pkg="ur_rtde_driver" type="io_test.py" name="io_test1"/>
<test test-name="trajectory_test" pkg="ur_rtde_driver" type="trajectory_test.py" name="traj_test1"/>
</launch>