Skip to content

Commit

Permalink
Tested facial recognition and launcher works on a new install
Browse files Browse the repository at this point in the history
Closes #54
Closes #58
Closes #59
Closes #60
Closes #61
Closes #62
Closes #63
  • Loading branch information
gshiva committed Dec 10, 2023
1 parent 95b38d4 commit 427bc70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pygptcourse/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def move_camera(direction, duration):
print(f"Nothing to do. Current position: {current_camera_position} is same as previous position {prev_current_camera_position}.")
return
print(f"Moving to position: {current_camera_position}, Direction: {direction}, Duration: {duration}")
# TODO: issue usb move command
launcher.move(cmd, duration)


Expand Down

0 comments on commit 427bc70

Please sign in to comment.