AIT-Assistive-Autonomous-Systems / ros2bag_tools

Tool extensions for ros2bag cli
122 stars 34 forks source link

Small problem with error message #5

Closed KeisukeShima closed 2 years ago

KeisukeShima commented 2 years ago

Hello, thanks for providing a nice tool. I found a small problem today and I would like to report here.

In cut.py, there is a place where it is not f-string. https://github.com/Kettenhoax/ros2bag_tools/blob/master/ros2bag_tools/ros2bag_tools/filter/cut.py#L111

The solution is:

                + f'duration of the input bags ({bag_start}, {bag_end})')
Kettenhoax commented 2 years ago

Good catch, thanks!