armarx::navigation::global_planning::aron_conv Namespace Reference

Functions

void fromAron (const arondto::AStarParams &dto, AStarParams &bo)
 
void fromAron (const arondto::GlobalPlannerParams &dto, GlobalPlannerParams &bo)
 
void fromAron (const arondto::OrientationOptimizerParams &dto, optimization::OrientationOptimizerParams &bo)
 
void fromAron (const arondto::Point2PointParams &dto, Point2PointParams &bo)
 
void fromAron (const arondto::RotationDirection &dto, optimization::RotationDirection &bo)
 
void fromAron (const arondto::SPFAParams &dto, SPFAParams &bo)
 
template<typename DtoT , typename BoT >
void fromAron (const std::optional< DtoT > &dto, std::optional< BoT > &bo)
 
void toAron (arondto::AStarParams &dto, const AStarParams &bo)
 
void toAron (arondto::GlobalPlannerParams &dto, const GlobalPlannerParams &bo)
 
void toAron (arondto::OrientationOptimizerParams &dto, const optimization::OrientationOptimizerParams &bo)
 
void toAron (arondto::Point2PointParams &dto, const Point2PointParams &bo)
 
void toAron (arondto::RotationDirection &dto, const optimization::RotationDirection &bo)
 
void toAron (arondto::SPFAParams &dto, const SPFAParams &bo)
 
template<typename DtoT , typename BoT >
void toAron (std::optional< DtoT > &dto, const std::optional< BoT > &bo)
 

Function Documentation

◆ fromAron() [1/7]

void fromAron ( const arondto::AStarParams &  dto,
AStarParams bo 
)

Definition at line 59 of file aron_conversions.cpp.

+ Here is the call graph for this function:

◆ fromAron() [2/7]

void fromAron ( const arondto::GlobalPlannerParams &  dto,
GlobalPlannerParams bo 
)

Definition at line 28 of file aron_conversions.cpp.

+ Here is the caller graph for this function:

◆ fromAron() [3/7]

void fromAron ( const arondto::OrientationOptimizerParams &  dto,
optimization::OrientationOptimizerParams bo 
)

Definition at line 146 of file aron_conversions.cpp.

+ Here is the call graph for this function:

◆ fromAron() [4/7]

void fromAron ( const arondto::Point2PointParams &  dto,
Point2PointParams bo 
)

Definition at line 41 of file aron_conversions.cpp.

+ Here is the call graph for this function:

◆ fromAron() [5/7]

void fromAron ( const arondto::RotationDirection &  dto,
optimization::RotationDirection bo 
)

Definition at line 179 of file aron_conversions.cpp.

◆ fromAron() [6/7]

void fromAron ( const arondto::SPFAParams &  dto,
SPFAParams bo 
)

Definition at line 82 of file aron_conversions.cpp.

+ Here is the call graph for this function:

◆ fromAron() [7/7]

void armarx::navigation::global_planning::aron_conv::fromAron ( const std::optional< DtoT > &  dto,
std::optional< BoT > &  bo 
)

Definition at line 132 of file aron_conversions.cpp.

+ Here is the call graph for this function:

◆ toAron() [1/7]

void toAron ( arondto::AStarParams &  dto,
const AStarParams bo 
)

Definition at line 49 of file aron_conversions.cpp.

+ Here is the call graph for this function:

◆ toAron() [2/7]

void toAron ( arondto::GlobalPlannerParams &  dto,
const GlobalPlannerParams bo 
)

Definition at line 23 of file aron_conversions.cpp.

+ Here is the caller graph for this function:

◆ toAron() [3/7]

void toAron ( arondto::OrientationOptimizerParams &  dto,
const optimization::OrientationOptimizerParams bo 
)

Definition at line 112 of file aron_conversions.cpp.

+ Here is the call graph for this function:

◆ toAron() [4/7]

void toAron ( arondto::Point2PointParams &  dto,
const Point2PointParams bo 
)

Definition at line 33 of file aron_conversions.cpp.

+ Here is the call graph for this function:

◆ toAron() [5/7]

void toAron ( arondto::RotationDirection &  dto,
const optimization::RotationDirection bo 
)

Definition at line 165 of file aron_conversions.cpp.

◆ toAron() [6/7]

void toAron ( arondto::SPFAParams &  dto,
const SPFAParams bo 
)

Definition at line 69 of file aron_conversions.cpp.

+ Here is the call graph for this function:

◆ toAron() [7/7]

void armarx::navigation::global_planning::aron_conv::toAron ( std::optional< DtoT > &  dto,
const std::optional< BoT > &  bo 
)

Definition at line 98 of file aron_conversions.cpp.

+ Here is the call graph for this function: