Skip to content

Commit

Permalink
removed scan frm one test
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus committed Oct 31, 2023
1 parent e9a8d16 commit 8738aad
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rosbot_xl_bringup/test/test_diff_drive_ekf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,14 @@ def generate_test_description():


@pytest.mark.launch(fixture=generate_test_description)
def test_bringup_scan_filter():
def test_bringup_startup_success():
rclpy.init()
try:
node = BringupTestNode("test_bringup")
node.create_test_subscribers_and_publishers()
node.start_publishing_fake_hardware()

node.start_node_thread()
msgs_received_flag = node.scan_filter_event.wait(timeout=10.0)
assert (
msgs_received_flag
), "Expected filtered scan but it is not filtered properly. Check laser_filter!"

msgs_received_flag = node.odom_tf_event.wait(timeout=10.0)
assert (
msgs_received_flag
Expand Down

0 comments on commit 8738aad

Please sign in to comment.