Communication between robots and passing objects between robots
Communication between robots and passing objects between robots
16 Nov 2013, 05:04
Would it be possible to add to the API a method of coordinating robots.. that would allow for some really powerful ideas to be possible, and scalable architectures that can build solutions with multiple algorithms running simultaneously.
Replies
fcasadei
16 Jun 2015, 00:42
RE:
Any news on this subject?
I would like to have multiple robots (each implementing a strategy) that communicate with another robot doing some common work.
I've read on other posts that people are suggesting pipes, sockets or writing to an external database like Redis.
What's the "official" way to achieve inter-robots communication in cAlgo?
Regards,
fcasadei
Spotware said:
We plan to introduce global variables for robot interaction. This way it will be possible to coordinate robots running simultaneously.
@fcasadei
Spotware
02 Dec 2013, 11:52
We plan to introduce global variables for robot interaction. This way it will be possible to coordinate robots running simultaneously.
@Spotware