# Go-LCM

[![GoDoc](https://godoc.org/github.com/lcm-proj/lcm/lcm-go/lcm?status.svg)](https://godoc.org/github.com/lcm-proj/lcm/lcm-go/lcm)
[![Go Report Card](https://goreportcard.com/badge/github.com/lcm-proj/lcm/lcm-go/lcm)](https://goreportcard.com/report/github.com/lcm-proj/lcm/lcm-go/lcm)

  Golang extension module allowing access to the Lightweight Communications and
  Marshaller (LCM) library from Go.

  https://github.com/lcm-proj/lcm

## INSTALLATION
  - go get github.com/lcm-proj/lcm/lcm-go/lcm

## BUILD REQUIREMENTS:
  - System with support for Go
  - System with build support for LCM (see lcm docs)

## AUTHORS:

  - Jonas Kahler <jonas@derkahler.de>
  - Gustaf Johansson <gustaf@pinon.se>

  - And the [LCM AUTHORS](https://github.com/lcm-proj/lcm/blob/master/AUTHORS)

## LICENSE:

  Same as LCM, [COPYING](https://github.com/lcm-proj/lcm/blob/master/COPYING)
