std_srvs/SetBool Service

File: std_srvs/SetBool.srv

Raw Message Definition

bool data # e.g. for hardware enabling / disabling
---
bool success   # indicate successful run of triggered service
string message # informational, e.g. for error messages

Compact Message Definition

bool data

bool success
string message