Skip to content

Commit c2dfa5b

Browse files
committed
Add typing to _set_initial_localization_fiducial
1 parent 8b67d0e commit c2dfa5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spot_wrapper/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2352,7 +2352,7 @@ def _set_initial_localization_fiducial(self) -> None:
23522352
ko_tform_body=current_odom_tform_body,
23532353
)
23542354

2355-
def _set_initial_localization_waypoint(self, waypoint_id):
2355+
def _set_initial_localization_waypoint(self, waypoint_id: str) -> typing.Tuple[bool, str]:
23562356
"""Trigger localization to a waypoint.
23572357
23582358
Args:

0 commit comments

Comments
 (0)