Grid Class Reference

#include <armarx/navigation/algorithms/orientation_aware/AStarPlanner.h>

Public Member Functions

void clear ()
 
NodegetNode (int row, int col, int orientation)
 
 Grid (int rows, int cols, int orientations, const Costmap3D &costmap)
 

Static Public Member Functions

static bool fulfillsConstraints (const Node &n, const Costmap3D &costmap)
 

Detailed Description

Definition at line 18 of file AStarPlanner.h.

Constructor & Destructor Documentation

◆ Grid()

Grid ( int rows,
int cols,
int orientations,
const Costmap3D & costmap )

Definition at line 40 of file AStarPlanner.cpp.

Member Function Documentation

◆ clear()

void clear ( )

Definition at line 46 of file AStarPlanner.cpp.

+ Here is the call graph for this function:

◆ fulfillsConstraints()

bool fulfillsConstraints ( const Node & n,
const Costmap3D & costmap )
static

Definition at line 188 of file AStarPlanner.cpp.

+ Here is the caller graph for this function:

◆ getNode()

Node & getNode ( int row,
int col,
int orientation )

Definition at line 65 of file AStarPlanner.cpp.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: