Timothy Wojtaszek b326535f28
Update Protoc generated bindings (#737)
* Generated bindings will complain when using an updated version of the protobuf build tools.  Update to generated bindings to the minimum protoc version 19.
2024-07-05 11:03:23 -07: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.