-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jazzy] Add optional '--topics' CLI argument for 'ros2 bag record' (b…
…ackport #1632) (#1640) * Add optional '--topics' CLI argument for 'ros2 bag record' (#1632) * Add optional "--topics" CLI parameter for recorder - Deprecate positional "topics" parameter. - Add test coverage for non-trivial cases in the recorder CLI parser. Signed-off-by: Michael Orlov <[email protected]> * Use "--topics" instead of positional argument in integration tests Signed-off-by: Michael Orlov <[email protected]> * Cleanup in the recorder CLI help section Signed-off-by: Michael Orlov <[email protected]> * Add empty line to the end of the pytest.ini Signed-off-by: Michael Orlov <[email protected]> * Add deprecation notice for positional topics argument in help section Co-authored-by: Tomoya Fujita <[email protected]> Signed-off-by: Michael Orlov <[email protected]> --------- Signed-off-by: Michael Orlov <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]> (cherry picked from commit 9146878) * Remove warning about deprecation of the positional "topics" argument Signed-off-by: Michael Orlov <[email protected]> --------- Signed-off-by: Michael Orlov <[email protected]> Co-authored-by: Michael Orlov <[email protected]>
- Loading branch information
1 parent
8c49903
commit 8e7e450
Showing
4 changed files
with
316 additions
and
171 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,4 @@ | ||
[pytest] | ||
junit_family=xunit2 | ||
# flake8 in Ubuntu 22.04 prints this warning; we ignore it for now | ||
filterwarnings=ignore:SelectableGroups:DeprecationWarning |
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
Oops, something went wrong.