Skip to content

Commit 57e1391

Browse files
calvertdwLuigi Penco
authored andcommitted
Add robustness to hold function
1 parent 0a5b8e4 commit 57e1391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ihmc-high-level-behaviors/src/libgdx/java/us/ihmc/rdx/ui/vr/RDXVRKinematicsStreamingMode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ public void processVRInput()
349349
}
350350

351351
// Handle right joystick input
352+
performingDemonstration.set(false); // add robustness to the hold function
352353
if (kinematicsRecorder.isReplaying())
353354
{
354355
boolean rightAButtonPressed = kinematicsRecorder.getAButtonPressed(RobotSide.RIGHT);

0 commit comments

Comments
 (0)