aurora-opensource / streetscape.gl

Visualization framework for autonomy and robotics data encoded in XVIZ

Home Page:http://www.streetscape.gl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

website-demo breaks when xviz vertices contain #/accessors/x

BXYMartin opened this issue · comments

commented

Hi,

I am using this tool to convert and visualize nutonomy scenes, after converting the dataset into xviz format and try to load it in the website demo, I am getting a blank page. The error comes from filterVertices in normalizeXVIZPrimitive and it breaks when the input is not a number array.

image

Not sure if it is a bug with visualizer or with xviz writer library.

Thanks in advance!

commented

So it seems that the actual problem is with unknown object class missing styles. Checking the colormap in xviz conversion script solved my problem here.