Spawning Multiple Turtles in a python
Hello,
I am trying to use multiple turtles in turtlesim to move from one waypoint to another. What I am trying to do is having multiple turtles with different waypoints and turtles would talk to each other to avoid multiple turtles choosing identical waypoints.
So far I was able to spawn different turtles in terminal using ROSSERVICE in turtorial, and I am aware that we can use roslaunch file to spawn multiple turtles, but I am not sure these methods can serve my purpose. I think it would be best to spawn multiple turtles on a python script to make them communicate each other, but I am not sure if there is a tutorial already exist for this case.
Any advice?
Can you please update your question with a link to the tutorial that you're referring to?