Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-Robotics/aligator
/ TwistData
Class
TwistData
tests/python/example_problem.py:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
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
1
createData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected