Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
class
TwistData(aligator.dynamics.ExplicitDynamicsData):
45
def
__init__(self, model):
46
super().__init__(model)
47
self.good = True
48
49
50
class
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