WOLF_WARN("SolverCeres::computeCovariances: last KF have null or unregistered state blocks P O or T, returning...");
WOLF_WARN("SolverCeres::computeCovariances: last KF have null or unregistered state blocks P or V, returning...");
WOLF_WARN_COND(notlast_frame->getStateBlock('P'),"SolverCeres::computeCovariances: KF state block 'P' not found");
WOLF_WARN_COND(last_frame->getStateBlock('P')andnotisStateBlockRegisteredDerived(last_frame->getStateBlock('P')),"SolverCeres::computeCovariances: KF state block 'P' not registered ",last_frame->getStateBlock('P'));
WOLF_WARN_COND(notlast_frame->getStateBlock('V'),"SolverCeres::computeCovariances: KF state block 'V' not found");