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
Correct the parameter type of ActionServer constructor (#1210)
This PR corrects the parameter type of the ActionServer constructor by adding a missing `goalCallback` parameter to properly match the expected type signature.
- Added `goalCallback` parameter to ActionServer constructor call
- Implemented the `goalCallback` function with proper type annotations
Fix: #1209
0 commit comments