Skip to content

Commit

Permalink
mavsdk_tests: relax MC "Fly straight" speed threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored and LorenzMeier committed Feb 21, 2021
1 parent bbc7219 commit 82200fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mavsdk_tests/test_multicopter_mission.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ TEST_CASE("Fly straight Multicopter Mission", "[multicopter]")
mission_options.rtl_at_end = false;
mission_options.fly_through = true;
tester.prepare_straight_mission(mission_options);
tester.check_mission_item_speed_above(2, 4.5);
tester.check_mission_item_speed_above(2, 4.0);
tester.check_tracks_mission(5.f);
tester.arm();
tester.execute_mission();
Expand Down

0 comments on commit 82200fa

Please sign in to comment.