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
Fixes crash when dynamically changing smooth_path parameter from false to true.
The issue occurred because SmootherParams were only declared when smooth_path
was initially true, causing ParameterModifiedInCallbackException when trying
to declare parameters within the dynamic parameter callback.
Now SmootherParams are always declared, making them available for dynamic
reconfiguration regardless of the initial smooth_path value.
Fixes#5472
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
0 commit comments