Open AntoineHX opened 1 year ago
Hello, I met this probelm, too. Had you fugure out this problem?
Hi, Unfortunately, I didn't solve this problem. The only workaround I've found is to replay the rosbag from the command line and subscribe to its topics with plotjuggler. A bit cumbersome for long recordings... Hope it helps anyway ! Cheers
Yeah... Now I use it in the same way. Really cumbersome. Even I reinstall it still fail....
Please share a rosbag to reproduce the issue
can you tell me if the snap version is affected?
The snap version seems to work fine for built-in messages. But I didn't manage to use custom messages with it :
The plugin thrown the following exception:
package 'su_dsg_interfaces' not found, searching: [/snap/plotjuggler/100/opt/ros/foxy]
It seems it doesn't use sourced interfaces like the Debian version.
To sum-up, from what I've experienced:
Snap : Loading ROS2 bag working. Custom messages types not supported (Subscribing or bag loading): custom_record.zip
Debian: Subscribing with custom messages types working. Any bag loading makes it crash: simple_record.zip
Hi,
I was trying to load a simple ROS2 bag with the load data from file (by selecting the metadata.yaml of the ROSbag) but it always throw the same error (std::bad_alloc) while loading the data. While replaying the bag through ros2 bag play and subscribing to the topic with Plotjuggler works perfectly fine. I'm using plotjuggler latest version with plotjuggler-ros-plugins v1.7.3. Is this an expected behavior ?
The metadata of the simple ROSBag :
The stack trace :
Cheers