-
Notifications
You must be signed in to change notification settings - Fork 914
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make new argument optional to restore API compatibility * Fix rosbag's internal _read_message API * Correct return_connection_header's default value from None to False * Add return_connection_header=False arg ... 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)
- Loading branch information
1 parent
36d5416
commit 3512ae8
Showing
1 changed file
with
11 additions
and
8 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