How to set the initial pose manually in amcl?
The amcl_node initial the pose by using initial_pose_sub_ = nh_.subscribe("initialpose", 2, &AmclNode::initialPoseReceived, this);
I was wondering where does this message pub ? And is there anything I should notice when I set the initial pose manually.