|
| StateFeedbackPolicyHandler (const SCALAR &dt) |
|
virtual | ~StateFeedbackPolicyHandler () |
|
virtual void | designWarmStartingPolicy (const SCALAR &delay, const SCALAR &newTimeHorizon, StateFeedbackController_t &policy) override |
|
virtual void | truncateSolutionFront (const SCALAR &delay, StateFeedbackController_t &policy, SCALAR &effectivelyTruncated) override |
|
Public Member Functions inherited from ct::optcon::PolicyHandler< core::StateFeedbackController< STATE_DIM, CONTROL_DIM, SCALAR >, STATE_DIM, CONTROL_DIM, SCALAR > |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | PolicyHandler () |
|
virtual | ~PolicyHandler () |
|
virtual void | designWarmStartingPolicy (const SCALAR &delay, const SCALAR &TimeHorizon, core::StateFeedbackController< STATE_DIM, CONTROL_DIM, SCALAR > &policy) |
| design a warm-starting policy for the optimal control problem solver More...
|
|
virtual void | truncateSolutionFront (const SCALAR &delay, core::StateFeedbackController< STATE_DIM, CONTROL_DIM, SCALAR > &policy, SCALAR &effectivelyTruncated) |
| a method required for additional post-truncation. More...
|
|
void | setPolicy (const core::StateFeedbackController< STATE_DIM, CONTROL_DIM, SCALAR > &newPolicy) |
| set new policy to policy handler More...
|
|
template<size_t STATE_DIM, size_t CONTROL_DIM, typename SCALAR>
class ct::optcon::StateFeedbackPolicyHandler< STATE_DIM, CONTROL_DIM, SCALAR >
the default policy handler for iLQR