Skip to content

Commit

Permalink
Merge branch 'main' into ahcorde/6/markermanagerplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde authored Jul 16, 2021
2 parents ba99d4f + f107bd1 commit 76bae05
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/integration/camera_tracking.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@

#include <ignition/common/Console.hh>
#include <ignition/math/Pose3.hh>

#ifdef _MSC_VER
#pragma warning(push, 0)
#endif
#include <ignition/msgs/pose.pb.h>
#ifdef _MSC_VER
#pragma warning(pop)
#endif

#include <ignition/rendering/Camera.hh>
#include <ignition/rendering/RenderEngine.hh>
#include <ignition/rendering/RenderingIface.hh>
Expand Down Expand Up @@ -202,4 +210,3 @@ TEST(MinimalSceneTest, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(Config))
EXPECT_GT(10, abs(camera->WorldPose().Pos().Z() - it));
}
}

0 comments on commit 76bae05

Please sign in to comment.