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

Function sample_model

tests/python/test_gravity_compensation.py:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14@pytest.fixture
15def sample_model():
16 import pinocchio as pin
17
18 model = pin.buildSampleModelManipulator()
19 rdata = model.createData()
20 return model, rdata
21
22
23def test_gravity_comp_configuration(sample_model):

Callers

nothing calls this directly

Calls 1

createDataMethod · 0.45

Tested by

no test coverage detected