Skip to content
Snippets Groups Projects
Commit 8804a4dc authored by ydepledt's avatar ydepledt
Browse files

Debug posevec

parent c308264e
No related branches found
No related tags found
No related merge requests found
...@@ -225,10 +225,9 @@ unsigned int ProcessorTrackerLandmarkObject::firstLmkMatching(const LandmarkBase ...@@ -225,10 +225,9 @@ unsigned int ProcessorTrackerLandmarkObject::firstLmkMatching(const LandmarkBase
} }
// world to rob // world to rob
Eigen::Isometry3d w_M_r = getw_M_r(); Eigen::Isometry3d w_M_r = posevec_to_isometry(getLast()->getFrame()->getStateVector());
// rob to sensor // rob to sensor
Eigen::Isometry3d r_M_c = getr_M_c(); Eigen::Isometry3d r_M_c = posevec_to_isometry(getSensor()->getStateVector());
for (auto feat : detections_incoming_) for (auto feat : detections_incoming_)
{ {
......
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