EasyNav Costmap Stack
|
#include <string.h>
#include <stdio.h>
#include <limits.h>
#include <algorithm>
#include <cmath>
#include <string>
#include <vector>
#include <queue>
#include <mutex>
#include "geometry_msgs/msg/point.hpp"
#include "nav_msgs/msg/occupancy_grid.hpp"
Go to the source code of this file.
Classes | |
class | Costmap2D |
A 2D costmap provides a mapping between points in the world and their associated "costs". More... | |
struct | MapLocation |
class | Costmap2D::MarkCell |
class | Costmap2D::PolygonOutlineCells |
Namespaces | |
namespace | easynav |
Provides a mapping for often used cost values. | |