⛑체크리스트

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4b916fb6-a950-48cf-8bac-f657b13ffe17/KakaoTalk_20201128_111459248.mp4

servo_controller.py

if (self._val_list[x] > 180):
    print("Over 180!!")
    self._val_list[x] = 179
    continue
if (self._val_list[x] <= 0):
    print("Under 0!!")
    self._val_list[x] = 1
    continue

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/3d37d00c-2eb9-4233-b896-7a0ceba2e5f8/KakaoTalk_20201128_112422837.mp4

servo_controller.py 중

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0767171b-629b-414f-ae03-83da8e9719ed/Untitled.png

self._val_list[x] = (self._val_list[x]-26.36)*(1980/1500)

모든 문제가 해결된 뒤 실장을 하고 덮개를 덮습니다.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8707569b-51f9-4343-beef-10a6023e84fe/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0bb5a06f-43e4-4660-b02e-e9a779a02a20/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/63770f30-276e-4548-91ea-2111fb64eaa4/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4757895a-4487-4736-91ad-31403a94d469/Untitled.png