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

Remove some clutter comments

parent b104df04
No related branches found
No related tags found
1 merge request!157Kfpackmanager
Pipeline #
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
......@@ -227,23 +227,10 @@ TEST(ProcessorBase, KeyFrameCallback)
// capture_odo->setTimeStamp(t);
// sen_odo->process(capture_odo);
// WOLF_DEBUG("iter:",ii," ts: ", t);
// t = t+dt;
// capture_odo->setTimeStamp(t);
// sen_odo->process(capture_odo);
// WOLF_DEBUG("iter:",ii," ts: ", t);
// t = t+dt;
// capture_odo->setTimeStamp(t);
// sen_odo->process(capture_odo);
// WOLF_DEBUG("iter:",ii," ts: ", t);
// Track
CaptureVoidPtr cap(make_shared<CaptureVoid>(t, sen_tracker));
proc_tracker->process(cap);
// t = t+dt;
problem->print(4,0,0,0);
......
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