aurora-opensource / streetscape.gl

Visualization framework for autonomy and robotics data encoded in XVIZ
http://www.streetscape.gl
MIT License
916 stars 222 forks source link

Support for information attached to objects #294

Closed toddmedema closed 2 years ago

toddmedema commented 5 years ago

And either rendered in the scene, or added to the object hover / selection pop-up.

Ideally, this is both for textual data and visualizations (ideally pie charts and line charts to start)

Two examples:

  1. When I click on an object in the scene, I want to see arbitrary debug text, such as the object ID
  2. While looking at the whole scene, I want to see debug information about all the objects in the scene at once, such as a pie chart rendered on the ground plane of each object indicating the detection % confidence for car vs pedestrian. Ideally it would also be possible to easily show vs hide this stream.
twojtasz commented 2 years ago

we have #1, #2 something that would be beyond default behavior and would need to be in a customization by a particular use-case.