====== Bipedal Robot Locomotion: Learning Adventures ====== --------------------------------------------- **Assumptions:** This series of adventures is predicated on concurrently taking the ECE4560 course, so that the material being explored maps to lecture and reading material. The optimal control part will diverge from the lecture material, however the underlying optimization is quite aligned with the segment on polynomial representation of curves/trajectories. To complete the adventures, you will naturally need access to the robots themselves as well as some familiarity with object oriented programming in Matlab (e.g., class implementations in Matlab will be coded as part of getting the manipulator to work). Otherwise, it has minimal requirements relative to the other lab options. **Philosophy:** This thread is relatively new, having been introduced as part of a special topics course two years ago, and as a custom track last year. It matches the material well in terms of forward kinematics and alternative $SE(2)$ representations. There may be a small segment that utilizes the manipulator Jacobian. You will have to code up your own class for controlling the robot. **Companion Code:** The SE2 class code will be needed. A biped class will be needed (either the stub will be provided or it will be done from scratch). ===== Adventure Modules ===== ----------------------------------------- Module 0: Getting Started - [[ECE4560:Biped:01Start|Modeling and Servomotor Interface.]] Module Set 1: Quasi-Static Bipedal Locomotion - [[ECE4560:Biped:02plotkin | Foot-based frame of reference + Trajectory plotting]]. - [[ECE4560:Biped:03com | Center of Mass]]. - [[ECE4560:Biped:04rrinvkin | Leg: Resolved rate]]. - [[ECE4560:Biped:05optcntrl | Leg: Optimal Control]]. - [[ECE4560:Biped:06gait_ph1_gen | Single leg quasi-static gait, CoM over 2D support polygon]]. - [[ECE4560:Biped:07gait_ph1_verif | Implement and verify single leg gait]]. - [[ECE4560:Biped:07gait_ph2_gen | Extend gait to two legs: 3 gait phases (left, double, right)]]. - [[ECE4560:Biped:07gait_full_verif | Implement and demo full gait (attached to boom)]]. Module Set 2: Beyond Quasi-Static Bipedal Locomotion. - TBD --------- ;#; [[ECE4560:Project | Projects]] -- [[: | Main ]] ;#;