Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions rcl_interfaces/msg/SetParametersResult.msg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ bool successful
# Reason why the setting was a failure. On success, the contents of this field
# are undefined. This should only be used for logging and user interfaces.
string reason

# This reason for failing to set a parameter value should be given when the node
# is only allowed to set values for declared parameters, and the parameter that
# the request was trying to set not declared by the node. Use the ListParameters
# service to see which parameters are declared.
string REASON_UNDECLARED_NOT_ALLOWED = "parameter is not declared by the node, which only allows declared parameters"