-
-
Notifications
You must be signed in to change notification settings - Fork 641
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
Comments
I'd like to second this. It is also mentioned in issue #836 SponsoringI'd maybe able to sponsor this fix. How to ReproduceI made a repository https://github.com/kdhansen/bounded-juggle with a publisher and two message definitions. One with a bounded sequence and one with an unbounded.
|
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:
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?
The text was updated successfully, but these errors were encountered: