We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4211716 commit 0a6031cCopy full SHA for 0a6031c
CMakeLists.txt
@@ -47,6 +47,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
47
"msg/HttpResponse.msg"
48
"msg/MapIdNamePair.msg"
49
"msg/DateTime.msg"
50
+ "msg/ContinuousRecordingStatus.msg"
51
"srv/FetchRouteNode.srv"
52
"srv/ModifyRouteNode.srv"
53
"srv/ModifyRouteEdge.srv"
msg/ContinuousRecordingStatus.msg
@@ -0,0 +1,7 @@
1
+# Status information about continuous recording & storage management
2
+
3
+string recording_status
4
+bool storage_available
5
+uint64 bags_dir_size_bytes # Size of the bags directory in bytes
6
+uint64 available_disk_space_bytes # Available disk space in bytes
7
+polymath_msgs/DateTime last_sweep # Time of the last storage sweep
0 commit comments