Skip to content

Commit

Permalink
Merge pull request #36 from AIT-Assistive-Autonomous-Systems/35-filed…
Browse files Browse the repository at this point in the history
…-to-load-entry-point-plot

Fix get_reader_options import
  • Loading branch information
devrite authored Jul 29, 2024
2 parents 439c8d8 + cf6957b commit edcdb57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ros2bag_tools/ros2bag_tools/verb/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@

import matplotlib.pyplot as plt
from ros2bag.api import add_standard_reader_args
from ros2bag.verb import get_reader_options
from ros2bag.verb import VerbExtension

from ros2bag_tools.verb import get_reader_options

from rosbag2_py import SequentialReader
from rosbag2_py import StorageFilter

Expand Down

0 comments on commit edcdb57

Please sign in to comment.