34 void toAron(arondto::GlobalPlannerParams& dto,
const GlobalPlannerParams& bo);
35 void fromAron(
const arondto::GlobalPlannerParams& dto, GlobalPlannerParams& bo);
37 void toAron(arondto::Point2PointParams& dto,
const Point2PointParams& bo);
38 void fromAron(
const arondto::Point2PointParams& dto, Point2PointParams& bo);
40 void toAron(arondto::AStarParams& dto,
const AStarParams& bo);
41 void fromAron(
const arondto::AStarParams& dto, AStarParams& bo);
43 void toAron(arondto::SPFAParams& dto,
const SPFAParams& bo);
44 void fromAron(
const arondto::SPFAParams& dto, SPFAParams& bo);
46 void toAron(arondto::OrientationOptimizerParams& dto,
47 const optimization::OrientationOptimizerParams& bo);
48 void fromAron(
const arondto::OrientationOptimizerParams& dto,
49 optimization::OrientationOptimizerParams& bo);
54 void toAron(arondto::AStarWithOrientationParams& dto,
const AStarWithOrientationParams& bo);
55 void fromAron(
const arondto::AStarWithOrientationParams& dto, AStarWithOrientationParams& bo);
void toAron(arondto::GlobalPlannerParams &dto, const GlobalPlannerParams &bo)
void fromAron(const arondto::GlobalPlannerParams &dto, GlobalPlannerParams &bo)
This file is part of ArmarX.
This file is part of ArmarX.
Parameters for AStarWithOrientation.
Parameters for GlobalPlanner.
Parameters for Point2Point.