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
c9705945
Commit
c9705945
authored
Jun 22, 2018
by
Stefan Schuhbaeck
Browse files
add groupSizeDistribution to source Attributes
parent
8e03ddc1
Pipeline
#58373
failed with stage
in 25 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereModelTests/TestOSM_Group/scenarios/group_OSM_1Source1Place.scenario
View file @
c9705945
...
...
@@ -136,6 +136,7 @@
"spawnAtRandomPositions" : true,
"useFreeSpaceOnly" : true,
"targetIds" : [ 1 ],
"groupSizeDistribution" : [ 0.0, 0.0, 1.0 ],
"dynamicElementType" : "PEDESTRIAN"
} ],
"dynamicElements" : [ ],
...
...
VadereModelTests/TestOSM_Group/scenarios/group_OSM_1Source1Place_noGroup.scenario
View file @
c9705945
...
...
@@ -128,6 +128,7 @@
"spawnAtRandomPositions" : true,
"useFreeSpaceOnly" : true,
"targetIds" : [ 1 ],
"groupSizeDistribution" : [ 0.0, 0.0, 1.0 ],
"dynamicElementType" : "PEDESTRIAN"
} ],
"dynamicElements" : [ ],
...
...
VadereModelTests/TestOSM_Group/scenarios/group_OSM_1Source2Places.scenario
View file @
c9705945
...
...
@@ -172,6 +172,7 @@
"spawnAtRandomPositions" : false,
"useFreeSpaceOnly" : false,
"targetIds" : [ 1 ],
"groupSizeDistribution" : [ 0.0, 0.0, 1.0 ],
"dynamicElementType" : "PEDESTRIAN"
}, {
"id" : 1,
...
...
@@ -191,6 +192,7 @@
"spawnAtRandomPositions" : false,
"useFreeSpaceOnly" : false,
"targetIds" : [ 1 ],
"groupSizeDistribution" : [ 0.0, 0.0, 1.0 ],
"dynamicElementType" : "PEDESTRIAN"
} ],
"dynamicElements" : [ ],
...
...
VadereModelTests/TestOSM_Group/scenarios/group_OSM_1Source2Places_noGroups.scenario
View file @
c9705945
...
...
@@ -182,6 +182,7 @@
"spawnAtRandomPositions" : true,
"useFreeSpaceOnly" : false,
"targetIds" : [ 1 ],
"groupSizeDistribution" : [ 0.0, 0.0, 1.0 ],
"dynamicElementType" : "PEDESTRIAN"
}, {
"id" : 1,
...
...
@@ -201,6 +202,7 @@
"spawnAtRandomPositions" : true,
"useFreeSpaceOnly" : true,
"targetIds" : [ 1 ],
"groupSizeDistribution" : [ 0.0, 0.0, 1.0 ],
"dynamicElementType" : "PEDESTRIAN"
} ],
"dynamicElements" : [ ],
...
...
VadereModelTests/TestOSM_Group/scenarios/group_OSM_2Sources1Place.scenario
View file @
c9705945
...
...
@@ -102,7 +102,7 @@
"shape" : {
"x" : 15.1,
"y" : 6.0,
"width" :
6.9
,
"width" :
12.0
,
"height" : 3.6,
"type" : "RECTANGLE"
},
...
...
@@ -111,29 +111,11 @@
"shape" : {
"x" : 15.0,
"y" : 0.2,
"width" :
7
.0,
"width" :
12
.0,
"height" : 3.8,
"type" : "RECTANGLE"
},
"id" : -1
}, {
"shape" : {
"x" : 21.6,
"y" : 5.4,
"width" : 4.9,
"height" : 4.3,
"type" : "RECTANGLE"
},
"id" : -1
}, {
"shape" : {
"x" : 21.6,
"y" : 0.3,
"width" : 4.9,
"height" : 4.2,
"type" : "RECTANGLE"
},
"id" : -1
} ],
"stairs" : [ ],
"targets" : [ {
...
...
@@ -166,12 +148,13 @@
"interSpawnTimeDistribution" : "org.vadere.state.scenario.ConstantDistribution",
"distributionParameters" : [ 1.0 ],
"spawnNumber" : 1,
"maxSpawnNumberTotal" :
10
,
"maxSpawnNumberTotal" :
4
,
"startTime" : 0.0,
"endTime" : 5
0
.0,
"endTime" : 5.0,
"spawnAtRandomPositions" : false,
"useFreeSpaceOnly" : false,
"targetIds" : [ 1 ],
"groupSizeDistribution" : [ 0.5, 0.0, 0.0, 0.0, 0.5 ],
"dynamicElementType" : "PEDESTRIAN"
}, {
"id" : 2,
...
...
@@ -185,12 +168,13 @@
"interSpawnTimeDistribution" : "org.vadere.state.scenario.ConstantDistribution",
"distributionParameters" : [ 1.0 ],
"spawnNumber" : 1,
"maxSpawnNumberTotal" :
10
,
"maxSpawnNumberTotal" :
3
,
"startTime" : 0.0,
"endTime" :
5
0.0,
"endTime" :
1
0.0,
"spawnAtRandomPositions" : false,
"useFreeSpaceOnly" : false,
"targetIds" : [ 1 ],
"groupSizeDistribution" : [ 0.0, 0.0, 1.0 ],
"dynamicElementType" : "PEDESTRIAN"
} ],
"dynamicElements" : [ ],
...
...
Stefan Schuhbaeck
@stsc
mentioned in issue
#74 (closed)
·
Jun 22, 2018
mentioned in issue
#74 (closed)
mentioned in issue #74
Toggle commit list
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