nav2_logo.png

Nav2 Tools:

  1. Map Management: It allows for the loading, serving, recording and storing of maps using the Map Server with slam-toolbox.
  2. Localization: The AMCL (Adaptive Monte Carlo Localization) module helps the robot accurately determine its position on the map with EKF (Extended Kalman Filter).
  3. Costmap Generation: The Nav2 Costmap 2D converts sensor data into costmap representations of the environment.
  4. Path Planning: Nav2 Planner assists in planning collision-free paths from one point to another while avoiding obstacles.
  5. Robot Control: The Nav2 Controller guides the robot along the planned path, ensuring it follows the desired trajectory.
  6. Python3 API: Nav2 offers a Python3 API for interacting with the framework in a pythonic manner, called Simple Commander.

Detailed content for installation

[Installations](https://abstracted-cathedral-04e.notion.site/Installations-122a953eacc3809dbe1adebcaaa8a2f3)


Reading Assignment