facontidavide / rosbag_editor

Create a rosbag from a given one, using a simple GUI
410 stars 82 forks source link

Begin/end time selection bug #6

Closed VictorLamoine closed 4 years ago

VictorLamoine commented 4 years ago

I have a bag file that last 6 days; we want to extract some time slices.

Screenshot_20200305_102125

In this case it's not possible to change the end date to February: you can't go from month 3 to month 2 because it would result in the end time being before the begin time.

VictorLamoine commented 4 years ago

I'll try to look at this in the next days; using a QCalendarWidget feels like a nice solution.