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

Method __init__

tests/python/example_problem.py:51–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49
50class MyCostData(aligator.CostData):
51 def __init__(self):
52 super().__init__(space.ndx, nu)
53
54
55def _call(space: manifolds.ManifoldAbstract, x_ref, x, W):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected