Skip to content

Arduino programs for forward and inverse kinematics of a two link planar serial robot.

Notifications You must be signed in to change notification settings

v-r-a/robot_2R_serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

robot_2R_serial

Arduino programs for forward and inverse kinematics of a two link planar serial robot.

  1. Forward kinematics Input: angles, Output: x,y positions. The code writes the input angles to two (3-pin) servo motors.

  2. Inverse kinematics: Input: x,y positions, Output: two solutions. The code writes the angles got from IK solution to the servo motors. Video: https://youtube.com/shorts/0Z6gWwjv58g?feature=share

  3. Toggle between positions: Input angles corresponding to two positions and the robot will toggle between them. Video: https://youtube.com/shorts/MVV_LeegjDw?feature=share

About

Arduino programs for forward and inverse kinematics of a two link planar serial robot.

Resources

Stars

Watchers

Forks