📜 ⬆️ ⬇️

New record of Rubik's cube assembly: 0.38 seconds


The record-breaking robot developed at the laboratory of biomimetic robotics at the Massachusetts Institute of Technology

There are games in which the AI ​​beats the person. And there are tasks where a person is not considered as a competitor at all. Here robots compete only with each other. Building a Rubik's Cube is a typical such task.

In November 2016, a robot from Infineon Technologies AG set a new world record for assembling the Rubik's Cube: it collected it in 0.637 seconds , breaking the previous record of 0.89 seconds. But European engineers were surpassed by students from the laboratory of biomimetic robotics (Biomimetic Robotics Lab) at the Massachusetts Institute of Technology. Their robot coped with the task for an incredible 0.38 seconds . This is a “dirty” time, which includes pressing the “Start” key, recognizing the image and calculating the sequence of actions. The actual mechanical part of the task took about 335 milliseconds. Solution of the problem in the program based on min2phase and sending instructions - 45 milliseconds.

Real-time video is clearly not made for human eyes. In order for the imperfect organs of human senses to fix the assembly process, and the slow human brain is aware of what is happening, you need to slow down the video playback at least several dozen times. At a speed of 0.03x from the real it becomes something clear.
')

The developers are confident that the car is quite capable of coping faster, but this requires careful optimization of the timing of the mechanical movements captured on a high-speed camera. On the video in 0.03 speed (slowing down 33 times) it is noticeable that after each movement of the face of the cube, it moves back and forth inertia before finally stopping. So, a 90 ° turn in reality ends in about 10 milliseconds, but the robot makes the next movement after 15 milliseconds. It is in this part that the process can be significantly optimized. But the robot almost doubled the previous world record anyway, and because of optimization errors, the cube broke or field-effect transistors exploded. So we decided to leave everything as it is. But if necessary, students can “cut off” another 100 milliseconds from the record.



The design used the following parts:


It was not in vain that the cubes took cheap ones, because during the experiment several pieces broke (see video). Engineers write that one of the tricks to make everything work well is to ensure a truly tight compression of all parts of the cube. If parts move away from each other, then the outer parts may turn outwards when you try to quickly rotate the central planes.

To assemble a well-disassembled cube, it usually takes from 19 to 23 steps. Some solutions add up faster than others (the fastest consists of 21 steps). So if you're lucky, the problem will be solved approximately 30 milliseconds faster.

Source: https://habr.com/ru/post/410945/


All Articles