Multiple turtlebots - real experiments
Hi,
I have a question related to multiple real turtlebots. I have to setup the system and I was wondering which is the best configuration for it.
In particular, I want to use two turtlebots and a work station at the same time, what should be the best configuration?
Basically each turtlebot should run its own navigation stack but I need to contact both the turtlebots through a single program residing on the workstation.
Is it possible to launch the roscore on the workstation and then launch each navigation stack onboard the related robot?
What about namespaces related to robots?
I had some problems with the simulated experiments but in the end we solved the problem (please look here)
Thank you