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 cf13868 commit e723e45Copy full SHA for e723e45
msg/BagRecordingStatus.msg
@@ -2,6 +2,6 @@ bool is_recording
2
# Name of the currently recording bag file (empty if not recording)
3
string bag_name
4
# Time elapsed since the start of current recording in seconds (0 if not recording)
5
-uint64 time_elapsed
+uint32 time_elapsed
6
string recorded_topics
7
-uint64 planned_duration
+uint32 planned_duration
srv/StartBagRecording.srv
@@ -10,7 +10,7 @@ string topic_profile
10
11
# Record for pre-set time duration in seconds (optional)
12
# Default 0: record until manually stopped or max time limit reached
13
-uint64 record_duration
+uint32 record_duration
14
15
---
16
## Response
0 commit comments