-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edua periodic #323
base: master
Are you sure you want to change the base?
Edua periodic #323
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed, request changes not available for own repo
@@ -6,7 +6,9 @@ public class TrainControllerImpl implements TrainController { | |||
|
|||
private int step = 0; | |||
private int referenceSpeed = 0; | |||
private int speedLimit = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
biztos 0 speedlimit jó?
@@ -43,7 +45,22 @@ private void enforceSpeedLimit() { | |||
|
|||
@Override | |||
public void setJoystickPosition(int joystickPosition) { | |||
this.step = joystickPosition; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplán van!
No description provided.