Hi,
I want to use `dynamic_reconfigure` in one of my nodes, however, one of my parameters is actually a variably-sized array of doubles. Can `dynamic_reconfigure` support variably-sized arrays, or does it only handle name-value pairs and structures?
Would a service with custom message type be a better solution for setting the array?
Thank you for your help.
↧