cavenel / ev3dev_examples

Examples of program for ev3dev
23 stars 22 forks source link

with ev3dev-release 1 the motor commands have changed #2

Open ensonic opened 10 years ago

ensonic commented 10 years ago

I was looking into using your ev3dev python wrapper. As mentioned in https://github.com/mindboards/ev3dev/issues/63#issuecomment-43070843 the devices have changed. I am tweaking this in my fork right now ... https://github.com/ensonic/ev3dev_examples

cavenel commented 10 years ago

Thank you, I have a local version with some tweaks as well, but I am not so happy about them (the changes in brake / hold mode should change some parameters in some motor functions, etc.) I will have a look at your tweaks and decide what is the best for the future!

ghost commented 7 years ago

Hello, I actually faced the same issue. I tried both of your versions and even tried a merge without immediate success. I was just wondering if you had a chance to adapt to latest ev3dev version. Many thanks for you really amazing work ! My kids are looking forward so see python solving the rubik's cube on ev3 ! Olivier

cavenel commented 7 years ago

Hi!

An updated version is available here I believe: https://github.com/rhempel/ev3dev-lang-python/tree/develop/demo/MINDCUB3R I didn't update the code myself, so you may ask there if it is up to date!