DAIRLab / dairlib

MIT License
76 stars 27 forks source link

Explicitly connecting output ports in dispatcher_in #119

Closed yangwill closed 4 years ago

yangwill commented 4 years ago

Due to the input supervisor now outputting its status (now has 2 output ports), we must explicitly connect its output ports.

Note. The status port of the input supervisor is not connected to anything.

mposa commented 4 years ago

Good catch. Should we add output port getters to the input supervisor, rather than the rather opaque 0 index?