Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 08182db

Browse files
authored
Merge pull request #5 from haoyuanying/patch-1
Update README.md
2 parents 89d2e15 + 739026c commit 08182db

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# osi-visualizer
22

3-
Visualization tool for OSI messages.
3+
Visualization tool for OSI messages. This software serves as visualization tool for the current implementation of the [OSI (Open Simulation Interface)](https://github.com/OpenSimulationInterface/open-simulation-interface) mesages.The osi-visualizer supports to visualize the OSI GroundTruth and SensorData messages. It supports two independent visual channels with two different input types (file and network stream).
44

55
## General Information
66

7-
This software serves as visualization tool for the current implementation of the [OSI (Open Simulation Interface)](https://github.com/OpenSimulationInterface/open-simulation-interface) mesages.
7+
Some software library dependencies are needed to run the osi-visualizer:
88

9-
It supports two independent visual channels with two different input types (file and network stream).
9+
cmake (version >= 3.7): https://cmake.org/
10+
Qt (> 5.5.0): http://download.qt.io/official_releases/qt/
11+
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.)
12+
protobuf 2.6.1: https://github.com/google/protobuf
13+
Open Simulation Interface 2.2.0: https://github.com/OpenSimulationInterface/open-simulation-interface.git
14+
15+
Please modify the original paths information to the user dependent local libraries setup in the CMakeLists.txt file.
16+
17+
We strongly recommend users to use the osi-visualizer under Ubuntu 16.04 Linux.
1018

1119
## Build
1220
### From Terminal:

0 commit comments

Comments
 (0)