Skip to content

Commit

Permalink
homogenize interfaces definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Oct 20, 2017
1 parent 037ac25 commit 27920fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rcl_interfaces/srv/DescribeParameters.srv
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ string[] names
# A list of the descriptors of all parameters requested in the same order
# as they were requested.
# This list has the same length as the list of parameters requested.
rcl_interfaces/ParameterDescriptor[] descriptors
ParameterDescriptor[] descriptors
1 change: 1 addition & 0 deletions rcl_interfaces/srv/GetParameterTypes.srv
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ string[] names
---

# List of types which is the same length and order as the provided names.
# Type enum defined in ParameterType.msg
# ParameterType.PARAMETER_NOT_SET indicates that the parameter is not currently set.
uint8[] types
2 changes: 1 addition & 1 deletion rcl_interfaces/srv/SetParameters.srv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A list of parameters to set
rcl_interfaces/Parameter[] parameters
Parameter[] parameters

---

Expand Down

0 comments on commit 27920fa

Please sign in to comment.