gmapping with user defined laser scan and position data
actually i want each robot to build two local maps , one which is build by its own laser scan and position while the other map from the laser scan and position achieved by other robot through wifi. now what i think , this require two gmapping algorithm having different laser messages . am i rite? is this a rite approach for global mapping? . i,m doing this for global mapping. if yes , how to modify gmapping algorithem for different laser message and position data.
thankyou
actually i want each robot to build two local maps , one which is build by its own laser scan and position while the other map from the laser scan and position achieved by other robot through wifi. now what i think , this require two gmapping algorithm having different laser messages . am i rite?
yes, for that you have to run two gmapping algorithms. The stuff with the frame_ids, that shade explained, is important here, too. The result of the two gmapping algorithms will be two maps, which are not aligned, though...
thanks Achim for the response . can you tell me how to do this i have no idea of this. all i want to make user defined laser message and modify gmapping with this messag.