We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e801f6b commit 3280bfbCopy full SHA for 3280bfb
tests/python/test-parameter-server.py
@@ -40,20 +40,6 @@ def test_set_parameter(self):
40
urdf_rrbot_model_string = fs.read()
41
fs.close()
42
43
- print(EXAMPLE_ROBOT_DATA_MODEL_DIR)
44
- #
45
- model = pin.buildModelFromXML(urdf_rrbot_model_string)
46
-
47
- neutral_configuration_model = pin.neutral(model)
48
- jointIds = []
49
- #print(model)
50
- reduced_model = pin.buildReducedModel(model, jointIds,
51
- neutral_configuration_model)
52
53
- data = model.createData()
54
- com = pin.centerOfMass(model, data, neutral_configuration_model)
55
- pin.updateFramePlacements(model, data)
56
- m = data.mass[0]
57
param_server.setParameter("urdf_model", urdf_rrbot_model_string)
58
model2_string = param_server.getParameter("urdf_model")
59
0 commit comments