Closed Levi-Lesches closed 2 years ago
Pretty much changed everything. The gist of it is that now you just call IK::calculateAngles(newX, newY) from the .ino script to determine the new angles and pass them along to the motors. For more details, see the new README.
IK::calculateAngles(newX, newY)
Pretty much changed everything. The gist of it is that now you just call
IK::calculateAngles(newX, newY)
from the .ino script to determine the new angles and pass them along to the motors. For more details, see the new README.