File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
3232 "msg/VehicleCommand.msg"
3333 "msg/CortexStatus.msg"
3434 "msg/FlowCommand.msg"
35+ "msg/BagRecording.msg"
3536 "msg/ReferenceTarget.msg"
3637 "msg/NavigationCommand.msg"
3738 "msg/NavigationFeedback.msg"
@@ -57,6 +58,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
5758 "srv/StartBagRecording.srv"
5859 "srv/StopBagRecording.srv"
5960 "srv/GetBagRecordingStatus.srv"
61+ "srv/ListBagRecordings.srv"
6062 "action/GenerateOfflineMap.action"
6163 DEPENDENCIES ${dependencies}
6264)
Original file line number Diff line number Diff line change 1+ string bag_name
2+ uint8 size_mb
3+ string [] files
Original file line number Diff line number Diff line change 1+ ## Request
2+
3+ ---
4+ ## Response
5+
6+ # Indicate successful run of service
7+ bool success
8+
9+ # Bag file names (excluding path)
10+ BagRecording [] bag_recordings
11+
12+ # Error messages
13+ string error
You can’t perform that action at this time.
0 commit comments