-
Notifications
You must be signed in to change notification settings - Fork 261
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
Recording bag with message compression not implemented #413
Comments
Thanks for reporting this - I think our fix for Foxy will be to not allow the |
@prajakta-gokhale the fix for this was merged in #415 via not exposing the unimplemented functionality - adding the actual feature is tracked in #414 - what was the reason this was sent back to "in progress"? |
I moved it to Done (from Closed) so we would go over it during Sprint Review and close it with consensus. I think some automation moved it to In Progress when I changed sprint milestones. |
Hi all, what should we do with this issue? Should we close it, as it is being worked on in #414 as Emerson pointed out? |
Yes, we will close this as it now reports correctly. |
This was resolved with #415 but we had blocked actually closing the issue (in favor of keeping in the "Done" column on ZenHub) due to an outdated process. Sorry for the confusion. |
Description
When I try to record a bag with the compression mode
zstd
and formatmessage
, the bag closes with an error after the first message.Expected Behavior
I expect to be able to record a bag with the following command:
Actual Behavior
I can start a bag recording with the above command, but seemingly as soon as a message is sent, the recording stops with a
Not implemented
error. Here is the printout:After starting recording, but before a message is sent:
Then when a message is sent:
Note that I tried both publishing to a topic, using
ros2 topic pub
like below, and starting a larger project, i.e., turtlebot, which publishes its state. Both produced the same error.To Reproduce
ros2 topic pub /foo std_msgs/msg/String data:\ \'Hi\'\
. This should produce the above error.System
The text was updated successfully, but these errors were encountered: