Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
e85918c7
Commit
e85918c7
authored
Sep 17, 2019
by
Daniel Lehmberg
Browse files
potential bugfix with correct times
parent
1fa7f5ed
Pipeline
#155529
passed with stages
in 128 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/models/bhm/PedestrianBHM.java
View file @
e85918c7
...
...
@@ -194,7 +194,7 @@ public class PedestrianBHM extends Pedestrian {
throw
new
UnsupportedEventException
(
mostImportantEvent
,
this
.
getClass
());
}
FootStep
currentFootstep
=
new
FootStep
(
position
,
getPosition
(),
timeOfNextStep
,
timeOfNextStep
+
durationNext
Step
);
FootStep
currentFootstep
=
new
FootStep
(
position
,
getPosition
(),
startTimeStep
,
endTime
Step
);
getTrajectory
().
add
(
currentFootstep
);
getFootstepHistory
().
add
(
currentFootstep
);
}
...
...
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