Skip to main content

Installation

On every release, all rovercom definitions are transpiled to Go, C, Python and TypeScript files.

You can install rovercom as a Go package for your Go module as follows:

# Install latest version
go get github.com/VU-ASE/rovercom
# Install a specific version
go get github.com/VU-ASE/rovercom@v1.5.1

Additionally you will need to install the general proto package:

go get google.golang.org/protobuf