Access tooling repositories

This page explains how to access Git repositories for SDV telemetry tools and setup scripts. These supplementary repositories are hosted on sdv.googlesource.com, a Gerrit-on-Borg host. You must complete a one-time setup to access this host.

Available repositories

  • /sdv-setup: Contains scripts that automate setting up the SDV development environment and building SDV source code, as described in Download, build, and run.
  • /mcg-external: Source code for the Metrics Configuration Generator, a tool that simplifies authoring SDV telemetry configurations.
  • /cloud_telemetry_simulation-external: Source code for Cloud Telemetry Simulation, a platform that provides a scalable, on-demand infrastructure to run vehicle telemetry simulations on Google Cloud.

Get access

  1. Create an account on the Gerrit host:
    1. Before you visit the Google Account sign-in page, sign out of any gmail.com or other Google domain services accounts. You can use an incognito browsing window to do this.
    2. Go to sdv.googlesource.com and create an account using the Google Account you are viewing this documentation with.
  2. Configure your local environment to authenticate with Git using HTTP-based authentication (gitcookies):
    1. Click Generate Password in the top menu.
    2. Follow the on-screen instructions to authenticate. The instructions include running a script in your terminal. This script configures Git to use an authentication cookie stored in your $HOME/.gitcookies file.

Clone repositories

After you authenticate, you can clone the repositories you want to use with standard Git commands.

Set up scripts

To clone the setup scripts, use the following command:

git clone https://sdv.googlesource.com/external/sdv-setup

Metrics configuration generator

To clone the Metrics Configuration Generator, use the following command:

git clone https://sdv.googlesource.com/external/mcg-external

Cloud simulation tools

To clone the Cloud simulation tools, use the following command:

git clone https://sdv.googlesource.com/external/cloud_telemetry_simulation-external