PENGUIN ROBOT Strongman with Virtual Gearing System (VGS) - the Code
Title: Penguin Robot Strongman Weightlifter
Code Name: penguin_strongman.bpx
Purpose: Make Penguin into a Strongman Weightlifter
with options for VGS Virtual Gearing System
This Penguin Strongman Weightlifting code version uses a menu
on the debug screen and has options to vary the height and speed
of the lifts.
This introduces Virtual Gearing System (VGS) to increase the lift
load capacity.
www.youtube.com/watch?v=GQwxJN6f-oQ
humanoido
Post Edited (humanoido) : 1/10/2008 9:36:53 AM GMT
Code Name: penguin_strongman.bpx
Purpose: Make Penguin into a Strongman Weightlifter
with options for VGS Virtual Gearing System
This Penguin Strongman Weightlifting code version uses a menu
on the debug screen and has options to vary the height and speed
of the lifts.
This introduces Virtual Gearing System (VGS) to increase the lift
load capacity.
www.youtube.com/watch?v=GQwxJN6f-oQ
humanoido
' DIRECTORY ' INTRODUCTION TO PENGUIN WEIGHTLIFTER ' WEIGHTLIFTING CODE VERSIONS ' LIFT SPEED & HEIGHT ' WEIGHT PLACEMENT ' PROCESS OF WEIGHTLIFTING ' TINY BARBELL PLATES ' MAGIC OF THE CHINESE FEN COIN ' FINDING FEN & FEN VALUE ' CHOOSE YOUR PENNIES ' SIMULATING GEAR RATIO ' VIRTUAL GEARING SYSTEM (VGS) ' CALIBRATION ' WEIGHTLIFTING COMPETITION ' SIMULTANEOUS LIFTS ' THE MOVIE ' WEIGHTLIFTING CODE VERSIONS ' --------------------------- ' There are two versions of the weightlifting program. This version ' uses the debug screen and has options to set the lifting speed, ' and the height of the lift. As a result of these capabilities, ' the program must run with the usb cable attached. The second ' version of the weightlifter program is fully automatic and ' autonomous. ' CHOOSE YOUR PENNIES ' ------------------- ' If using an American penny, choose the more recent mints. From ' 1944 to 1982, a penny weighs 3.11 grams. However, from 1983 until ' 2002, a penny is much lighter at only 2.5 grams. ' http://lrs.ed.uiuc.edu/students/tsullivl/commoncents/PennyComposition.htm ' Data Source: The Official Red Book, "Guide to US Coins", 55th Edition ' 2002, St Martin's Press, Copyright 2001. ' It's recommended to use only a few pennies. One American penny is ' 3.6 times heavier than one Chinese Fen coin. This is because ' the penny is 97.5% zinc and 2.5% copper, while the Fen is all ' aluminum.
Post Edited (humanoido) : 1/10/2008 9:36:53 AM GMT