Skip to content

Commit 71b9a2c

Browse files
committed
Add typing to _set_initial_localization_fiducial
1 parent c1a4100 commit 71b9a2c

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
@@ -2293,7 +2293,7 @@ def _set_initial_localization_fiducial(self) -> None:
22932293
ko_tform_body=current_odom_tform_body,
22942294
)
22952295

2296-
def _set_initial_localization_waypoint(self, waypoint_id):
2296+
def _set_initial_localization_waypoint(self, waypoint_id: str) -> typing.Tuple[bool, str]:
22972297
"""Trigger localization to a waypoint.
22982298
22992299
Args:

0 commit comments

Comments
 (0)