()
| 49 | not HAS_PINOCCHIO, reason="Aligator was compiled without Pinocchio." |
| 50 | ) |
| 51 | def 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( |
nothing calls this directly
no test coverage detected