Search found 3 matches

by combatil
20 Sep 2012, 20:18
Forum: Mindstorms Projects
Topic: Chess playing robot
Replies: 6
Views: 8602

Re: Chess playing robot

ps - BTW: how did you calculate the moves of your robot arm to find the points to grab the pieces? look-up table or inverse kinematics? Inverse kinematics! I didn't know that there was a name for this, but I googled it and that's exactly what I did :) It's pretty much a matter of simple trigonometr...
by combatil
20 Sep 2012, 07:03
Forum: Mindstorms Projects
Topic: Chess playing robot
Replies: 6
Views: 8602

Re: Chess playing robot

doc-helmut: that's an awesome robot! The move evaluation algorithm you wrote is really nice too, and it's really cool the processing is done over 2 bricks. I think professional chess engines also have an opening book incorporated into them, but I have no idea how much memory it takes, and whether it...
by combatil
18 Sep 2012, 21:14
Forum: Mindstorms Projects
Topic: Chess playing robot
Replies: 6
Views: 8602

Chess playing robot

Hi all, I've been active long ago on the old NXTasy forums, and I just made a robot that I wanted to share and I thought you guys might be interested. It's a chess playing robot, here it is: WYtYjKqd0_w The programming was done in MATLAB using the RWTH toolbox. It was a good opportunity to me to lea...