outsight_alb_driver/AlbFile Service

File: outsight_alb_driver/AlbFile.srv

Raw Message Definition

## Service file to interact with the storage of the ALB (Download/Upload)

# Request fields.
string category
string alb_filename
string filepath
---
# Response fields.
bool success
string message

Compact Message Definition

string category
string alb_filename
string filepath

bool success
string message