-
Notifications
You must be signed in to change notification settings - Fork 251
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
Delay option for ros2 bag play #786
Comments
No reason, just hasn't been built
Assuming we iron out anything that comes up during code review, yes! Note: i've edited your original ticket (leaving all the original context) to lay out the feature request. Please check that it matches what you have in mind. |
Thank you for reply. |
@hayato-m126 Could you please clarify what a use cases for usage this |
@MichaelOrlov |
@hayato-m126 I would recomend to implement |
@MichaelOrlov Since delay is an option that existed in ROS1, Tier4 simply implemented the same functionality in the pull request associated with this issue. |
@hayato-m126 I understand that you are trying to repeat functionality from ROS1. However usage of the |
@MichaelOrlov I understand that wait_for_matched is suitable for the purpose of waiting for the subscriber to be ready, although the way of specifying the condition is a bit complicated. Thank you for your advice. |
I close this issue because the linked PR has been merged. |
Does "blind delay" here mean users usually don't know how much time needed to wait? |
Feature request
Add a commandline option
--delay
, which sleeps for the specified amount of time before starting to publish messages.This delay should also happen in between loops, when looping playback.
Original Ticket
I want to use the delay option of bag play that was implemented in ROS1, but it seems that it is not implemented in ROS2.
Is there any reason why it is not implemented in ROS2?
TierIV implemented the delay option in the forked repository below, if we submit a pull request to this official repository, will it be accepted?
https://github.com/tier4/rosbag2/pull/3/files
The text was updated successfully, but these errors were encountered: