An open API service indexing awesome lists of open source software.

https://github.com/psigen/lri

Lightweight Robotics IPC library
https://github.com/psigen/lri

Last synced: about 1 year ago
JSON representation

Lightweight Robotics IPC library

Awesome Lists containing this project

README

          

lri
===

lri is a Lightweight Robotics IPC library.

Requirements
------------
* CMake 2.8.8+
sudo add-apt-repository ppa:irie/cmake
sudo apt-get install cmake

* ZeroMQ 3.2+
sudo add-apt-repository ppa:chris-lea/zeromq
sudo apt-get install libzmq3-dev

* Protocol Buffers
sudo apt-get install libprotobuf-dev