How to use the cartographer with an absolute landmarks location system
Hi all! I have two positions, the first one given by Cartographer, the second one given by a landmarks system, recognized a specific constellation the absolute position and rotation of the ROS system is given. This second position is printed only when a constellation is recognized, then the system should switch to the location given by Cartographer. The two poses can easily be converted as Eigen::Affine3d and used.
Any suggestions on how to implement this functionality? Also using some ROS library?