This repository contains an experimental extension module to Skybrush Server that adds support for Qualisys mocap systems for indoor drone tracking.
-
Check out this repository using git.
-
Install
poetryif you haven't done so yet;poetryis a tool that allows you to install Skybrush Server and the extension you are working on in a completely isolated virtual environment. -
Run
poetry install; this will create a virtual environment and install Skybrush Server with all required dependencies in it, as well as the code of the extension. -
Run
poetry shellto open a shell associated to the virtual environment that you have just created. -
Modify
skybrushd.jsoncto point to the host where the Qualisys Track Manager app is running. -
In the shell prompt, type
skybrushd -c skybrushd.jsoncto start the server with a configuration file that loads the extension.