Skip to content

Commit

Permalink
Merge pull request #85 from robotology/fix/avoid_virtualizer_closing_…
Browse files Browse the repository at this point in the history
…rebased

Avoid the virtualizer to stop if the ring moves too fast
  • Loading branch information
kouroshD authored Jan 13, 2022
2 parents 8bbb8c7 + e7326ae commit f81c0d0
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 f81c0d0

Please sign in to comment.