Skip to content

CARLA Observability Toolkit v1.0.0

Latest

Choose a tag to compare

@Dumpy250 Dumpy250 released this 08 May 05:09
df9bac0

CARLA Observability Toolkit v1.0.0

Initial public release of the CARLA Observability Toolkit (COT).

Features

  • CARLA telemetry collection pipeline
  • Structured run lifecycle management
  • CSV and JSON run artifact generation
  • Event logging and validation tooling
  • React-based observability dashboard
  • Run comparison and telemetry visualization
  • Flask backend API
  • Automated validation and reporting scripts
  • Run-centric experiment workflow

Architecture

  • Python backend with Flask API
  • React + Vite frontend
  • Metric bus event pipeline
  • Modular collector architecture
  • Run artifact validation system

Included Documentation

  • README and setup instructions
  • API documentation
  • Test plan and validation coverage
  • Architecture and data model documentation

Verification

Verified with:

  • python -m pytest -v
  • python -m compileall src scripts backend tests
  • npm run build

Notes

This release represents the final academic capstone submission version for Spring 2026.