Skip to content

Commit e723e45

Browse files
author
Dhruv Tyagi
committed
Modified duration to uint32
1 parent cf13868 commit e723e45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

msg/BagRecordingStatus.msg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ bool is_recording
22
# Name of the currently recording bag file (empty if not recording)
33
string bag_name
44
# Time elapsed since the start of current recording in seconds (0 if not recording)
5-
uint64 time_elapsed
5+
uint32 time_elapsed
66
string recorded_topics
7-
uint64 planned_duration
7+
uint32 planned_duration

srv/StartBagRecording.srv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-
uint64 record_duration
13+
uint32 record_duration
1414

1515
---
1616
## Response

0 commit comments

Comments
 (0)