We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5b8e4 commit 57e1391Copy full SHA for 57e1391
ihmc-high-level-behaviors/src/libgdx/java/us/ihmc/rdx/ui/vr/RDXVRKinematicsStreamingMode.java
@@ -349,6 +349,7 @@ public void processVRInput()
349
}
350
351
// Handle right joystick input
352
+ performingDemonstration.set(false); // add robustness to the hold function
353
if (kinematicsRecorder.isReplaying())
354
{
355
boolean rightAButtonPressed = kinematicsRecorder.getAButtonPressed(RobotSide.RIGHT);
0 commit comments