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 detachment_controller component currently stores information on control_mode using an int. This int is set based on the string value of the configuration actuator. This should use an enum, which will be clearer for the user and less error-prone.