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 regressions from 1372 #1473

Merged
merged 4 commits into from
Aug 6, 2018
Merged

fix regressions from 1372 #1473

merged 4 commits into from
Aug 6, 2018

Conversation

dirk-thomas
Copy link
Member

@dirk-thomas dirk-thomas commented Aug 3, 2018

This patch addresses multiple problems introduced by #1372 and closes #1432:

dirk-thomas and others added 4 commits August 3, 2018 13:42
... to seek_and_read_message_data_record, for BagReady102.

Otherwise we get this error (e.g. using rqt_bag):
  File ".../lib/python2.7/dist-packages/rosbag/bag.py", line 1299, in _read_message
    return self._reader.seek_and_read_message_data_record(position, raw)
    TypeError: seek_and_read_message_data_record() takes exactly 4 arguments (3 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rosbag - _read_message in bag.py throws exception
3 participants