From fc3870c5bafed908946a86bf5e6258c680a3e621 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Mon, 8 May 2023 00:22:33 -0500 Subject: [PATCH] start work with real oliver proto. fix motor driver shim, add very basic motor scaling. --- software/android/.idea/compiler.xml | 2 +- software/android/.idea/gradle.xml | 1 + software/android/.idea/misc.xml | 2 +- software/raspberry pi/adafruit_servokit.py | 23 ++++++++-- software/raspberry pi/config.json | 14 +++--- software/raspberry pi/hexapod.py | 51 +++++++++++----------- software/raspberry pi/leg.py | 18 ++++++-- 7 files changed, 69 insertions(+), 42 deletions(-) diff --git a/software/android/.idea/compiler.xml b/software/android/.idea/compiler.xml index fb7f4a8..b589d56 100644 --- a/software/android/.idea/compiler.xml +++ b/software/android/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/software/android/.idea/gradle.xml b/software/android/.idea/gradle.xml index a2d7c21..a0de2a1 100644 --- a/software/android/.idea/gradle.xml +++ b/software/android/.idea/gradle.xml @@ -7,6 +7,7 @@