streetscape.gl
streetscape.gl copied to clipboard
Visualization framework for autonomy and robotics data encoded in XVIZ
I am currently trying to visualize two XVIZ streams with different timestamps, but here the issues occurs that the overall visualization is flickering. Lets say I have a first stream...
Hi Thanks for the amazing toolkit. I wanted to get some suggestions/idea for the metric/plot visualisation capable of zooming in and out. From what i have read such feature is...
Problem description:Input at vscode terminal:gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world,report errors Error description:Cloning into 'hello-world'... ERROR Command failed with exit code 128: git clone https://github.com/gatsbyjs/gatsby-starter-hello-world.git hello-world --recursive --depth=1 Error: Command failed with...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
https://github.com/aurora-opensource/streetscape.gl/issues/547
 To test locally: ```bash git checkout x/measure-layer yarn bootstrap cd test/app/measure yarn start-local ``` There are several ways we can package this. Changes to the core can be published...
Reasoning: DYNAMIC_STREAM_METADATA configuration should be decoupled from streamSettings. Current behavior: when DYNAMIC_STREAM_METADATA is set to true, and streamSettings is not set, the _onXVIZTimeslice throws an error for `in` operator Expected...
Adding some changes to add compatibility with protobuf
The `evt` variable has a boolean attribute `rightButton` indicating whether it is a right click or not. The current code `evt.which === 3` does not seem to work.