Skip to content

ParameterSetValueRequest (UORB message)

ParameterSetValueRequest : Used by a remote or primary to update the value for a parameter at the other end.

TOPICS: parameter_set_value_request parameter_remote_set_value_request parameter_primary_set_value_request

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64
parameter_indexuint16
int_valueint32Optional value for an integer parameter
float_valuefloat32Optional value for a float parameter

Constants

NameTypeValueDescription
ORB_QUEUE_LENGTHuint832

Source Message

Source file (GitHub)

Click here to see original file
c
# ParameterSetValueRequest : Used by a remote or primary to update the value for a parameter at the other end

uint64 timestamp
uint16 parameter_index

int32 int_value             # Optional value for an integer parameter
float32 float_value         # Optional value for a float parameter

uint8 ORB_QUEUE_LENGTH = 32

# TOPICS parameter_set_value_request parameter_remote_set_value_request parameter_primary_set_value_request