You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
ZeroMQ (>4.2.1): http://zeromq.org/intro:get-the-software (The osi-visualizer needs to use ZeroMQ libraries to complete the socket communication between different sensor / traffic / scenario simulators.)
The osi-visualizer needs to use ZeroMQ libraries to complete the socket communication between different sensor / traffic / scenario simulators. Note that the C++ Bindings are required as well.
Please modify the original paths information to the user dependent local libraries setup in the CMakeLists.txt file.
15
+
The required version of Open Simulation Interface (https://github.com/OpenSimulationInterface/open-simulation-interface.git) is referenced as a git submodule, so be sure to run git submodule init && git submodule update after cloning the osi-visualizer repository.
16
16
17
-
We strongly recommend users to use the osi-visualizer under Ubuntu 16.04 Linux.
17
+
If the CMake build process does not automatically locate the required libraries, please use the usual CMake options to set the relevant CMake variables to the proper paths.
18
+
19
+
Currently we strongly recommend users to use the osi-visualizer under Ubuntu Linux 16.04 LTS. You can see a working development environment based on Ubuntu 16.04 LTS in the Dockerfile in the repository.
18
20
19
21
## Build
20
22
### From Terminal:
@@ -61,6 +63,3 @@ The others are self-explaining.
61
63
62
64
## Notice
63
65
When playing large osi files, try to adapt the Delta Delay. Then the tool renders smoothly.
0 commit comments