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
2022-01-01 17:34:47 -08:00
2018-08-06 18:33:20 -07:00
2018-09-03 22:02:09 -04:00
2022-06-02 20:05:01 +00:00
2018-09-06 08:07:43 -07:00
2018-08-06 18:33:20 -07:00
2018-09-06 08:07:43 -07:00
2019-02-07 16:28:44 -05:00
2019-05-04 11:05:34 -07:00
2022-06-02 20:05:01 +00:00
2018-08-06 18:33:20 -07:00
2019-10-26 12:06:46 -07:00

XVIZ

Coverage Status

XVIZ is a protocol for real-time transfer and visualization of autonomy data. Learn more in the docs and specification.

High Level Overview

Tools and examples

This repo contains the following submodules:

  • @xviz/builder - Node.js utilities for converting data to the XVIZ protocol.
  • @xviz/cli - CLI utilities for the XVIZ protocol.
  • @xviz/io - Library for loading, accessing, and manipulating XVIZ data.
  • @xviz/parser - Client-side decoder and synchronizer for consuming XVIZ data.
  • @xviz/schema - Validation and schemas for the XVIZ protocol.
  • @xviz/server - A complete server module supporting the full XVIZ protocol.

And examples:

  • Sample converters that convert open datasets such as KITTI and Nutonomy to the XVIZ protocol.

Quick start

You need Node.js and yarn to run the examples.

# Clone XVIZ
$ git clone https://github.com/uber/xviz.git
$ cd xviz

# Install dependencies
$ yarn bootstrap

Convert and serve KITTI example data:

# Download KITTI data
$ ./scripts/download-kitti-data.sh

# Convert KITTI data if necessary and run the XVIZ Server and Client
$ ./scripts/run-kitti-example.sh

NPM Scripts

  • bootstrap - install dependencies
  • build - rebuild all modules
  • test - run full tests (lint, unit tests in node and headless browser)
  • test bench | bench - run benchmark tests
  • test bench-browser - run benchmark tests in browser
  • test node - run unit tests in Node
  • test browser - run tests in browser
  • test browser-headless - run tests in headless browser
  • lint - run lint
  • lint fix - run prettier
  • publish beta - publish beta release
  • publish prod - publish production release

Requirements for Contribution

The pre-commit hook yarn test-fast requires you to have jq installed:

brew install jq
Description
A protocol for real-time transfer and visualization of autonomy data
Readme Pixar 105 MiB
Languages
JavaScript 87%
Python 11.7%
Shell 1.2%
Dockerfile 0.1%