xviz icon indicating copy to clipboard operation
xviz copied to clipboard

A protocol for real-time transfer and visualization of autonomy data

Results 126 xviz issues
Sort by recently updated
recently updated
newest added

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

This allow you to save data from an XVIZ server to disk so you can server it up with the example server. It's waiting on two things: - tests -...

This is a plan for full client conformance test system. With the motivation to support an ecosystem of clients, to make the spec allowing an ecosystem of servers.

Lets get the discussion started.

Wanted to start a draft of what I've been working on. Its pretty ugly (Disclaimer, I'm a pretty shitty NodeJS/Javascript developer :P) , and needs a lot of refactoring and...

Hi team, This is my cpp implementation of XVIZ protocol [wx9698/xviz](https://github.com/wx9698/xviz). I have used it in my project [CarlaViz](https://github.com/wx9698/carlaviz). This version has implemented most builders and a simple server. This...

Expose proto folder so we can use proto file to generate flow type. Export parseTimesliceDataV2 b/c the parse-xviz-message-sync is requiring certain data shape (checking `typeKey` etc). If we were to...

I did some changes to the python version API: 1. Point clouds and images are stored separately to improve serialization performance of large point cloud 2. Add type hints to...

Hi, when I tried to create a treetable I found that I was not able to set a parent id. This fix worked for me. Or is this not necessary...

It is important to use different host servers when you run your servers on multiple machines and want to visualize data from multiple hosts like in this tutorial https://avs.auto/#/streetscape.gl/advanced-topics/display-multiple-logs Surprisingly...