Skip to content

added implementation for referenceSpeed (#2)#4

Open
zoltanvilaghy wants to merge 1 commit intomasterfrom
personB
Open

added implementation for referenceSpeed (#2)#4
zoltanvilaghy wants to merge 1 commit intomasterfrom
personB

Conversation

@zoltanvilaghy
Copy link
Owner

I have also implemented setting the referenceSpeed.

Comment on lines +48 to +56
this.step = joystickPosition;
while(true) {
followSpeed();
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is correct!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant