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
ca2d95b7
Commit
ca2d95b7
authored
Jan 20, 2020
by
Julian Zobel
Browse files
More renaming to make energy and movement moidels for UAVs more lenient.
parent
a860aadf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/component/UAVTopologyComponent.java
View file @
ca2d95b7
...
...
@@ -129,12 +129,12 @@ public class UAVTopologyComponent extends AbstractTopologyComponent implements S
@Override
public
double
getMinMovementSpeed
()
{
return
movement
.
h
orizontalMinVelocity
();
return
movement
.
getH
orizontalMinVelocity
();
}
@Override
public
double
getMaxMovementSpeed
()
{
return
movement
.
h
orizontalMaxVelocity
();
return
movement
.
getH
orizontalMaxVelocity
();
}
@Override
...
...
@@ -285,7 +285,7 @@ public class UAVTopologyComponent extends AbstractTopologyComponent implements S
}
};
movement
.
setTargetVelocity
(
movement
.
h
orizontalMaxVelocity
());
movement
.
setTargetVelocity
(
movement
.
getH
orizontalMaxVelocity
());
movement
.
setTargetLocation
(
baseLocation
,
returnCallback
);
}
...
...
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