Skip to content
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

Creating a ROS2 message using arrays and bounded types gives not enough memory in buffer error #881

Open
RahulRavichandran1 opened this issue Nov 3, 2023 · 0 comments

Comments

@RahulRavichandran1
Copy link

When a ROS2 message with bounded types is used, for example:
int32[<=5] up_to_five_integers_array

Importing a Rosbag with this message, gives an error:

The plugin [DataLoad ROS2 bags] thrown the following exception: 

 Not enough memory in the buffer stream

Once i change the message to and create a rosbag :
int32[] up_to_five_integers_array

the error message disappears.

Could this is fixed, to allow bounded types array to be imported in plotjuggler?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant