by limor » Sun Sep 02, 2007 2:02 pm
by limor
Sun Sep 02, 2007 2:02 pm
This is pure genius in so many ways that it puts to shame the whole video gaming industry (and our meager attempts at making stable walking/fighting robots).
1) the entire code is 96k exe file. .. any main(){printf("hello world\n");} compiled under VS.NET generates 2mb of useless code.
2) it supposedly runs on pure VGA.. no directx/GL (not too sure about that)
3) The meshes are generated through fractal processes and saved to text files before the game starts
4) uses ODE with breakable joints mod for rigid body physics simulation
5) the humanoids are REALY standing and walking and fighting!!!!!!!!!!!
quote: "Yes, they have an AI brain. This means, no stored keyframes/animation."
-- unlike in video games where they just play pre-recorded motion sequences. these use a gait (like our humanoids) to get the robot to roll over, bend and stand on its feet !!BUT!! uses *feedback control* to keep the robot standing
i'm considering donating a bot hooked up with gumstix to this guy if he can get him to walk by feedback control in 4 days as he did in the demo..
This is pure genius in so many ways that it puts to shame the whole video gaming industry (and our meager attempts at making stable walking/fighting robots).
1) the entire code is 96k exe file. .. any main(){printf("hello world\n");} compiled under VS.NET generates 2mb of useless code.
2) it supposedly runs on pure VGA.. no directx/GL (not too sure about that)
3) The meshes are generated through fractal processes and saved to text files before the game starts
4) uses ODE with breakable joints mod for rigid body physics simulation
5) the humanoids are REALY standing and walking and fighting!!!!!!!!!!!
quote: "Yes, they have an AI brain. This means, no stored keyframes/animation."
-- unlike in video games where they just play pre-recorded motion sequences. these use a gait (like our humanoids) to get the robot to roll over, bend and stand on its feet !!BUT!! uses *feedback control* to keep the robot standing
i'm considering donating a bot hooked up with gumstix to this guy if he can get him to walk by feedback control in 4 days as he did in the demo..