Commit 6ac51fc3 authored by Julian Zobel's avatar Julian Zobel
Browse files

Adaptions on movement and energy model

parent de3026b6
......@@ -403,7 +403,7 @@ public class SimpleMulticopterMovement implements UAVMovementModel {
}
private double estimateRequiredThrust(double velocity) {
public double estimateRequiredThrust(double velocity) {
if(velocity == 0) {
return motor.estimatePowerConsumptionWatt(hoverThrustRequired());
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment