Skip to content
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

Fix publishing of selected topics from bag file #1156

Merged
merged 1 commit into from
Sep 14, 2017
Merged

Fix publishing of selected topics from bag file #1156

merged 1 commit into from
Sep 14, 2017

Conversation

kartikmohta
Copy link
Contributor

@kartikmohta kartikmohta commented Aug 31, 2017

Selecting a subset of topics to publish from a bag file is not working, seems to be a regression from d1d1711.

$ rosbag play --topics /tf test.bag
Usage: rosbag play BAGFILE1 [BAGFILE2 BAGFILE3 ...]
rosbag: error: You must specify at least 1 bag file to play back.
$ rosbag play test.bag --topics /tf
[ INFO] [1504144739.942816979]: Opening --rate-control-max-delay
[FATAL] [1504144739.943025646]: Error opening file: --rate-control-max-delay



Selecting a subset of topics to publish from a bag file is not working:

$ rosbag play --topics /tf test.bag
Usage: rosbag play BAGFILE1 [BAGFILE2 BAGFILE3 ...]
rosbag: error: You must specify at least 1 bag file to play back.

$ rosbag play test.bag --topics /tf
[ INFO] [1504144739.942816979]: Opening --rate-control-max-delay
[FATAL] [1504144739.943025646]: Error opening file: --rate-control-max-delay
@kartikmohta kartikmohta changed the title Fix publishing of selected topics from bag file, regression from d1d1711 Fix publishing of selected topics from bag file Aug 31, 2017
@dirk-thomas
Copy link
Member

Thank you for the fix.

@dirk-thomas dirk-thomas merged commit 256e00f into ros:lunar-devel Sep 14, 2017
@kartikmohta kartikmohta deleted the fix/rosbag-selected-topics branch September 14, 2017 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants