Function fit achieved, can now get force and torque from any gap height, roll, currentL and currentR combo

This commit is contained in:
2025-12-10 00:40:59 -06:00
parent 51f1fb3dc9
commit f2ae33db8c
5 changed files with 6569 additions and 0 deletions

6
RL Testing/maglev_sim.py Normal file
View File

@@ -0,0 +1,6 @@
from maglev_predictor import MaglevPredictor
class MaglevSim:
def __init__(self):
self.pred = MaglevPredictor()