Skip to content

Commit

Permalink
Revert "Provide defaults for ParameterValue fields (#18)" (#24)
Browse files Browse the repository at this point in the history
This reverts commit d25c83b.
  • Loading branch information
mikaelarguedas committed Nov 1, 2017
1 parent 037ac25 commit d8c73c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rcl_interfaces/msg/ParameterValue.msg
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
uint8 type

# "Variant" style storage of the parameter value.
bool bool_value false
int64 integer_value 0
float64 double_value 0.0
string string_value ""
bool bool_value
int64 integer_value
float64 double_value
string string_value
byte[] bytes_value

0 comments on commit d8c73c5

Please sign in to comment.