rosflight_msgs/ParamSet Service

File: rosflight_msgs/ParamSet.srv

Raw Message Definition

# Set a parameter value

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

Compact Message Definition

string name
float64 value

bool exists