From 7a16dc316c23d55453174c56fbff89f043db3552 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Mon, 25 Jun 2018 05:56:05 +0000 Subject: add additional comments about where to go from here. --- src/poser_charlesrefine.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/poser_charlesrefine.c b/src/poser_charlesrefine.c index d0d5b17..e95b621 100644 --- a/src/poser_charlesrefine.c +++ b/src/poser_charlesrefine.c @@ -13,6 +13,11 @@ #define MAX_PT_PER_SWEEP SENSORS_PER_OBJECT +/* + More notes to self: + try updating expected lighthouse position against each lighthouse with imu data and don't tie them to each other. + +*/ // Tunable parameters: @@ -155,7 +160,7 @@ int PoserCharlesRefine(SurviveObject *so, PoserData *pd) { LinmathPoint3d rotated_out; quatrotatevector( rotated_out, dd->InteralPoseUsedForCalc.Rot, imuData->accel ); - if( so->PoseConfidence > 0.9999 ) + if( so->PoseConfidence > 0.6 ) { LinmathPoint3d correction; -- cgit v1.2.3