Skip to content

Commit

Permalink
added timeout and removed odom test in scan 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 8738aad commit a339769
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/industrial_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
matrix:
ROS_DISTRO: [humble]
runs-on: ubuntu-latest
timeout-minutes: 12
steps:
- uses: actions/checkout@v3
- name: Clone installation requirements
Expand Down
5 changes: 0 additions & 5 deletions rosbot_xl_bringup/test/test_mecanum_ekf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,5 @@ def test_bringup_scan_filter():
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
), "Expected odom to base_link tf but it was not received. Check robot_localization!"

finally:
rclpy.shutdown()

0 comments on commit a339769

Please sign in to comment.