-
Notifications
You must be signed in to change notification settings - Fork 45
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
std::bad_alloc on ROS2 Bag load #63
Comments
Hello, I met this probelm, too. Had you fugure out this problem? |
Hi, |
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 :
It seems it doesn't use sourced interfaces like the Debian version. To sum-up, from what I've experienced:
|
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
The text was updated successfully, but these errors were encountered: