Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Jan 30, 2024
1 parent cb3590c commit c795771
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rosbot_xl_bringup/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import rclpy
import math
import random
import time

from threading import Event
from rclpy.node import Node
Expand Down Expand Up @@ -122,4 +121,3 @@ def ekf_and_scan_test(node: BringupTestNode, robot_name="ROSbot"):
assert node.scan_filter_event.wait(
20.0
), f"{robot_name}: Expected filtered scan but it is not filtered properly. Check laser_filter!"
time.sleep(5)

0 comments on commit c795771

Please sign in to comment.