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
652c5bb6
Commit
652c5bb6
authored
Aug 07, 2020
by
Niklas-Stoehr
Browse files
-- console logging disabled
parent
916ad672
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/energy/components/StatelessActuatorComponent.java
View file @
652c5bb6
...
...
@@ -144,7 +144,7 @@ public class StatelessActuatorComponent implements ActuatorComponent {
else
{
double
amps
=
approximateAmpereDraw
(
targetThrust
);
System
.
out
.
println
(
amps
);
//
System.out.println(amps);
return
numberOfActuators
*
amps
*
volts
;
}
...
...
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