PlanetaryRobotics / IrisRoverPackage

Complete software package for the Iris Lunar Rover (CMU).
GNU General Public License v3.0
14 stars 2 forks source link

Add bi-directional IPC Aggregator (so topics can have simultaneous multiple subscribers and publishers) #209

Open zCoCo opened 1 year ago

zCoCo commented 1 year ago

IPC: Only bound sub gets packets get unbound pub sends Example:

Basically we just need the bidirectional aggregator / XPUB|XSUB

zCoCo commented 1 year ago

Basically just a router?