ros-visualization / rqt_reconfigure

http://wiki.ros.org/rqt_reconfigure
Other
23 stars 50 forks source link

Support drop-down menu in ROS2 #137

Open HuaTsai opened 11 months ago

HuaTsai commented 11 months ago

Due to the ROS2 parameter descriptor, I think it is not easy to migrate the drop-down menu in ROS1. My current workaround is to utilize the field additional_constraints in rcl_interfaces/msg/ParameterDescriptor. We can add rules such as Options: a b c.

I wonder how do you think of this workaround.