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

Call processor directly to easy debugging

parent 436fe216
No related branches found
No related tags found
1 merge request!157Kfpackmanager
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
...@@ -225,7 +225,7 @@ TEST(ProcessorBase, KeyFrameCallback) ...@@ -225,7 +225,7 @@ TEST(ProcessorBase, KeyFrameCallback)
// Move // Move
t = t+dt; t = t+dt;
capture_odo->setTimeStamp(t); capture_odo->setTimeStamp(t);
sen_odo->process(capture_odo); prc_odo->process(capture_odo);
// Track // Track
CaptureVoidPtr cap(make_shared<CaptureVoid>(t, sen_tracker)); CaptureVoidPtr cap(make_shared<CaptureVoid>(t, sen_tracker));
......
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