AMCL does not subscribe
I'm trying to get robot pose estimation using gmapping in conjunction with amcl. Gmapping correctly builds the map using laser scans and I have tf, laser and map topic that publish messages. When I run amcl it does not publish the pose estimation and when I type rostopic info amcl_pose the node has no subscriber. How can I make the amcl node working?
Thanks