You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: Due to the design of the exporter, we have to pass a 0 to save_msg_to_file(0) when exporting TFHandler and CameraInfoHandler type messages. However, this doesn't make sense as these handlers only export one message for the entire ROS bag. Fixing this will add clarity and readability to the code