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

Function test_abstract

tests/python/test_dynamics.py:12–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_abstract():
13 nx = 3
14 space = manifolds.VectorSpace(nx)
15 nu = 2
16 dm = dynamics.DynamicsModel(space, nu)
17 dd = dm.createData()
18 print(dd)
19
20 em = dynamics.ExplicitDynamicsModel(space, nu)
21 ed = em.createData()
22 print(ed)
23
24
25def direct_sum_test_impl(f, g):

Callers

nothing calls this directly

Calls 1

createDataMethod · 0.45

Tested by

no test coverage detected