Skip to content

jrversteegh/sensor_hub

 
 

Repository files navigation

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:

About

Sensor logging service application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.9%
  • C 7.1%
  • Python 3.2%
  • CMake 1.8%
  • Shell 1.0%
  • JavaScript 0.9%
  • Other 1.1%