dennisss / tansa

Dancing Robotics Platform
MIT License
39 stars 16 forks source link

Plan how to handle multiple instances of the software running and sending updates to drones #14

Closed tessmichi closed 8 years ago

tessmichi commented 8 years ago

Should this be responded to with similar results as the kill switch?

This issue also includes implementing this change, or creating another Issue when the implementation is defined.

See more detail in the comment by Dennis on this issue

dennisss commented 8 years ago

I wouldn't do multiple 'instances' per se. Mixing of grouping and the fact that all the mocap data is shared in memory would probably be easier with multiple threads of one program:

My idea for a general threading model:

We also already use these other threads: