MARIO
MARIO copied to clipboard
Add Inverse Kinematics Implementation of the Webserver
All inverse kinematic computation code is in inverse_kinematics.c
, we've made minimal changes to existing code.
The program takes in co-ordinates from the web-server, applies inverse kinematics on it to converts them into suitable angles and passes them to main.c.
The function applyInverseKinematics()
is called in the tuning_http_server.c
file in the read_servo_const()
function.
Do suggest changes if any are required