Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
V
vadere
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
110
Issues
110
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vadere
vadere
Commits
a349548b
Commit
a349548b
authored
Jun 26, 2019
by
Daniel Lehmberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial VadereScenarios
parent
1c8e55c6
Pipeline
#126439
canceled with stages
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1538 additions
and
0 deletions
+1538
-0
VadereScenarios/HM_stairs_ModSem_2013_14/scenarios/hm_stairs.scenario
...ios/HM_stairs_ModSem_2013_14/scenarios/hm_stairs.scenario
+1208
-0
VadereScenarios/HM_stairs_ModSem_2013_14/vadere.project
VadereScenarios/HM_stairs_ModSem_2013_14/vadere.project
+1
-0
VadereScenarios/bus_station/scenarios/bus_station.scenario
VadereScenarios/bus_station/scenarios/bus_station.scenario
+329
-0
VadereScenarios/bus_station/vadere.project
VadereScenarios/bus_station/vadere.project
+0
-0
No files found.
VadereScenarios/HM_stairs_ModSem_2013_14/scenarios/hm_stairs.scenario
0 → 100644
View file @
a349548b
This diff is collapsed.
Click to expand it.
VadereScenarios/HM_stairs_ModSem_2013_14/vadere.project
0 → 100644
View file @
a349548b
HM Stairs Modellierungsseminar 2013/14
VadereScenarios/bus_station/scenarios/bus_station.scenario
0 → 100644
View file @
a349548b
{
"name" : "bus_station",
"description" : "Scenario used for TGF19 contribution",
"release" : "1.0",
"processWriters" : {
"files" : [ {
"type" : "org.vadere.simulator.projects.dataprocessing.outputfile.TimestepOutputFile",
"filename" : "exitdensity.txt",
"processors" : [ ]
} ],
"processors" : [ {
"type" : "org.vadere.simulator.projects.dataprocessing.processor.AreaDensityCountingProcessor",
"id" : 1,
"attributesType" : "org.vadere.state.attributes.processor.AttributesAreaDensityCountingProcessor",
"attributes" : {
"measurementAreaId" : 1
}
}, {
"type" : "org.vadere.simulator.projects.dataprocessing.processor.AreaDensityCountingProcessor",
"id" : 2,
"attributesType" : "org.vadere.state.attributes.processor.AttributesAreaDensityCountingProcessor",
"attributes" : {
"measurementAreaId" : 2
}
}, {
"type" : "org.vadere.simulator.projects.dataprocessing.processor.AreaDensityCountingProcessor",
"id" : 3,
"attributesType" : "org.vadere.state.attributes.processor.AttributesAreaDensityCountingProcessor",
"attributes" : {
"measurementAreaId" : 3
}
} ],
"isTimestamped" : true,
"isWriteMetaData" : false
},
"scenario" : {
"mainModel" : "org.vadere.simulator.models.osm.OptimalStepsModel",
"attributesModel" : {
"org.vadere.state.attributes.models.AttributesFloorField" : {
"createMethod" : "HIGH_ACCURACY_FAST_MARCHING",
"potentialFieldResolution" : 0.1,
"obstacleGridPenalty" : 0.1,
"targetAttractionStrength" : 1.0,
"timeCostAttributes" : {
"standardDeviation" : 0.7,
"type" : "UNIT",
"obstacleDensityWeight" : 3.5,
"pedestrianSameTargetDensityWeight" : 3.5,
"pedestrianOtherTargetDensityWeight" : 3.5,
"pedestrianWeight" : 3.5,
"queueWidthLoading" : 1.0,
"pedestrianDynamicWeight" : 6.0,
"loadingType" : "CONSTANT",
"width" : 0.2,
"height" : 1.0
}
},
"org.vadere.state.attributes.models.AttributesOSM" : {
"stepCircleResolution" : 18,
"numberOfCircles" : 1,
"optimizationType" : "NELDER_MEAD",
"varyStepDirection" : false,
"movementType" : "ARBITRARY",
"stepLengthIntercept" : 0.4625,
"stepLengthSlopeSpeed" : 0.2345,
"stepLengthSD" : 0.036,
"movementThreshold" : 0.0,
"minStepLength" : 0.1,
"minimumStepLength" : false,
"maxStepDuration" : 1.7976931348623157E308,
"dynamicStepLength" : false,
"updateType" : "EVENT_DRIVEN",
"seeSmallWalls" : false,
"targetPotentialModel" : "org.vadere.simulator.models.potential.fields.PotentialFieldTargetGrid",
"pedestrianPotentialModel" : "org.vadere.simulator.models.potential.PotentialFieldPedestrianCompactSoftshell",
"obstaclePotentialModel" : "org.vadere.simulator.models.potential.PotentialFieldObstacleCompactSoftshell",
"submodels" : [ ]
},
"org.vadere.state.attributes.models.AttributesPotentialCompactSoftshell" : {
"pedPotentialIntimateSpaceWidth" : 0.45,
"pedPotentialPersonalSpaceWidth" : 0.6,
"pedPotentialHeight" : 50.0,
"obstPotentialWidth" : 0.8,
"obstPotentialHeight" : 6.0,
"intimateSpaceFactor" : 1.2,
"personalSpacePower" : 1,
"intimateSpacePower" : 1
}
},
"attributesSimulation" : {
"finishTime" : 60.0,
"simTimeStepLength" : 0.2,
"realTimeSimTimeRatio" : 0.5,
"writeSimulationData" : true,
"visualizationEnabled" : true,
"printFPS" : false,
"digitsPerCoordinate" : 2,
"useFixedSeed" : true,
"fixedSeed" : 1,
"simulationSeed" : 1,
"useSalientBehavior" : false
},
"topography" : {
"attributes" : {
"bounds" : {
"x" : 0.0,
"y" : 0.0,
"width" : 20.0,
"height" : 20.0
},
"boundingBoxWidth" : 0.5,
"bounded" : true
},
"obstacles" : [ {
"shape" : {
"type" : "POLYGON",
"points" : [ {
"x" : 14.3,
"y" : 0.5
}, {
"x" : 14.3,
"y" : 3.6
}, {
"x" : 13.3,
"y" : 3.6
}, {
"x" : 13.3,
"y" : 0.5
} ]
},
"id" : -1
}, {
"shape" : {
"type" : "POLYGON",
"points" : [ {
"x" : 19.6,
"y" : 2.6
}, {
"x" : 19.6,
"y" : 3.6
}, {
"x" : 17.3,
"y" : 3.6
}, {
"x" : 17.3,
"y" : 2.6
} ]
},
"id" : -1
}, {
"shape" : {
"type" : "POLYGON",
"points" : [ {
"x" : 0.4,
"y" : 18.1
}, {
"x" : 0.7,
"y" : 18.1
}, {
"x" : 0.7,
"y" : 18.2
}, {
"x" : 4.799999999999999,
"y" : 18.2
}, {
"x" : 4.8,
"y" : 11.600000000000001
}, {
"x" : 3.9,
"y" : 11.600000000000001
}, {
"x" : 3.9000000000000004,
"y" : 17.4
}, {
"x" : 1.2000000000000002,
"y" : 17.399999999999995
}, {
"x" : 1.2000000000000004,
"y" : 6.199999999999999
}, {
"x" : 3.900000000000001,
"y" : 6.1999999999999975
}, {
"x" : 3.9,
"y" : 10.100000000000001
}, {
"x" : 4.8,
"y" : 10.100000000000001
}, {
"x" : 4.799999999999999,
"y" : 5.300000000000001
}, {
"x" : 0.7,
"y" : 5.300000000000001
}, {
"x" : 0.6999999999999998,
"y" : 5.4
}, {
"x" : 0.4,
"y" : 5.4
} ]
},
"id" : -1
} ],
"measurementAreas" : [ {
"shape" : {
"x" : 1.2,
"y" : 6.2,
"width" : 2.7,
"height" : 11.2,
"type" : "RECTANGLE"
},
"id" : 1
}, {
"shape" : {
"x" : 2.4,
"y" : 10.1,
"width" : 4.3,
"height" : 1.5,
"type" : "RECTANGLE"
},
"id" : 2
}, {
"shape" : {
"x" : 14.3,
"y" : 1.4,
"width" : 3.0,
"height" : 5.2,
"type" : "RECTANGLE"
},
"id" : 3
} ],
"stairs" : [ ],
"targets" : [ {
"id" : 1,
"absorbing" : true,
"shape" : {
"x" : 14.4,
"y" : 0.5,
"width" : 5.1,
"height" : 2.0,
"type" : "RECTANGLE"
},
"waitingTime" : 0.0,
"waitingTimeYellowPhase" : 0.0,
"parallelWaiters" : 0,
"individualWaiting" : true,
"deletionDistance" : 0.1,
"startingWithRedLight" : false,
"nextSpeed" : -1.0
}, {
"id" : 2,
"absorbing" : false,
"shape" : {
"x" : 15.2,
"y" : 6.0,
"width" : 3.5,
"height" : 1.6,
"type" : "RECTANGLE"
},
"waitingTime" : 0.0,
"waitingTimeYellowPhase" : 0.0,
"parallelWaiters" : 0,
"individualWaiting" : true,
"deletionDistance" : 0.5,
"startingWithRedLight" : false,
"nextSpeed" : -1.0
} ],
"absorbingAreas" : [ ],
"sources" : [ {
"id" : 1,
"shape" : {
"x" : 1.3,
"y" : 6.3,
"width" : 2.5,
"height" : 11.0,
"type" : "RECTANGLE"
},
"interSpawnTimeDistribution" : "org.vadere.state.scenario.ConstantDistribution",
"distributionParameters" : [ 0.0 ],
"spawnNumber" : 100,
"maxSpawnNumberTotal" : 100,
"startTime" : 0.0,
"endTime" : 0.0,
"spawnAtRandomPositions" : true,
"useFreeSpaceOnly" : false,
"targetIds" : [ 2, 1 ],
"groupSizeDistribution" : [ 1.0 ],
"dynamicElementType" : "PEDESTRIAN"
} ],
"dynamicElements" : [ ],
"attributesPedestrian" : {
"radius" : 0.195,
"densityDependentSpeed" : false,
"speedDistributionMean" : 1.34,
"speedDistributionStandardDeviation" : 0.26,
"minimumSpeed" : 0.5,
"maximumSpeed" : 2.2,
"acceleration" : 2.0,
"footStepsToStore" : 4,
"searchRadius" : 1.0,
"angleCalculationType" : "USE_CENTER",
"targetOrientationAngleThreshold" : 45.0
},
"teleporter" : null,
"attributesCar" : {
"id" : -1,
"radius" : 0.195,
"densityDependentSpeed" : false,
"speedDistributionMean" : 1.34,
"speedDistributionStandardDeviation" : 0.26,
"minimumSpeed" : 0.5,
"maximumSpeed" : 2.2,
"acceleration" : 2.0,
"footStepsToStore" : 4,
"searchRadius" : 1.0,
"angleCalculationType" : "USE_CENTER",
"targetOrientationAngleThreshold" : 45.0,
"length" : 4.5,
"width" : 1.7,
"direction" : {
"x" : 1.0,
"y" : 0.0
}
}
},
"eventInfos" : [ ]
}
}
VadereScenarios/bus_station/vadere.project
0 → 100644
View file @
a349548b
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