I need to trigger a specific function in my ROS node by the user. There a simple pushbutton function that can be setup within the rqt dynamic reconfigure? Currently I am just using a workaround of just triggering the function whenever an int value is changing, but that is not really a great interface.
↧