|
|
Functions | |
| void | fromAron (const arondto::AStarParams &dto, AStarParams &bo) |
| void | fromAron (const arondto::AStarWithOrientationParams &dto, AStarWithOrientationParams &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::AStarWithOrientationParams &dto, const AStarWithOrientationParams &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::AStarWithOrientationParams & | dto, |
| AStarWithOrientationParams & | bo ) |
Definition at line 206 of file aron_conversions.cpp.
| 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 181 of file aron_conversions.cpp.
| void fromAron | ( | const arondto::SPFAParams & | dto, |
| SPFAParams & | bo ) |
| void fromAron | ( | const std::optional< DtoT > & | dto, |
| std::optional< BoT > & | bo ) |
| void toAron | ( | arondto::AStarParams & | dto, |
| const AStarParams & | bo ) |
| void toAron | ( | arondto::AStarWithOrientationParams & | dto, |
| const AStarWithOrientationParams & | bo ) |
Definition at line 200 of file aron_conversions.cpp.
| 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 162 of file aron_conversions.cpp.
| void toAron | ( | arondto::SPFAParams & | dto, |
| const SPFAParams & | bo ) |
| void toAron | ( | std::optional< DtoT > & | dto, |
| const std::optional< BoT > & | bo ) |