streetscape.gl
streetscape.gl copied to clipboard
Visualization framework for autonomy and robotics data encoded in XVIZ
Hi, I spent a chunk of time digging into what was happening. For some context I'm rendering DeepMap elements into the UI via the `customLayers` prop on the `LogViewer`. I...
on pad I can not use a single finger to let viewState changes,just could move parelle and zoom
Hello, When trying to run streetscape frontend and switch to driver view, a crash happens once we start to move the camera with the message "Uncaught Error: failed to invert...
Is is project still under development?
We are trying to provide the xviz server live data, including async data from different sources. However, the latency in streetscape view is up to 2 seconds. We are wondering...
Hi All, I am trying to implement Zoom in/out feature which mouse scrolling wheel is taking as the center of the windows screen rather than its default pointer as the...
Hi, I'm trying to display a popup when an object is selected. The `LogViewer` looks exactly like in https://github.com/uber/streetscape.gl/blob/master/examples/website-demo/src/map-view.js. First try was with a simple `renderObjectLabel`, like: ```javascript const renderObjectLabel...
Hello, I have an issue that seems to be related to #357, where I cannot seem to add custom layers. I have added created a point cloud layer as: ```...
Is there an ability to change the size of the boxes (the labeled objects) live on the scene?
Enabling `highPrecisionDash` in the LaneLayer doesn't appear to handle segments which are shorter than the dash. The result is that no gaps are visible and a lane marker that should...