Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.06 KB

File metadata and controls

18 lines (12 loc) · 1.06 KB

AutoCHESS-Simulation - Project from 2021

Simulation version of the AutoCHESS system

Description:

AutoCHESS simulation was a project with the purpose of proving the concept of using industrial robots for playing chess.

It features two ABB's IRB-120 robot arms playing chess against each other. The robot movements are simulated using the FABRIK inverse kinematics algorithm.

The chess moves are powered by an external Stockfish process, one of the most powerful chess engines currently available.

The project was a part of my Master's study. It had a limited time window to be finished, and due to that, the code and the project weren't cleaned-up and refactored properly.

How to use:

After starting the build (.exe file) control the camera with the mouse movement and zoom in/out with the scroll wheel

Screenshots:

AutoCHESS_simulation_1 AutoCHESS_simulation_2