mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
removed sleep
With the headless mode this is no longer necessary
This commit is contained in:
@@ -26,7 +26,7 @@ class TrajectoryTest(unittest.TestCase):
|
|||||||
"Could not reach controller action. Make sure that the driver is actually running."
|
"Could not reach controller action. Make sure that the driver is actually running."
|
||||||
" Msg: {}".format(err))
|
" Msg: {}".format(err))
|
||||||
|
|
||||||
rospy.sleep(5)
|
# rospy.sleep(5)
|
||||||
|
|
||||||
def test_trajectory(self):
|
def test_trajectory(self):
|
||||||
"""Test robot movement"""
|
"""Test robot movement"""
|
||||||
|
|||||||
Reference in New Issue
Block a user