Git Product home page Git Product logo

plotjuggler-lsl's Introduction

PlotJuggler Lab Streaming Layer plugin

This repository contains a streaming plugin for PlotJuggler that uses the Lab Streaming Layer.

You can find additional information about LSL here: https://labstreaminglayer.readthedocs.io/info/intro.html

Build

To build this plugin, PlotJuggler must be installed in your system.

For instance, in Linux, you should perform a full compilation and installation:

git clone https://github.com/facontidavide/PlotJuggler.git
cd PlotJuggler
mkdir build; cd build
cmake ..
make
sudo make install

The compile this plugin:

git clone --recurse-submodules https://github.com/PlotJuggler/plotjuggler-lsl.git
cd plotjuggler-lsl
mkdir build; cd build
cmake -DPlotJuggler_LIBRARY:FILEPATH="/usr/local/bin/" ..
make
sudo make install

The compile this plugin for Windows:

git clone --recurse-submodules https://github.com/PlotJuggler/plotjuggler-lsl.git
cd plotjuggler-lsl
mkdir build; cd build
cmake -DPlotJuggler_LIBRARY:FILEPATH="C:/YOURPATH/PlotJuggler/build/lib" -DPlotJuggler_INCLUDE_DIR:FILEPATH="C:/YOURPATH/PlotJuggler/plotjuggler_base/include" ..
make
sudo make install

Plugin installation

If PlotJuggler can't find this plugin, check the folder where the file libDataStreamLSL.so is located and add it manually in:

App -> Preferences... -> Plugins

Code contributed by:

  • Celal Savur (@csavur)
  • Shitij Kumar (@spk4422)
  • Mazin Ali (@mazinms)

plotjuggler-lsl's People

Contributors

csavur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

plotjuggler-lsl's Issues

CMake Error

I am trying to install the plugin using an Ubuntu terminal on Windows. I could build PlotJuggler and it works without any problems. When I try to build the plotjuggler-lsl plugin, I get the following error:

CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find PlotJuggler (missing: PlotJuggler_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (FPHSA_FAILURE_MESSAGE)
cmake/FindPlotJuggler.cmake:56 (find_package_handle_standard_args)
CMakeLists.txt:96 (find_package)

I tried cloning the directory to different folders, including directly inside the PlotJuggler folder but to no avail. Could you please help me building the plugin?

Windows support

(Moving this from here).

Currently the Windows LSL plugin is disabled due to build issues, would be nice if this could be fixed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.