rapp-project / rapp-platform

RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
Other
28 stars 20 forks source link

mutli-robot support #361

Open ShawnSchaerer opened 7 years ago

ShawnSchaerer commented 7 years ago

Question regarding rapp platform. Are there any examples of multi-robot support for rapps?

etsardou commented 7 years ago

Hi Shawn! Can you tell us a bit more on how you imagine to use it in order to help you?

RAPP Platform is deployed in the cloud, so any robot (or device) can invoke the services, provided the correct credentials.

If you ask whether a robotic application can manage two robots at the same time, it can by instantiating two instances of the RAPP Robot API (https://github.com/rapp-project/rapp-robots-api/tree/master/python), declaring the two different IPs.

ShawnSchaerer commented 7 years ago

Hi, I was thinking about using it as a master that would talk to more than one robot at a time.
I will take a look at the API