You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
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!
The text was updated successfully, but these errors were encountered: