Skip to content

Commit

Permalink
add array parameter types ros2/design#152
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Nov 21, 2017
1 parent 7710246 commit 6c8c265
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rcl_interfaces/msg/ParameterType.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ uint8 PARAMETER_BOOL=1
uint8 PARAMETER_INTEGER=2
uint8 PARAMETER_DOUBLE=3
uint8 PARAMETER_STRING=4
uint8 PARAMETER_BYTES=5
uint8 PARAMETER_BYTE_ARRAY=5
uint8 PARAMETER_BOOL_ARRAY=6
uint8 PARAMETER_INTEGER_ARRAY=7
uint8 PARAMETER_DOUBLE_ARRAY=8
uint8 PARAMETER_STRING_ARRAY=9

0 comments on commit 6c8c265

Please sign in to comment.