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
- Create an account on the Gerrit host:
- Before you visit the Google Account sign-in page, sign out of any
gmail.comor other Google domain services accounts. You can use an incognito browsing window to do this. - Go to
sdv.googlesource.comand create an account using the Google Account you are viewing this documentation with.
- Before you visit the Google Account sign-in page, sign out of any
- Configure your local environment to authenticate with Git using HTTP-based
authentication (
gitcookies):- Click Generate Password in the top menu.
- 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/.gitcookiesfile.
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