armarx::navigation::global_planning Namespace Reference

This file is part of ArmarX. More...

Namespaces

 aron_conv
 
 arondto
 
 optimization
 This file is part of ArmarX.
 

Classes

class  AStar
 
struct  AStarParams
 Parameters for AStar. More...
 
class  GlobalPlanner
 
struct  GlobalPlannerParams
 Parameters for GlobalPlanner. More...
 
struct  GlobalPlannerResult
 
class  Point2Point
 
struct  Point2PointParams
 Parameters for Point2Point. More...
 
class  SPFA
 
struct  SPFAParams
 Parameters for AStar. More...
 

Typedefs

using GlobalPlannerPtr = std::shared_ptr< GlobalPlanner >
 

Enumerations

enum  Algorithms { AStar, SPFA, Point2Point }
 

Variables

const simox::meta::EnumNames< AlgorithmsAlgorithmNames
 

Detailed Description

This file is part of ArmarX.

ArmarX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

ArmarX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Author
Fabian Reister ( fabian dot reister at kit dot edu )
Christian R. G. Dreher ( c dot dreher at kit dot edu )
Date
2021

Typedef Documentation

◆ GlobalPlannerPtr

typedef std::shared_ptr< GlobalPlanner > GlobalPlannerPtr

Definition at line 32 of file fwd.h.

Variable Documentation

◆ AlgorithmNames

const simox::meta::EnumNames<Algorithms> AlgorithmNames
inline
Initial value:
{
{Algorithms::AStar, "AStar"},
{Algorithms::SPFA, "SPFA"},
{Algorithms::Point2Point, "Point2Point"}}

Definition at line 45 of file core.h.

armarx::navigation::client::detail::Point2Point
@ Point2Point
Definition: NavigatorInterface.ice:46