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
116fec10
Commit
116fec10
authored
Jan 14, 2019
by
Benedikt Zoennchen
Browse files
Merge branch 'master' of
https://gitlab.lrz.de/vadere/vadere
parents
aec38d28
1049884e
Pipeline
#83837
failed with stages
in 101 minutes and 11 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
116fec10
...
...
@@ -43,6 +43,8 @@ VadereSimulator/testResources/**/*.legacy
#model test output
VadereModelTests/**/output
VadereModelTests/*_private
VadereModelCalibration/**/output
VadereModelTests/**/legacy
VadereUtils/output/**
...
...
VadereModelCalibration/TestOSM_calibration/scenarios/osm_calibration_minStepSize_0_11.scenario
View file @
116fec10
...
...
@@ -259,7 +259,16 @@
"maximumSpeed" : 2.2,
"acceleration" : 2.0
},
"teleporter" : null,
"teleporter" : {
"shift" : {
"x" : -40.0,
"y" : 0.0
},
"position" : {
"x" : 42.0,
"y" : 0.0
}
},
"attributesCar" : null
},
"eventInfos" : [ ]
...
...
VadereModelCalibration/TestOSM_calibration/scenarios/osm_calibration_minStepSize_0_11_ignore_free_space.scenario
View file @
116fec10
...
...
@@ -259,7 +259,16 @@
"maximumSpeed" : 2.2,
"acceleration" : 2.0
},
"teleporter" : null,
"teleporter" : {
"shift" : {
"x" : -40.0,
"y" : 0.0
},
"position" : {
"x" : 42.0,
"y" : 0.0
}
},
"attributesCar" : null
},
"eventInfos" : [ ]
...
...
VadereSimulator/resources/identity_v0.7.json
View file @
116fec10
...
...
@@ -436,6 +436,16 @@
"groupIds"
:
"scenario.&3.&2.[&1].&0"
,
"type"
:
"scenario.&3.&2.[&1].&0"
}
},
"teleporter"
:
{
"shift"
:
{
"x"
:
"scenario.&3.&2.&1.&0"
,
"y"
:
"scenario.&3.&2.&1.&0"
},
"position"
:
{
"x"
:
"scenario.&3.&2.&1.&0"
,
"y"
:
"scenario.&3.&2.&1.&0"
}
}
}
}
...
...
@@ -494,7 +504,8 @@
"maximumSpeed"
:
"3.0"
,
"acceleration"
:
"2.0"
},
"attributesCar"
:
null
"attributesCar"
:
null
,
"teleporter"
:
null
}
}
}
...
...
VadereSimulator/resources/transform_v0.6_to_v0.7.json
View file @
116fec10
...
...
@@ -442,6 +442,16 @@
"groupIds"
:
"scenario.&3.&2.[&1].&0"
,
"type"
:
"scenario.&3.&2.[&1].&0"
}
},
"teleporter"
:
{
"shift"
:
{
"x"
:
"scenario.&3.&2.&1.&0"
,
"y"
:
"scenario.&3.&2.&1.&0"
},
"position"
:
{
"x"
:
"scenario.&3.&2.&1.&0"
,
"y"
:
"scenario.&3.&2.&1.&0"
}
}
}
}
...
...
@@ -500,7 +510,8 @@
"maximumSpeed"
:
"3.0"
,
"acceleration"
:
"2.0"
},
"attributesCar"
:
null
"attributesCar"
:
null
,
"teleporter"
:
null
}
}
}
...
...
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