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
acdf791d
Commit
acdf791d
authored
May 25, 2018
by
Benedikt Zoennchen
Browse files
add comments to potential attribute files (queueing and seitz-2012).
parent
84f289e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
VadereState/src/org/vadere/state/attributes/models/AttributesPotentialCompact.java
View file @
acdf791d
...
...
@@ -4,14 +4,25 @@ import org.vadere.state.attributes.Attributes;
public
class
AttributesPotentialCompact
extends
Attributes
{
// queueing
private
double
pedPotentialWidth
=
0.5
;
// queueing
private
double
pedPotentialHeight
=
12.6
;
// queueing
private
double
obstPotentialWidth
=
0.25
;
// queueing
private
double
obstPotentialHeight
=
20.1
;
// queueing
private
boolean
useHardBodyShell
=
false
;
// queueing
private
double
obstDistanceDeviation
=
0
;
// queueing
private
double
visionFieldRadius
=
5
;
...
...
VadereState/src/org/vadere/state/attributes/models/AttributesPotentialOSM.java
View file @
acdf791d
...
...
@@ -8,18 +8,40 @@ import org.vadere.state.attributes.Attributes;
*/
public
class
AttributesPotentialOSM
extends
Attributes
{
// seitz-2012 u_p = 1000
private
double
pedestrianBodyPotential
=
1000
;
// seitz-2012 h_p = 1.0
private
double
pedestrianRepulsionWidth
=
1.0
;
// seitz-2012 v_p = 0.4
private
double
pedestrianRepulsionStrength
=
0.4
;
// seitz-2012 a_p = 1.0
private
double
aPedOSM
=
3.5
;
// seitz-2012 b_p = 0.2
private
double
bPedOSM
=
0.6
;
//
private
double
pedestrianRecognitionDistance
=
1.5
;
//
private
double
personalDensityFactor
=
1.2
;
// seitz-2012 u_o = 10000
private
double
obstacleBodyPotential
=
10000
;
// seitz-2012 h_o = 6.0
private
double
obstacleRepulsionWidth
=
6
;
// seitz-2012 v_o = 0.2
private
double
obstacleRepulsionStrength
=
0.2
;
// seitz-2012 a_o = 3.0
private
double
aObsOSM
=
3.5
;
// seitz-2012 b_0 = 2.0
private
double
bObsOSM
=
0.2
;
// Getters...
...
...
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