Getting Started with SDV-Runtime
This guide will help you quickly set up SDV-Runtime and create your first vehicle application.
Reading Guide
- Start here for a quick overview of SDV-Runtime setup
- Next, check Installation Details for detailed setup instructions
- Then, follow the First Application guide to build your first app
- After that, explore the Reference section for in-depth information
Overview
SDV-Runtime is a containerized environment for Software Defined Vehicle (SDV) development that provides:
- Pre-installed and configured SDV components
- Integration with the playground.digital.auto platform
- Tools for developing and testing vehicle applications
Quick Installation
- Ensure you have Docker installed on your system
- Run the following command:
docker run -d -e RUNTIME_NAME="MyFirstSDVRuntime" ghcr.io/eclipse-autowrx/sdv-runtime:latest
- Navigate to playground.digital.auto and select your runtime
Development Workflow
A typical development workflow with SDV-Runtime includes:
- Start the SDV-Runtime container using the command above
- Connect to playground.digital.auto and select your runtime
- Explore available vehicle signals through the VSS browser
- Develop your application using the Python editor
- Test your application within the playground environment
Navigation
Previous: ← Data Flows | Next: Installation Details →