Skip to content
Snippets Groups Projects
Commit c3682ab4 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove uses of isKey()

parent 2a4041e5
No related branches found
No related tags found
3 merge requests!39release after RAL,!38After 2nd RAL submission,!24Resolve "follow core:#313"
......@@ -124,9 +124,6 @@ TEST_F(FeatureImu_test, check_frame)
origin_frame->getTimeStamp(ts);
ASSERT_NEAR(t.get(), ts.get(), wolf::Constants::EPS_SMALL) << "t != ts \t t=" << t << "\t ts=" << ts << std::endl;
ASSERT_TRUE(origin_frame->isKey());
ASSERT_TRUE(last_frame->isKey());
ASSERT_TRUE(left_frame->isKey());
wolf::StateBlockPtr origin_pptr, origin_optr, origin_vptr, left_pptr, left_optr, left_vptr;
origin_pptr = origin_frame->getP();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment