-
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
Player and recorder #58
Comments
At the moment, you can only use By design, there will be a C-Interface for rosbag2 (which will reside in the rosbag2 package), but it is not implemented yet. |
thank you..does it have a backward compatibility ? like can it play ros1 bag files |
Not yet - see #17 |
Since this is a question and not an issue, per-se, I'm going to close this out. If you'd like to continue the conversation, it would probably be good to use https://answers.ros.org for this. Thanks! |
1. Fixed some findings from Clang-Tidy 1. Some renames according to the ROS2 coding style 1. Add default initializations for member variables 1. Moved code responsible for adding schema and channel from write(msg) to create_topic(topic) method to reduce performance burden on first message write and in lieu to preparation for moving schema collection process to upper SequentialWriter layer. Signed-off-by: Michael Orlov <[email protected]> Signed-off-by: Michael Orlov <[email protected]>
1. Fixed some findings from Clang-Tidy 1. Some renames according to the ROS2 coding style 1. Add default initializations for member variables 1. Moved code responsible for adding schema and channel from write(msg) to create_topic(topic) method to reduce performance burden on first message write and in lieu to preparation for moving schema collection process to upper SequentialWriter layer. Signed-off-by: Michael Orlov <[email protected]> Signed-off-by: Michael Orlov <[email protected]> Signed-off-by: James Smith <[email protected]>
Label-Question:
Do we have player and recorder functionality available to use like in rosbag?
The text was updated successfully, but these errors were encountered: