WOLF_WARN_COND(this->getFrame()==nullptr,"moving a capture not linked to any frame. Consider just linking it with link() instead of move()!");
WOLF_WARN_COND(this->getFrame()==nullptr,"Moving Capture ",id()," at ts=",getTimeStamp()," not linked to any frame. Consider just linking it with link() instead of move()!");
assert((this->getFrame()==nullptr||notthis->getFrame()->getProblem())&&"Forbidden: moving a capture already linked to a KF");
assert((_frm_ptr!=nullptr)&&"Forbidden: moving a capture to a null frame");
assert((_frm_ptr!=nullptr&&_frm_ptr->getProblem())&&"Forbidden: moving a capture to a non-estimated frame");
assert((this->getFrame()==nullptr||notthis->getFrame()->getProblem())&&"Forbidden: trying to move a capture already linked to a KF!");