We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upon startup, PlotJuggler prints the following error message:
"libDataStreamROS.so" : "Cannot load library /opt/ros/melodic/lib/plotjuggler/libDataStreamROS.so: (/opt/ros/melodic/lib/plotjuggler/libDataStreamROS.so: undefined symbol: _ZN13DataStreamROS13clockCallbackERKN5boost10shared_ptrIKN13rosgraph_msgs6Clock_ISaIvEEEEE)"
I was able to pinpoint this problem to datastream_ROS.cpp not implementing
PlotJuggler/plugins/ROS/DataStreamROS/datastream_ROS.h
Line 53 in ffc5e5a
The text was updated successfully, but these errors were encountered:
For some reason, I don't get this error in Kinetic. THANKS for reporting
Sorry, something went wrong.
fix issue #254
659073a
No branches or pull requests
Upon startup, PlotJuggler prints the following error message:
I was able to pinpoint this problem to datastream_ROS.cpp not implementing
PlotJuggler/plugins/ROS/DataStreamROS/datastream_ROS.h
Line 53 in ffc5e5a
The text was updated successfully, but these errors were encountered: