Daniel Walton

Results 111 comments of Daniel Walton

I started working on slice moves a while back but never finished it. The big gotcha is you would have to rebuild all of the lookup tables in https://github.com/dwalton76/rubiks-cube-lookup-tables to...

If you can get python working on windows you should be able to run it. There might be a few kinks to work out though.

Nice work @hp1210cl !! Could you submit a pull request with the changes needed to make the solver run on windows?

Hi @johnmcdowell, I got started on adding Sensor support but haven't finished it yet. What I have done is in the `touchsensor` branch though if you want to try it...

@johnmcdowell I've added support for touch, color and distance sensors

What I do is have a separate program that does everything involving OpenCV and call that program via subprocess.check_output() from my python3 ev3dev program.

fswebcam is very slow for me too...it takes about 5s to take a picture :(

You can pass parameters via the command line or if you have more complex parameters to pass write them to a file in json format and pass the name of...

I use fswebcam to take the pics and OpenCV to analyze them http://programmablebrick.blogspot.com/2017/02/rubiks-cube-tracker-using-opencv.html?m=1 I haven’t tried taking pics via OpenCV but sounds like it would be worth trying if you...

Thanks :) I am looking forward to your video. What sort of AI will you be using? I've read a few books on CNNs but I haven't done much in...