dwalton76 / rubiks-color-resolver

Resolve rubiks cube RGB values to the six cube colors
MIT License
34 stars 15 forks source link

bug/Scanning issue, for 2x2 Rubik's cube #12

Open Safacan7 opened 2 years ago

Safacan7 commented 2 years ago

Hi @dwalton76, I am trying to implement Herbert Kociemba's [Rubiks2x2x2-OptimalSolver] (https://github.com/hkociemba/Rubiks2x2x2-OptimalSolver) into my Mindstorms EV3 project. My robot is able to solve 3x3, however, when it comes to 2x2, it seems to be facing a scanning issue. I am confident that the RGB values captured are accurate with the calibration method. However, the cube printed out does not seem to match the actual cube. image I do not seem to figure out what is the problem, could it be the scanning order? image

Here is the repository I am using for your reference: https://github.com/Safacan7/Mindcuber-Ev3

Your help would be very much appreciated!