Skip to content

Commit

Permalink
Add typing to _set_initial_localization_fiducial
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Jul 1, 2023
1 parent c1a4100 commit 71b9a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot_wrapper/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,7 @@ def _set_initial_localization_fiducial(self) -> None:
ko_tform_body=current_odom_tform_body,
)

def _set_initial_localization_waypoint(self, waypoint_id):
def _set_initial_localization_waypoint(self, waypoint_id: str) -> typing.Tuple[bool, str]:
"""Trigger localization to a waypoint.
Args:
Expand Down

0 comments on commit 71b9a2c

Please sign in to comment.