December 2016
Beginner to intermediate
468 pages
9h 43m
English
Okay, now we are going to start configuring the navigation stack and all the necessary files to start it. To start with the configuration, first we will learn what costmaps are and what they are used for. Our robot will move through the map using two types of navigation: global and local:
global navigation is used to create paths for a goal in the map or at a far-off distancelocal navigation is used to create paths in the nearby distances and avoid obstacles, for example, a square window of 4 x 4 meters around the robotThese modules use costmaps to keep all the information of our map. The global costmap is used for global navigation and the local costmap for local navigation.
Read now
Unlock full access