We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e9fd7 commit 308a546Copy full SHA for 308a546
rosbot_xl_bringup/test/test_scan_filter.py
@@ -53,18 +53,5 @@ def test_scan_filter():
53
try:
54
node = BringupTestNode("test_bringup")
55
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
66
67
- ), "Expected odom to base_link tf but it was not received. Check robot_localization!"
68
69
finally:
70
rclpy.shutdown()
0 commit comments