The state feedback and feedforward policy of the switching time optimization (STO).
More...
#include <sto_policy.hpp>
|
Eigen::VectorXd | dtsdx |
| Feedback gain of the STO policy, i.e. the sensitivity w.r.t. the state. Size is 2 * Robot::dimv(). More...
|
|
double | dtsdts |
| Feedback gain of the STO policy, i.e. the sensitivity w.r.t. the previous switching time. More...
|
|
double | dts0 |
| Feedforward term of the STO policy. More...
|
|
The state feedback and feedforward policy of the switching time optimization (STO).
◆ STOPolicy() [1/4]
robotoc::STOPolicy::STOPolicy |
( |
const Robot & |
robot | ) |
|
|
inline |
Constructs STO gain and feedforward term.
- Parameters
-
◆ STOPolicy() [2/4]
robotoc::STOPolicy::STOPolicy |
( |
| ) |
|
|
inline |
◆ ~STOPolicy()
robotoc::STOPolicy::~STOPolicy |
( |
| ) |
|
|
inline |
◆ STOPolicy() [3/4]
robotoc::STOPolicy::STOPolicy |
( |
const STOPolicy & |
| ) |
|
|
default |
Default copy constructor.
◆ STOPolicy() [4/4]
robotoc::STOPolicy::STOPolicy |
( |
STOPolicy && |
| ) |
|
|
defaultnoexcept |
Default move constructor.
◆ isApprox()
bool robotoc::STOPolicy::isApprox |
( |
const STOPolicy & |
other | ) |
const |
|
inline |
Checks the equivalence of two STOPolicy.
- Parameters
-
- Returns
- true if this and other is same. false otherwise.
◆ operator=() [1/2]
◆ operator=() [2/2]
Default move assign operator.
◆ dts0
double robotoc::STOPolicy::dts0 |
Feedforward term of the STO policy.
◆ dtsdts
double robotoc::STOPolicy::dtsdts |
Feedback gain of the STO policy, i.e. the sensitivity w.r.t. the previous switching time.
◆ dtsdx
Eigen::VectorXd robotoc::STOPolicy::dtsdx |
Feedback gain of the STO policy, i.e. the sensitivity w.r.t. the state. Size is 2 * Robot::dimv().
The documentation for this class was generated from the following file: