|
|
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) |
| 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 | ||
| ) |
Definition at line 178 of file aron_conversions.cpp.
| void fromAron | ( | const arondto::SPFAParams & | dto, |
| SPFAParams & | bo | ||
| ) |
| void armarx::navigation::global_planning::aron_conv::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 | ||
| ) |
Definition at line 164 of file aron_conversions.cpp.
| void toAron | ( | arondto::SPFAParams & | dto, |
| const SPFAParams & | bo | ||
| ) |
| void armarx::navigation::global_planning::aron_conv::toAron | ( | std::optional< DtoT > & | dto, |
| const std::optional< BoT > & | bo | ||
| ) |