-
Notifications
You must be signed in to change notification settings - Fork 912
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
rosbag play --topics is broken #620
Comments
Update: Just confirmed that the first variant ( Versions:
|
So, in summary the problem is this. This is how this worked in hydro:
In b7796fe, number (2) was removed, causing this bug. So, what to do about this?
|
Fixed with #624 |
Hey guys, would be great to see this fix in a release! |
The fix has still not been released into Indigo. Could we get another release please? |
The patch has been released a while ago and is sitting in shadow-fixed for a soak time. Due to other regressions it will sit there a bit more until it can be synced to the public repo. |
this seems to be broken on Lunar:
|
@nicolaerosia A recent regression has been fixed in #1156 which will be available with the next patch release. |
@dirk-thomas I should have searched more, thanks! |
On Indigo, I couldn't find a way to get
rosbag play --topics
to work. IIRC, on Hydro, the following used to work, but produces an error on Indigo:Ok, so I tried to humor rosbag:
Last try:
This doesn't produce an error, but of course now every message is replayed twice. Did I miss something obvious, or is this a regression from Hydro?
The text was updated successfully, but these errors were encountered: