Open end working
This commit is contained in:
@@ -14,7 +14,8 @@ public class Program
|
||||
private static Scenario scenario;
|
||||
|
||||
// Speed control (existing + new throttle)
|
||||
private static double desiredSpeed = 0.01;
|
||||
private static double desiredSpeed = 0.001;
|
||||
//private static double desiredSpeed = 1.0;
|
||||
private static double currentSpeed = desiredSpeed;
|
||||
private const double MinSpeed = 0.0001;
|
||||
private const double MaxSpeed = 1.0;
|
||||
|
||||
Reference in New Issue
Block a user