IKArm

From RoboJackets Wiki
Revision as of 00:57, 28 September 2006 by Stevend (talk | contribs) (Announcements)
Jump to navigation Jump to search
IKarm.jpg

Welcome to the Robojackets Inverse Kinematic Arm wiki!

Description

The Inverse Kinematic Arm project is an independent research endeavor that isn't affiliated with a robotics competition. The goad of the project is to explore control algorithms for implementing inverse kinematic control. This form of control is where the position of the end of the manipulator is controlled directly by giving it coordinates in 3 dimensional space to move to. The control algorithm is designed to determine what motions all the joints of the arm need to perform in order to achieve the desired end effector position.

The project will be conducted using a 3 degree of freedom arm that was taken off of an old bomb disposal robot(bombbot) that was donated to the Robojackets by Dr. Wayne Book. Each joint is controlled independently by Vantec Motor drivers taken from the bombbot. Also, each joint has a potentiometer connected to it for positional sensing. All of the motor drivers and potentiometers are connected to an Atmel AVR development board which serves as an RS-232 adapter for the robot. Currently, the AVR board will connect to the serial port of a computer, which will control the robot using Labview.

Initially the goal will be to implement forward kinematic control of the robot, which entails independent PID control of each joint and determining the position of the end effector. Then several different inverse kinematic control algorithms including:

  • Velocity controlled IK
  • Path Controlled IK

The last goal of the project will be to implement hybrid control of the arm position in order to achieve multiple objectives simultaneously.

Meeting Times

IK meetings will be held:

  • Sundays from 2-5pm in the Tin building
  • Wednesdays from 5-7pm in the Student Center Commons

Announcements

  • 9/28/06 - Current progress for this week has been updated here.
  • 9/26/06 - Current Project progress page has been created here. Also, the Labview VI has been uploaded: Labview VI
  • 9/1/06 Project timeline has been posted here and the code for the AVR development board has been uploaded: AVR code
  • 8/23/06 IK Arm meetings will resume soon. Check back for updates

Important Items

System Components

Links