Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming Plugin cannot be loaded #5

Closed
ClemensElflein opened this issue Sep 4, 2023 · 1 comment
Closed

Streaming Plugin cannot be loaded #5

ClemensElflein opened this issue Sep 4, 2023 · 1 comment

Comments

@ClemensElflein
Copy link

I have compiled the sample plugins in this repo and the compilation works as expected, but the streaming plugin cannot be loaded at runtime. The data load plugin loads as expected.

The error message is as follows:

➜  ~ plotjuggler
Loading compatible plugins from directory:  "/home/clemens/plotjuggler-sample-plugins/cmake-build-debug"
"libPlotJugglerDataSample.so is a DataLoader plugin"
"libPlotJugglerStreamSample.so" :  "Failed to extract plugin meta data from '/home/clemens/plotjuggler-sample-plugins/cmake-build-debug/libPlotJugglerStreamSample.so'"
Number of plugins loaded:  1 

I have compared the dataloader and streamer plugin and the CMake file and sources look identical for the most part. I'm not sure where the issue is. Do you have any idea?

I'm using the latest version of plotjuggler, built from main. (PlotJuggler-3 3.7.1)

Thank you for any input on this!

@ClemensElflein
Copy link
Author

never mind, #4 solves the loading issue for me. Sorry for not checking PRs first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant