Another thing I though after
Another thing I though after reading this complete thread. The one who would like to have a biped and make a movement mechaning should forget about any lasers, AI and any other sensors except IMU (and maybe a load cell). It would simplify the task drastically. Just make some nice walking biped controlled with a PlayStation gamepad, and the work will be considered 100% done. The motion and balancing should be done the same way as it is done in current self-balancing Segway-like robots. Except this one will be on legs. I see lot’s of options and already found out an algorythm for the job:
- Inverted pendulum of 2 sticks one on another on a platform - you rotate the platform, the construction stays vertically - possible to do even with Arduino and couple of motors. Thoughs: Do not use servos as they seem to be too inertial with their cheap plastic gear sets, only stepper motors with an additional sensor to track rotation.
- 2 sticks set of 2 sticks on a plaftorm with another platform on top - you rotate a platform, two sticks should hold vertically a pelvis - top platform
- 2 sticks sets on 2 separate platforms, you move one platform up/down, the other sticks and the upper platform adapts - I believe Arduino is still enough here with 4 additional motor controllers which will control about 7 motors.
- One stick moves itself up and down, while the other adapts.
- … to be continued, this is enough for a year of work I believe… and if anyone does this and show results, I would be happy to work with you on the task and contribute what I can.
Another thoughs - the system should not know their center of mass. I’ve actually found a research here and find it to be too “smart” for the task, as the task should self-balance and react on the IMU, nothing to “calculate” actually here except of rotation/position of motors/leg.
What do you think?