rosflight_msgs/ParamGet Service

File: rosflight_msgs/ParamGet.srv

Raw Message Definition

# Request a parameter value

string name # the name of the parameter value to retrieve
---
bool exists # whether the request parameter exists
float64 value # the value of the requested parameter

Compact Message Definition

string name

bool exists
float64 value