Foxglove agent option to ignore bags actively recording #986
tonynajjar
started this conversation in
General
Replies: 2 comments 1 reply
-
FYI with agent v1.1.4 we've added new logic that will ignore incomplete mcap files in the watched directory: https://docs.foxglove.dev/changelog/agent/v1.1.4 This should reduce the error spam you are seeing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah thanks for that. "Reduce" is the keyword though. It still produces continuous logs that it's skipping the files though. It would have been nice to even skip these logs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Foxglove agent currently only allows to ignore file based on their name, however rosbag2 currently does not offer a way to mark active bag files with e.g. a suffix. When foxglove agent tries to ingest a bag being recorded it throws the error:
It would be nice if Foxglove agent had an extra option to ignore bags being recorded, in other words "open files" (e.g. with lsof)
Related discussion: ros2/rosbag2#1597
Beta Was this translation helpful? Give feedback.
All reactions