Skip to content

Commit

Permalink
Fix default args
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Nov 10, 2024
1 parent c7de3ac commit 75b4d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion free_fleet/free_fleet/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class NavigateToPose_GetResult_Response(
typename='NavigateToPose_GetResult_Response'
):
status: pycdr2.types.int8
NONE: pycdr2.types.uint16 = 0
NONE: pycdr2.types.uint16
error_code: pycdr2.types.uint16
error_msg: str

Expand Down

0 comments on commit 75b4d22

Please sign in to comment.