Skip to content
Snippets Groups Projects
Commit 73202849 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

fixed gtest with valid ts

parent fc9e34c0
No related branches found
No related tags found
2 merge requests!39release after RAL,!38After 2nd RAL submission
......@@ -61,6 +61,7 @@ class ProcessorImut : public testing::Test
processor_motion = std::static_pointer_cast<ProcessorMotion>(processor_ptr);
// Time and data variables
t.set(0);
data = Vector6d::Zero();
data_cov = Matrix6d::Identity();
......
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