Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-Robotics/aligator
/ __init__
Method
__init__
tests/python/test_continuous_dynamics.py:19–20 ·
view source on GitHub ↗
(self, nu=0)
Source
from the content-addressed store, hash-verified
17
18
class
MyODE(dynamics.ODEAbstract):
19
def
__init__(self, nu=0):
20
super().__init__(manifolds.R3() * manifolds.SO3(), nu)
21
22
def
forward(self, x, u, data: dynamics.ODEData):
23
assert isinstance(data, MyODEData)
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected