applepi-2067 / 2023_Robot

Code for 2067's 2023 Robot
Other
6 stars 0 forks source link

Add arm length offset to IK #73

Closed amoscao closed 1 year ago

amoscao commented 1 year ago

Description

Factors into arm length into IK calculation. Prior IK calculation was written such that armPosition == 0 meant the total arm length from the shoulder rotation axis was 0m. This change factors in the minimum arm length (measured to be 21in, 0.5334m).

Type of change

How Has This Been Tested?

IK code is still untested on the robot.

Author Checklist: