small changes

This commit is contained in:
2024-06-05 15:25:53 +02:00
parent 89dfee5ac9
commit 28dee7de99
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public class PepperAnimationEvent extends AbstractPepperActionEvent {
@Override @Override
public EPepperAction getAction() { public EPepperAction getAction() {
return null; return EPepperAction.ACTION_ANIMATE;
} }
/** /**

View File

@@ -172,7 +172,7 @@ public class FitnessActivity extends RobotActivity implements RobotLifecycleCall
loadingCircle.setVisibility(View.GONE); loadingCircle.setVisibility(View.GONE);
Pepper.animate("armraise"); //Pepper.animate("armraise");
// Start checking for user movement once the video has loaded // Start checking for user movement once the video has loaded
this.motionProcessor.startListening(); this.motionProcessor.startListening();