MCPcopy Create free account
hub / github.com/Simple-Robotics/aligator / __init__

Method __init__

tests/python/example_problem.py:18–21  ·  view source on GitHub ↗
(self, dt: float)

Source from the content-addressed store, hash-verified

16
17class TwistModelExplicit(aligator.dynamics.ExplicitDynamicsModel):
18 def __init__(self, dt: float):
19 self.B = np.eye(nu)
20 self.dt = dt
21 super().__init__(space, nu)
22
23 def __getinitargs__(self):
24 return (self.dt,)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected