File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11string bag_name
2- uint8 size_mb
2+ uint64 size_bytes
33string [] files
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ bool is_recording
22# Name of the currently recording bag file (empty if not recording)
33string bag_name
44# Time elapsed since the start of current recording in seconds (0 if not recording)
5- uint16 time_elapsed
5+ uint32 time_elapsed
66string recorded_topics
7- uint16 planned_duration
7+ uint32 planned_duration
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ string topic_profile
1010
1111# Record for pre-set time duration in seconds (optional)
1212# Default 0: record until manually stopped or max time limit reached
13- uint8 record_duration
13+ uint32 record_duration
1414
1515---
1616## Response
You can’t perform that action at this time.
0 commit comments