Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
ggh committed Aug 27, 2023
1 parent f782cc3 commit c8233ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yacyac_servo/yacyac_servo/action_servo_ctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ def __init__(self):
self.yac_cnt = 0

print ("init positioning...")
# for i in range(8):
for i in range(8):
# 근처 포지션으로 이동합니다.
# self.init_position(i)
self.init_position(i)
# 원점 포지션으로 이동합니다.
# self.reset_position(i)
print ("init positioning done!!!")
Expand Down

0 comments on commit c8233ac

Please sign in to comment.