#include <Tasks/Bounds.h>
Public Member Functions | |
PolyTorqueBound () | |
PolyTorqueBound (std::vector< std::vector< Eigen::VectorXd >> lPTB, std::vector< std::vector< Eigen::VectorXd >> uPTB) | |
Public Attributes | |
std::vector< std::vector< Eigen::VectorXd > > | lPolyTorqueBound |
\( \underline{\tau}(q) \) More... | |
std::vector< std::vector< Eigen::VectorXd > > | uPolyTorqueBound |
\( \overline{\tau}(q) \) More... | |
General force vector bounds in function of articular position \( \underline{\tau}(q) \) and \( \overline{\tau}(q) \). The upper and lower bound function is represented by a polynomial of any degree (coefficients are ordered by degree).
|
inline |
|
inline |
std::vector<std::vector<Eigen::VectorXd> > tasks::PolyTorqueBound::lPolyTorqueBound |
\( \underline{\tau}(q) \)
std::vector<std::vector<Eigen::VectorXd> > tasks::PolyTorqueBound::uPolyTorqueBound |
\( \overline{\tau}(q) \)