Hi, trying to apply this example to a real drone, but I'm finding that the fact of run mavros, make a TF map to base_link wich conflicts and with the rtabmap TF tree, map>odom>base_link and no map is published, I find a reference to this issue here.
Well it is not issue of Rtabmap but it conflicts a little. You should try use base_link and setup the tree with static tf publisher node.
Mavros go on is own way...
Hi, trying to apply this example to a real drone, but I'm finding that the fact of run mavros, make a TF map to base_link wich conflicts and with the rtabmap TF tree, map>odom>base_link and no map is published, I find a reference to this issue here.
https://github.com/mavlink/mavros/issues/1388
I think mavros brakes the REP105 convention, what have not many sense. But I'm not a expert. Thanks!