Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
d251b7dc
Commit
d251b7dc
authored
Apr 15, 2019
by
Julian Zobel
Browse files
rm sysout
parent
d3c9857a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/movement/aerial/SimpleMulticopterMovement.java
View file @
d251b7dc
...
...
@@ -479,9 +479,8 @@ public class SimpleMulticopterMovement implements UAVMovementModel {
double
n
=
Math
.
sqrt
(
2
*
hoverThrustRequired
()
*
Math
.
tan
(
Math
.
toRadians
(
nearest
))
/
bodyDrag
(
Math
.
toRadians
(
nearest
),
new
PositionVector
(
1
,
0
,
0
)));
System
.
out
.
println
(
"target velocity = "
+
velocity
+
" m/s ==> AoA = "
+
nearest
+
"° // v_max = "
+
n
+
" m/s"
);
//System.out.println("target velocity = " + velocity + " m/s ==> AoA = " + nearest + "° // v_max = " + n + " m/s");
return
Math
.
toRadians
(
nearest
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment