Skip to content

Commit

Permalink
Verbose log when opening bags also in evo_traj (#290)
Browse files Browse the repository at this point in the history
Useful for large files that take longer to load.
  • Loading branch information
MichaelGrupp committed Jun 14, 2020
1 parent 45b943b commit d83d2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evo/main_traj.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def load_trajectories(args):
raise file_interface.FileInterfaceException(
"File doesn't exist: {}".format(args.bag))
import rosbag
logger.debug("Opening bag file " + args.bag)
bag = rosbag.Bag(args.bag)
try:
if args.all_topics:
Expand Down

0 comments on commit d83d2c4

Please sign in to comment.