streetscape.gl icon indicating copy to clipboard operation
streetscape.gl copied to clipboard

Visualization framework for autonomy and robotics data encoded in XVIZ

Results 118 streetscape.gl issues
Sort by recently updated
recently updated
newest added

I have a scenario where I create a large polygon which shows the current field of view of the sensor. This polygon should be transparent (so opacity is set to...

I facing error "Not allowed to load local resource: file:///C:/Users/uberavs/xviz-data/dataset1/0-frame.json" while trying to visualise in get-started folder using yarn start-local command. But the same dataset works fine while trying to...

before (not accessible) http://www.streetscape.gl/ after (inside AVS Home) https://avs.auto/#/streetscape.gl/overview/introduction

Hey, I would like to know if streetscape.gl and the xviz protocol could be used to not only reproduce the log from a simulation but also control the simulation. For...

The function getLogState has the following structure:| `const getLogState = (log, ownProps) => ({ timestamp: log.getCurrentTime(), frame: log.getCurrentFrame() }); ` The frame property can sometimes be null, which causes the...