githubEdit

Generic Devices

Run the API locally on your own device

Known working devices

Cameras

Controllers

Running from source

Robopipe API is open source and free for anyone to download, play with, and modify. Follow these steps to get Robopipe API running on your local device. The source code can be found herearrow-up-right.

System requirements

Before you run Robopipe API on your device, make sure you have the following prerequisites.

Running the API

Clone the Robopipe API GitHub repositoryarrow-up-right.

In your terminal, change directory to the one containing the Robopipe API source code.

Set up and activate virtual environment (this step is optional if you have venv already active).

Configure the API according to configuration reference.

Install dependencies.

Run the API.

Last updated