Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
502871b1
Commit
502871b1
authored
Jul 18, 2019
by
Stefan Schuhbaeck
Browse files
update CHANGELOG.md
parent
ce69fe2d
Pipeline
#135507
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
502871b1
...
...
@@ -12,6 +12,23 @@
### Added
-
VadereServer:
-
Introducing TraCI server implementation for Vadere to allow remote control
of Vaderes simulation loop.
-
VadereManager/target/vadere-server.jar will open a TCP socket and waits
for connection request.
-
FloorField Caching:
-
CellGrid based floorfields can be loaded from a persisted cache file.
-
Added attributes:
-
`cacheType: [NO_CACHE|TXT_CACHE|BIN_CACHE]`
-
`cacheDir: ""`
relative path
-
Cache files will be saved in a
`__cache__`
directory beside (sibling) the
scenario file. With
`cacheDir`
it is possible to create some structure within
the cache directory. Important: If
`cacheDir`
is an absolute path the cache
file will not be placed in
`__cache__`
.
-
A TXT_CACHE type will save the CellGrid in a human readable form (CSV) and
BIN_CACHE will use a simple binary format for better performance and space
reasons.
-
TikzGenerator:
-
add configuration to show all traces of pedestrians, even if they
left the simulation. Config: PostVis ->
`Show all Trajectories on Snapshot`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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