Skip to content

Commit 308a546

Browse files
committed
dummy test
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
1 parent 00e9fd7 commit 308a546

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

rosbot_xl_bringup/test/test_scan_filter.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,5 @@ def test_scan_filter():
5353
try:
5454
node = BringupTestNode("test_bringup")
5555
node.create_test_subscribers_and_publishers()
56-
node.start_publishing_fake_hardware()
57-
58-
node.start_node_thread()
59-
msgs_received_flag = node.scan_filter_event.wait(timeout=10.0)
60-
assert (
61-
msgs_received_flag
62-
), "Expected filtered scan but it is not filtered properly. Check laser_filter!"
63-
64-
msgs_received_flag = node.odom_tf_event.wait(timeout=10.0)
65-
assert (
66-
msgs_received_flag
67-
), "Expected odom to base_link tf but it was not received. Check robot_localization!"
68-
6956
finally:
7057
rclpy.shutdown()

0 commit comments

Comments
 (0)