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

https://github.com/slomkowski/szark

Autonomic robot platform.
https://github.com/slomkowski/szark

Last synced: 4 months ago
JSON representation

Autonomic robot platform.

Awesome Lists containing this project

README

          

# SZARK

Autonomic robot platform. Work in progress.

## Installation

Requred packages for Ubuntu:
```bash
apt-get install clang cmake git libboost-all-dev libjsoncpp-dev liblog4cpp5-dev libnl-genl-3-dev libnl-route-3-dev libopencv-dev libusb-1.0-0-dev libdw-dev
```

Steps to clone the repository:
```bash
git clone https://github.com/slomkowski/szark.git
cd szark/
git submodule init
git submodule update
```