Skip to content

Commit

Permalink
Bug: roslib not being imported (#1818)
Browse files Browse the repository at this point in the history
* Added import of roslib for bug fix.

* Changed import to more specific import.
  • Loading branch information
dallinbriggs authored and dirk-thomas committed Aug 4, 2020
1 parent 5370e0b commit 854d31a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/rosbag/scripts/fix_msg_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

import sys
import rosbag.migration
import roslib.message

if __name__ == '__main__':
if len(sys.argv) != 3:
Expand Down

0 comments on commit 854d31a

Please sign in to comment.