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

Function test_abstract

tests/python/test_custom_python_classes.py:51–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 not HAS_PINOCCHIO, reason="Aligator was compiled without Pinocchio."
50)
51def test_abstract():
52 space = aligator.manifolds.SE2()
53 ndx = space.ndx
54 nu = 3
55 nr = 1
56 fun = aligator.StageFunction(ndx, nu, nr)
57 data = fun.createData()
58 print(data)
59
60
61@pytest.mark.skipif(

Callers

nothing calls this directly

Calls 1

createDataMethod · 0.45

Tested by

no test coverage detected