Skip to content

DamenShipyards/sensor_hub

Repository files navigation

Damen Sensor Hub

Introduction

This readme provides some basic information about this service application. See the full documentation for further details.

Motivation

This service application was initially written for capturing data from Xsens motion and orientation sensing devices and either log or redistribute this data in raw or processed form. Additionally it is intended to serve as a sensor data collection service for maneuvring trial measurements.

Download

Use git clone --recurse-submodules <sensor hub repo> in order to checkout sub modules, or git submodule init && git submodule update after a 'regular' clone.

Building

On linux:

  • Requirements: gcc 4.7+, cmake 3.14+, boost 1.70+ (1.72 doesn't work)
  • Create a build directory and run cmake <source directory> in this directory.
  • Run make -j 4 && make test

On Windows: