ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The LocalizerNode is just a wrapper around the particle filter used in amcl. You can check the documentation there, and there is also a lot of literature on localization methods, likely the best being Probabilistic Robotics.

To understand how the rest of nav2d works, please refer to the Tutorials and the API-Documentation.