When sitting on the ground, advance simulation time to next event time
This commit is contained in:
parent
c0ba04edac
commit
2ad7cd1c95
@ -20,5 +20,6 @@ public class GroundStepper extends AbstractSimulationStepper {
|
||||
@Override
|
||||
public void step(SimulationStatus status, double timeStep) throws SimulationException {
|
||||
log.trace("step: position=" + status.getRocketPosition() + ", velocity=" + status.getRocketVelocity());
|
||||
status.setSimulationTime(status.getSimulationTime() + timeStep);
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4c3604313f0cc8f52274c8fa07e4970e6bfaa273
|
||||
Subproject commit 860757167c4835a7bb960a4cbb52b06f3309791c
|
Loading…
x
Reference in New Issue
Block a user