16 PlannerIntParam_NumDofs,
17 PlannerIntParam_NumTimesteps,
18 PlannerIntParam_NumViapoints,
19 PlannerIntParam_NumJointViapoints,
20 PlannerIntParam_NumActiveDofs,
21 PlannerIntParam_MaxNumTimeIterations,
22 PlannerIntParam_NumExtendedActiveDofs,
23 PlannerIntParam_NumActiveEndeffectors,
24 PlannerIntParam_MaxKinTrajectoryIterations,
25 PlannerIntParam_MaxKinConvergenceIterations,
28 PlannerIntParam_NumSubsamples,
29 PlannerIntParam_KinDynIterations,
35 PlannerBoolParam_IsTimeHorizonFixed,
36 PlannerBoolParam_IsFrictionConeLinear,
39 PlannerBoolParam_DisplayMotion,
40 PlannerBoolParam_LoadKinematics,
43 PlannerBoolParam_StoreData,
46 PlannerBoolParam_UseDefaultSolverSetting,
52 PlannerDoubleParam_Gravity,
53 PlannerDoubleParam_TimeStep,
54 PlannerDoubleParam_RobotMass,
55 PlannerDoubleParam_RobotWeight,
56 PlannerDoubleParam_TimeHorizon,
57 PlannerDoubleParam_MinRelHeight,
58 PlannerDoubleParam_MassTimesGravity,
59 PlannerDoubleParam_FrictionCoefficient,
60 PlannerDoubleParam_MaxTimeResidualTolerance,
61 PlannerDoubleParam_MinTimeResidualImprovement,
64 PlannerDoubleParam_WeightArmTorque,
65 PlannerDoubleParam_WeightLegTorque,
66 PlannerDoubleParam_WeightTimePenalty,
67 PlannerDoubleParam_WeightTimeRegularization,
70 PlannerDoubleParam_FloorHeight,
71 PlannerDoubleParam_KinSlacksPenalty,
72 PlannerDoubleParam_KinIntegrationStep,
73 PlannerDoubleParam_LambdaRegularization,
74 PlannerDoubleParam_KinConvergenceTolerance,
77 PlannerDoubleParam_SwingTrajViaZ,
78 PlannerDoubleParam_WeightLinMomentumTracking,
79 PlannerDoubleParam_WeightAngMomentumTracking,
80 PlannerDoubleParam_WeightEndEffContact,
81 PlannerDoubleParam_WeightEndEffTracking,
82 PlannerDoubleParam_PGainEndEffTracking,
83 PlannerDoubleParam_PGainComTracking,
84 PlannerDoubleParam_WeightJointReg,
85 PlannerDoubleParam_PGainOrientationTracking,
91 PlannerStringParam_ConfigFile,
92 PlannerStringParam_SaveDynamicsFile,
93 PlannerStringParam_SaveKinematicsFile,
96 PlannerStringParam_DefaultSolverSettingFile,
102 PlannerIntVectorParam_ActiveDofs,
103 PlannerIntVectorParam_ExtendedActiveDofs,
110 PlannerVectorParam_TimeRange,
111 PlannerVectorParam_TorqueRange,
112 PlannerVectorParam_ExternalForce,
113 PlannerVectorParam_GravityVector,
114 PlannerVectorParam_CenterOfMassMotion,
115 PlannerVectorParam_MaxEndeffectorLengths,
118 PlannerVectorParam_WeightArmForce,
119 PlannerVectorParam_WeightLegForce,
120 PlannerVectorParam_WeightArmForceRate,
121 PlannerVectorParam_WeightLegForceRate,
122 PlannerVectorParam_WeightCenterOfMass,
123 PlannerVectorParam_WeightLinearMomentum,
124 PlannerVectorParam_WeightAngularMomentum,
125 PlannerVectorParam_WeightLinearMomentumRate,
126 PlannerVectorParam_WeightAngularMomentumRate,
127 PlannerVectorParam_WeightFinalLinearMomentum,
128 PlannerVectorParam_WeightCenterOfMassViapoint,
129 PlannerVectorParam_WeightFinalAngularMomentum,
130 PlannerVectorParam_WeightDynamicTrackingCenterOfMass,
131 PlannerVectorParam_WeightDynamicTrackingLinearMomentum,
132 PlannerVectorParam_WeightDynamicTrackingAngularMomentum,
135 PlannerVectorParam_MinJointAngles,
136 PlannerVectorParam_MaxJointAngles,
137 PlannerVectorParam_KinematicDefaultJointPositions,
140 PlannerVectorParam_WeightJointVelocity,
141 PlannerVectorParam_WeightJointAcceleration,
142 PlannerVectorParam_WeightKinematicTrackingCenterOfMass,
143 PlannerVectorParam_WeightKinematicDefaultJointPositions,
144 PlannerVectorParam_WeightKinematicTrackingLinearMomentum,
145 PlannerVectorParam_WeightKinematicTrackingAngularMomentum,
146 PlannerVectorParam_WeightKinematicTrackingBaseOrientation,
147 PlannerVectorParam_WeightKinematicTrackingLinearMomentumRate,
148 PlannerVectorParam_WeightKinematicTrackingAngularMomentumRate,
149 PlannerVectorParam_WeightKinematicTrackingEndeffectorPosition,
150 PlannerVectorParam_WeightKinematicTrackingNonActiveEndeffectorPosition,
155 PlannerArrayParam_EndeffectorOffset,
156 PlannerArrayParam_CenterOfPressureRange,
161 PlannerCVectorParam_Viapoints,
162 PlannerCVectorParam_JointViapoints,
PlannerVectorParam
Definition: PlannerParams.hpp:108
PlannerIntVectorParam
Definition: PlannerParams.hpp:100
PlannerStringParam
Definition: PlannerParams.hpp:89
PlannerDoubleParam
Definition: PlannerParams.hpp:50
PlannerCVectorParam
Definition: PlannerParams.hpp:160
PlannerArrayParam
Definition: PlannerParams.hpp:154
PlannerBoolParam
Definition: PlannerParams.hpp:33
PlannerIntParam
Definition: PlannerParams.hpp:14