Skip to content

Commit

Permalink
integration_tests: small float vs double fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Jan 22, 2019
1 parent f36a7a6 commit d4a46e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/action_takeoff_and_kill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ TEST_F(SitlTest, ActionTakeoffAndKill)
EXPECT_EQ(fut.wait_for(std::chrono::seconds(10)), std::future_status::ready);
}

action->set_takeoff_altitude(0.4);
action->set_takeoff_altitude(0.4f);

{
LogInfo() << "Arming";
Expand Down

0 comments on commit d4a46e9

Please sign in to comment.