small changes
This commit is contained in:
@@ -34,7 +34,7 @@ public class PepperAnimationEvent extends AbstractPepperActionEvent {
|
||||
|
||||
@Override
|
||||
public EPepperAction getAction() {
|
||||
return null;
|
||||
return EPepperAction.ACTION_ANIMATE;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -172,7 +172,7 @@ public class FitnessActivity extends RobotActivity implements RobotLifecycleCall
|
||||
loadingCircle.setVisibility(View.GONE);
|
||||
|
||||
|
||||
Pepper.animate("armraise");
|
||||
//Pepper.animate("armraise");
|
||||
|
||||
// Start checking for user movement once the video has loaded
|
||||
this.motionProcessor.startListening();
|
||||
|
Reference in New Issue
Block a user