Skip to main content

Pilot Automation Command Line Utility

Project description

# Pilot Config Tool

Configuration tool for the Pilot Automation Platform

This tool configures the firmware for your Pilot Mainboard and attached modules. You need at least a supported single board computer (SBC, currently Raspberry Pi and Google Coral are supported) and a Pilot Mainboard attached to it.

There are two options: - Install pilot-config locally on the SBC - Install pilot-config on a PC that can access the SBC via SSH

## Installation sudo pip3 install pilot-config

## Upgrade sudo pip3 install –upgrade pilot-config

## Run locally (on the single board computer) sudo pilot setup

## Run remotely pilot setup –host [IP] –user [user] –password [password]

[IP] = hostname or IP address of your SBC [user] = SSH username [password] = SSH password

## Infos when regerating Protos

If generate_protobuf.sh is run, the import in grpc_gen/pilotbuild_pb2_grpc.py is not generated correctly. You need to change the import in line 5 to: ` python from . import pilotbuild_pb2 as pilotbuild__pb2 `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pilot-config-2.5.14.tar.gz (2.4 MB view hashes)

Uploaded Source

Built Distribution

pilot_config-2.5.14-py3-none-any.whl (2.7 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page