Skip to content

Commit a47b669

Browse files
author
Dhruv Tyagi
committed
Retention management services
1 parent 96c302a commit a47b669

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
6363
"srv/ListBagRecordings.srv"
6464
"srv/DeleteMap.srv"
6565
"srv/ListMaps.srv"
66+
"srv/StartBagRetention.srv"
67+
"srv/StopBagRetention.srv"
6668
"action/GenerateOfflineMap.action"
6769
DEPENDENCIES ${dependencies}
6870
)

srv/StartBagRetention.srv

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Request
2+
3+
# Session suffix (optional, recommended)
4+
string session_suffix
5+
6+
---
7+
## Response
8+
9+
# Indicate successful run of service
10+
bool success
11+
12+
# Error messages
13+
string error

srv/StopBagRetention.srv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Request
2+
---
3+
## Response
4+
5+
# Indicate successful run of service
6+
bool success
7+
8+
# Error messages
9+
string error

0 commit comments

Comments
 (0)