Skip to content

Commit

Permalink
core compiling and linking
Browse files Browse the repository at this point in the history
Still a mess, needs system tests.
  • Loading branch information
julianoes committed Sep 30, 2024
1 parent e5f591d commit 455a39d
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 140 deletions.
1 change: 0 additions & 1 deletion src/mavsdk/core/math_utils_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ TEST(MathUtils, QuaternionRotation)
EXPECT_NEAR(expected_q.z, rotated_q.z, 1e-3);
}


TEST(MathUtils, OurPi)
{
ASSERT_DOUBLE_EQ(PI, M_PI);
Expand Down
Loading

0 comments on commit 455a39d

Please sign in to comment.