[backport galactic] Add delay option (#789)#812
Merged
emersonknapp merged 1 commit intoros2:galacticfrom Jul 8, 2021
Merged
Conversation
* Add delay option Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Contributor
Author
|
@emersonknapp |
Collaborator
|
Gist: https://gist.githubusercontent.com/emersonknapp/97a451551771a9fed8afddcdba54bcb0/raw/5bc241dd47b8bc94613144181a64900e453a0b6e/ros2.repos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #789 to Galactic.
In this PR I added --delay option like,
ros2 bag play <rosbag2 file> -d 5If you have galactic rosbag2 installed, remove it before build to prevent wrong include.
sudo apt remove ros-galactic-rosbag2*