ANYbotics / rqt_multiplot_plugin

An rqt plugin for visualizing numeric values in multiple 2D plots.
GNU Lesser General Public License v3.0
125 stars 41 forks source link

Crash with Kinetic #2

Closed AlexandreBorowczyk closed 8 years ago

AlexandreBorowczyk commented 8 years ago

Hi,

I've followed the instruction to build from source to try to use multiplot on Ubuntu 16.04 with Ros kinetic. The cakin_make process was successful but unfortunately the plugin encounter a issue at launch.

If launch through rqt, rqt crash without warning. If launch with rosrun rqt_multiplot rqt_multiplot, the following error is observed: Segmentation fault (core dumped)

Is their specific step/workaround to use this tool with Kinetic?

Thanks

samuelba commented 8 years ago

There is a kinetic-devel branch, that should work with ROS Kinetic, please build this branch until the branch is merged into master.

AlexandreBorowczyk commented 8 years ago

Hi, thx for the tip. I've build from the kinetic-devel, I'm now able to launch rqt_multiplot and view plot from rosbag when using the import from bag file feature. However when trying to plot from topics it doesn't work.

samuelba commented 8 years ago

Thanks for reporting, that's a bug. In QT5 they changed the function declaration of connectNotify from the QObject class. I'll fix that.

samuelba commented 8 years ago

fixed with the latest commit on kinetic-devel.

AlexandreBorowczyk commented 8 years ago

Hi, Pulled un latest kinetic-devel, everything works great! Thanks

vinbo commented 5 years ago

fixed with the latest commit on kinetic-devel.

still not work, with the kinetic-devel, any idea? thanks