Skip to content

Commit 0a018c5

Browse files
author
Felix Exner
committed
replaced legacy package name
1 parent 5a206cd commit 0a018c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ur_robot_driver/test/io_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import rostopic
99

1010

11-
PKG = 'ur_rtde_driver'
11+
PKG = 'ur_robot_driver'
1212
NAME = 'io_test'
1313

1414

ur_robot_driver/test/switch_on_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import rostopic
99

1010

11-
PKG = 'ur_rtde_driver'
11+
PKG = 'ur_robot_driver'
1212
NAME = 'switch_on_test'
1313

1414
import actionlib

ur_robot_driver/test/trajectory_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from std_srvs.srv import Trigger, TriggerRequest
1111
from trajectory_msgs.msg import JointTrajectoryPoint
1212

13-
PKG = 'ur_rtde_driver'
13+
PKG = 'ur_robot_driver'
1414
NAME = 'trajectory_test'
1515

1616

0 commit comments

Comments
 (0)