Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lf-zhao committed Sep 12, 2024
1 parent bf85a0e commit 9dce105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predicators/spot_utils/skills/spot_find_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def find_objects(
prompt = ("Hit 'c' to have the robot try to find the object "
"by moving to a random pose, or "
"take control of the robot and make the object "
"become in its view. Hit the 'Enter' key when you're done!")
"become in its view. Hit the 'Enter' key when you're done!\n")
user_pref = input(prompt)
lease_client.take()
if user_pref == "c":
Expand Down

0 comments on commit 9dce105

Please sign in to comment.