MARIO icon indicating copy to clipboard operation
MARIO copied to clipboard

Add Inverse Kinematics Implementation of the Webserver

Open toshan-luktuke opened this issue 3 years ago • 0 comments

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

toshan-luktuke avatar Feb 08 '22 17:02 toshan-luktuke