Why
This commit is contained in:
3
code/src/Fitbot/.gitignore
vendored
3
code/src/Fitbot/.gitignore
vendored
@@ -14,4 +14,5 @@
|
||||
.cxx
|
||||
local.properties
|
||||
.idea
|
||||
.vscode
|
||||
.vscode
|
||||
/.idea/
|
||||
|
@@ -81,6 +81,7 @@ public class FitnessActivity extends RobotActivity implements RobotLifecycleCall
|
||||
|
||||
motionProcessor.startListening();
|
||||
motionProcessor.setInputHandler(personalMotionPreviewElement);
|
||||
|
||||
}, (n) -> {
|
||||
int randomMessageIndex = (int) Math.floor(Math.random() * EXERCISE_NOT_FOUND_MESSAGES.length);
|
||||
Pepper.say(EXERCISE_NOT_FOUND_MESSAGES[randomMessageIndex]);
|
||||
|
@@ -159,7 +159,7 @@ public class ExerciseStatusElement extends View implements IInputHandler {
|
||||
this.exercise = exercise;
|
||||
}
|
||||
|
||||
|
||||
/** TODO: Remove */
|
||||
private Vector2f projectVertex(Vector3f point, int virtualWidth, int virtualHeight) {
|
||||
viewMatrix
|
||||
.identity()
|
||||
|
Reference in New Issue
Block a user