What are the semantics of 'reconfiguration level' for dynamic reconfigure?
In the dynamic_reconfigure tutorial, it is claimed that dependence on driver_base
is specific to the tutorial, yet an enum type from driver_base
is used to set the 'reconfiguration level'.
Is this just a field to be interpreted however we like, and just used with the driver_base/SensorLevels
message in this case? Or is the driver_base/SensorLevels
message the standard for the 'reconfiguration level' field semantics?