Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedHearth committed Feb 25, 2024
1 parent bcf3de8 commit e6ec1db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static Command run(double SpeakerDistance, Arm arm, ArmElevator armElevat
*/

// Position settings
double ARMANGLE = ((0.345 * Math.PI * 2.0) - 0.18) / 2;
double ARMANGLE = ((0.345 * Math.PI * 2.0) - 0.18) / 2; // TODO Temporary
double ARMELEVATORPOSITION = 0;
double WRISTANGLE = 0;

Expand Down

0 comments on commit e6ec1db

Please sign in to comment.