Skip to content

Commit

Permalink
Avoid the virtualizer to stop if the ring moves too fast
Browse files Browse the repository at this point in the history
  • Loading branch information
iCub Virtualizer authored and S-Dafarra committed Jan 11, 2022
1 parent 8bbb8c7 commit e7326ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/Virtualizer_module/src/VirtualizerModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,7 @@ bool VirtualizerModule::updateModule()

if (std::fabs(Angles::shortestAngularDistance(playerYaw, m_oldPlayerYaw)) > 0.15)
{
yError() << "Virtualizer misscalibrated or disconnected";
return false;
yWarning() << "Virtualizer misscalibrated or disconnected";
}

//get player height
Expand Down

0 comments on commit e7326ae

Please sign in to comment.