-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
Cannot load .bag files on Windows version #346
Comments
The windows version DOES NOT support ROS The error on Ubuntu is worse. I am not sure how to reproduce this, since it seems to work for everybody else. |
I guess I'm facing the same Ubuntu issue: Stack trace (most recent call last):
#22 Object "", at 0xffffffffffffffff, in
#21 Object "/opt/ros/melodic/lib/plotjuggler/PlotJuggler", at 0x55b1664ef759, in main
#20 Source "/build/glibc-S7xCS9/glibc-2.27/csu/../csu/libc-start.c", line 310, in __libc_start_main [0x7fbc110b1bf6]
#19 Object "/opt/ros/melodic/lib/plotjuggler/PlotJuggler", at 0x55b1664eeef8, in main
#18 Object "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5", at 0x7fbc120a388e, in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
#17 Object "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0", at 0x7fbc0f31c6db, in g_main_context_iteration
#16 Object "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0", at 0x7fbc0f31c64f, in g_main_context_dispatch
#15 Object "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0", at 0x7fbc0f31c416, in g_main_context_dispatch
#14 Object "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5", at 0x7fbc120a4262, in QEventDispatcherGlibPrivate::runTimersOnceWithNormalPriority()
#13 Object "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5", at 0x7fbc1204d04c, in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)
#12 Object "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5", at 0x7fbc1204a8d7, in QCoreApplication::notifyInternal2(QObject*, QEvent*)
#11 Object "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5", at 0x7fbc12dd0103, in QApplication::notify(QObject*, QEvent*)
#10 Object "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5", at 0x7fbc12dc883b, in QApplicationPrivate::notify_helper(QObject*, QEvent*)
#9 Object "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5", at 0x7fbc1207a0c1, in QObject::event(QEvent*)
#8 Object "/usr/lib/x86_64-linux-gnu/libQt5Network.so.5", at 0x7fbc13847d48, in QHttpMultiPart::qt_metacall(QMetaObject::Call, int, void**)
#7 Object "/usr/lib/x86_64-linux-gnu/libQt5Network.so.5", at 0x7fbc137b775e, in QHttpPart::setBody(QByteArray const&)
#6 Object "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5", at 0x7fbc12079554, in QMetaObject::activate(QObject*, int, int, void**)
#5 Object "/usr/lib/x86_64-linux-gnu/libQt5Network.so.5", at 0x7fbc13753038, in QNetworkAccessManager::createRequest(QNetworkAccessManager::Operation, QNetworkRequest const&, QIODevice*)
#4 Object "/usr/lib/x86_64-linux-gnu/libQt5Network.so.5", at 0x7fbc1374ef83, in QNetworkAccessManager::supportedSchemes() const
#3 Object "/usr/lib/x86_64-linux-gnu/libQt5Network.so.5", at 0x7fbc1374e1a1, in QNetworkAccessManager::finished(QNetworkReply*)
#2 Object "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5", at 0x7fbc1207966e, in QMetaObject::activate(QObject*, int, int, void**)
#1 Object "/opt/ros/melodic/lib/plotjuggler/PlotJuggler", at 0x55b1664ff64e, in main
#0 Object "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5", at 0x7fbc11eebcbc, in QString::toInt(bool*, int) const
Segmentation fault (Signal sent by the kernel [(nil)])
/opt/ros/melodic/bin/plotjuggler: line 20: 14529 Segmentation fault (core dumped) rosrun plotjuggler PlotJuggler Maybe this should be another Github ticket? |
facontidavide
added a commit
that referenced
this issue
Nov 23, 2020
Closed
Hello. Thank you por your answer. It would be interesting if Windows version could load .bag files. By the way, I updated the Ubuntu version and now it works. Best regards. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
I have installed the Windows version of PlotJuggler and when I run it and try to load a .bag file, there is no option to do that, just .csv and .ulg files. I saw videos of people loading .bag files, so I supose it is possible but I don't know how.
By the way, I installed it in my Ubuntu PC through apt-get, and when I run it with rosrun command an error appears:
Segmentation fault (core dumped)
I hope anyone can help me.
Best regards.
Alessandro
The text was updated successfully, but these errors were encountered: