Function fit achieved, can now get force and torque from any gap height, roll, currentL and currentR combo
This commit is contained in:
6
RL Testing/maglev_sim.py
Normal file
6
RL Testing/maglev_sim.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from maglev_predictor import MaglevPredictor
|
||||
class MaglevSim:
|
||||
def __init__(self):
|
||||
self.pred = MaglevPredictor()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user