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

Method __init__

tests/python/example_problem.py:45–47  ·  view source on GitHub ↗
(self, model)

Source from the content-addressed store, hash-verified

43
44class TwistData(aligator.dynamics.ExplicitDynamicsData):
45 def __init__(self, model):
46 super().__init__(model)
47 self.good = True
48
49
50class MyCostData(aligator.CostData):

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected