What is the Autonomous Visualization System (AVS)?
masterAVS is a standardized framework for describing and visualizing autonomous vehicle data, specifically perception, motion, and planning data. It is composed of two primary pillars that work together:
- XVIZ: The data specification and management layer. It provides a formal, stream-oriented way to describe scenes changing over time using primitives (e.g., LiDAR point clouds, camera images, trajectories).
- streetscape.gl: The component toolkit for building web applications. It consumes XVIZ data to provide 3D viewports, charts, tables, and video players.
Developers use AVS to avoid building custom visualization software from scratch, allowing them to focus on core autonomy capabilities like drive systems, mapping, and simulation.