You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter descriptors returned by the describe_parameters service can include additional information like description of the parameter, read_only flag or value ranges. This information is, for example, utilized by rqt_reconfigure. I think it would be a cool feature to allow providing custom descriptors for the parameters, similarly to how it is done in rclcpp.
The text was updated successfully, but these errors were encountered:
We are making a redesigning of the parameter server in micro-ROS right now. Our idea now is to divide the functionality into two modes a complete mode and a low memory mode because we found that the current implementation is really heap hungry.
Maybe we can integrate these descriptors in the complete mode CC: @Acuadros95 ?
The parameter descriptors returned by the
describe_parameters
service can include additional information like description of the parameter, read_only flag or value ranges. This information is, for example, utilized by rqt_reconfigure. I think it would be a cool feature to allow providing custom descriptors for the parameters, similarly to how it is done in rclcpp.The text was updated successfully, but these errors were encountered: