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

Method __init__

sandbox/simulation_utils.py:31–32  ·  view source on GitHub ↗
(self, model: pin.Model)

Source from the content-addressed store, hash-verified

29
30class DefaultPolicy(Policy):
31 def __init__(self, model: pin.Model):
32 self.actuation = None
33
34 def act(
35 self, simulator: simple.Simulator, q: np.ndarray, v: np.ndarray, dt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected