ros / dynamic_reconfigure

BSD 3-Clause "New" or "Revised" License
48 stars 111 forks source link

dynparam dump: add option --minimal #123

Closed krixkrix closed 2 years ago

krixkrix commented 5 years ago

option --minimal will dump the configuration in a simple 'key: value' format with no group information included

example:

mykey1: xxx mykey2: 1.234 some_other_key: -1

krixkrix commented 5 years ago

I don't understand why my pull request would cause the test "Lpr__dynamic_reconfigure__ubuntu_xenial_amd64" to fail.