Adding two robots in gazebo with different gps coordinates
OK I have a problem I have two robots with GPS plugin in Gazebo , and they have the same reference latitude and longitutde (for example 0,0) so they show the same result on gps topic 0,0. So it's assumed that they are in the same place, but of course they don't. So what I should do to separate these reference coordinates and gain dependency between these two robots? I mean that for example position of the one robot is 0,0 and the other is 21,31?
a possible solution is to clone the plugin in A and B, what GPS plugin are you using? check for connections to other libraries that maybe need to be clone and change name.