ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU Affero General Public License v3.0
23 stars 23 forks source link

Output not working in similar way as connections #101

Closed birgerjohansson closed 2 years ago

birgerjohansson commented 7 years ago

This works

<connection sourcemodule = "ZERO" source = "OUTPUT" targetmodule = "Joint1"  target = "INPUT" />
<connection sourcemodule = "Joint1" source = "OUTPUT" targetmodule = "Joint1"  target = "INPUT" />
<connection sourcemodule = "ZERO" source = "OUTPUT" targetmodule = "Joint1"  target = "INPUT" />

This does not work

<output name="MODEL_MATRIX" sourcemodule="ZERO" source="OUTPUT" />
<output name="MODEL_MATRIX" sourcemodule="Joint1" source="OUTPUT" />
<output name="MODEL_MATRIX" sourcemodule="ZERO" source="OUTPUT" />

Should it?

ikaros-project commented 5 years ago

Maybe it should.