From 0234221bf76b6a6d26a96aca78612d8dd70fc638 Mon Sep 17 00:00:00 2001 From: Rick Rongen Date: Fri, 28 Aug 2020 13:14:03 +0200 Subject: [PATCH] feat: set restval for neck bottom --- control/walle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/walle.py b/control/walle.py index 314783b..fcac880 100644 --- a/control/walle.py +++ b/control/walle.py @@ -31,7 +31,7 @@ SERVO_MIN_MAX = { SERVO_EYE_R: ServoMinMax(80, 120, 120, 5), SERVO_NECK_ROTATE: ServoMinMax(60, 120, 90, 5), # 60 - 90 - 120 SERVO_NECK_TOP: ServoMinMax(30, 180, 30, 5), - SERVO_NECK_BOTTOM: ServoMinMax(10, 180, 10, 5), + SERVO_NECK_BOTTOM: ServoMinMax(10, 180, 100, 5), }