forked from ros2/rosbag2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updates the play_next API to play N messages. - Makes tests pass with the previous functionality (just one message). - No change to the ROS interface. * Changes PlayNext.srv interface definition and modifies the player accordingly. * Adds tests for play_next(N). * Update rosbag2_transport/src/rosbag2_transport/player.cpp * Apply suggestions from code review Co-authored-by: Geoffrey Biggs <[email protected]> * Adds clarification string Co-authored-by: Geoffrey Biggs <[email protected]>
- Loading branch information
1 parent
8fd9d6f
commit 5a41c51
Showing
4 changed files
with
148 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
uint64 num_messages 1 # backwards compatible, default value is 1 | ||
--- | ||
bool success # can only play-next while playback is paused |
This file contains 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
This file contains 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
This file contains 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