User Tools

Site Tools


ece4560:biped:01start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ece4560:biped:01start [2018/09/25 18:41] typosece4560:biped:01start [2024/08/20 21:38] (current) – external edit 127.0.0.1
Line 5: Line 5:
 The biped is controlled using Dynamixel AX-12 and/or AX-18 motors.  We have created a Matlab interface for the Dynamixel motors.  This interface enables controlling the motor actuation, as well as reading motor values and parameters.  There is even an associated trajectory class that takes in trajectories and can replay them. The biped is controlled using Dynamixel AX-12 and/or AX-18 motors.  We have created a Matlab interface for the Dynamixel motors.  This interface enables controlling the motor actuation, as well as reading motor values and parameters.  There is even an associated trajectory class that takes in trajectories and can replay them.
  
-1. Go meet up with the biped contact and complete #1 (Hardware Setup) and #2 (Matlab Interface) of the [[dynamixel:main | Dynamixel Tutorial]]. Provide a live demo or, alternatively, capture and submit (a link to) video showing completion of Exercises 1 and 2 in [[dynamixel:sw_prelim | Matlab Interface]].+1. Go meet up with the biped contact and complete #1 (Hardware Setup) and #2 (Matlab Interface) of the [[dynamixel:main | Dynamixel Tutorial]].  
 + 
 +**Submit** a live demo or, alternatively,(link to) video showing completion of Exercises 1 and 2 in [[dynamixel:sw_prelim | Matlab Interface]].
  
 ===== Robot Model  ===== ===== Robot Model  =====
 The first step here is to get to know the biped, as well as to model the biped that you will be using.  Depicted below is a sketch of the biped model. The first step here is to get to know the biped, as well as to model the biped that you will be using.  Depicted below is a sketch of the biped model.
  
-2. Measure the link lengths for your biped and return the values $l_0$ to $l_4$.  If there is no $l_0$ value yet, then use something sensible and state as much.  Using this value for now.  Later, it will get locked down.+2. Measure the link lengths for your biped and **submit** values for $l_0$ to $l_4$.  If there is no $l_0$ value yet, then use something sensible and state as much.  Use this value for now.  Later, it will get locked down
 + 
 +3. Using the picture below as a guide, **submit** a stick-figure sketch of your biped robot using lines to depict links and with a frame rigidly attached at each joint. Each frame should have one of its axes aligned with a link. Additionally, **submit** the forward kinematics that describe the left foot frame relative to the torso frame ($g^T_{LF}$), as well as the right foot frame relative to the torso frame ($g^T_{RF}$). Placement of the torso, left foot and right foot frames are depicted below. 
 + 
 +4. Download the Matlab Biped class skeleton code: [[http://pvela.gatech.edu/classes/lib/exe/fetch.php?media=ece4560:biped:biped.zip | Biped.zip]]. Fill out the following functions in the Biped class: '''set_geometry( ... )''', '''set_alpha( ... )''' and '''fwd_kinematics( ... )''' according to the descriptions in the in-line comments.
  
-3Using the picture below, turn in the forward kinematics that describe the left foot frame relative to the torso frame, as well as the right foot frame relative to the torso frame.  There should be a function written in your biped class that is for the torso frame forward kinematics.  It returns two frames $g^T_{LF}$ and $g^T_{RF}$ for the left/right footrespectively.+5Flesh out the ''plotTF'' member function of the biped class.  It should use the 3 functions completed for #4 and plot the robot relative to the torso frame.  As long as the torso frame is not set to anything, then it should plot at the origin (meaning the torso frame is in the identity configuration).  The predicted, forward kinematics left and right foot frames ($g^T_{LF}$ and $g^T_{RF}$, respectively) should each have one axis align with the feet for whatever joint angles are chosen for the manipulator.  In essenceexecuting this function, together with plots of the reference frames should give a nicer version of the picture below.
  
-4Flesh out the ''plotTF'' member function of the biped class.  It plots the robot relative to the torso frame.  As long as the torso frame is not set to anything, then it should plot at the origin (meaning the torso frame is the identity configuration).  The predictedforward kinematics left and right foot frames should align with the feet for whatever joint angles are chosen for the manipulator.  In essenceexecuting this function, together with plots of the reference frames should give a nicer version of the picture below.+**Submit** Biped.m and biped_demo.m Matlab files that, when run, produce the described plot (ie. stick figure plot of the biped as well plot of the torso, left foot and right foot frames, all relative to the torso frame).
  
 {{ECE4560:Biped:frames.png}} {{ECE4560:Biped:frames.png}}
ece4560/biped/01start.1537915264.txt.gz · Last modified: 2024/08/20 21:38 (external edit)