johnml1135 e5c62e0883
Fix bug with time_series and 0 value (#620)
For time_series, if the _value == 0, it will cause an error because "not getattr(self, name)" would be true. Instead, compare to "None"
2020-12-06 23:08:43 -08:00
..

xviz_avs

Python implementation of XVIZ protocol libraries.

Requirements

Python3, websockets, protobuf, numpy

Get started

You can try running the scenario server by python examples/serve_scenarios.py. Then you can run cd examples/get-started && yarn start-live under your streetscape.gl repository to see the example scenarios.

Acknowledgements

  • Yuanxin Zhong created xviz.py and allowed us to use it as the base for the official python XVIZ library.