Motor synchronisation #799
jacobcxdev
started this conversation in
General
Replies: 2 comments 1 reply
-
Hi @jacobcxdev, Sorry the delay. The main reason is because in LeJOS for EV3, that feature was implemented at runtime level. I had few discussion at EV3Dev, but that feature was paused and... in some moment appear in PyBricks but not at EV3Dev for general usage. I believe that the motor synchronisation could be implemented at Java level but it could be need some effort but It could be possible. Juan Antonio |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been migrating my LeJOS project to ev3dev-lang-java because it requires the use of language features that were introduced post-1.7. One feature of LeJOS' motor regulation which my project pretty much depends on is motor synchronisation: the ability to start/stop motors at exactly the same time. Is there any reason that this isn't implemented in ev3dev-lang-java?
Beta Was this translation helpful? Give feedback.
All reactions