#include <robot-utils.hh>
| Public Member Functions | |
| void | display (std::ostream &os) const | 
| ForceLimits () | |
| ForceLimits (const Eigen::VectorXd &l, const Eigen::VectorXd &u) | |
| Public Attributes | |
| Eigen::VectorXd | lower | 
| Eigen::VectorXd | upper | 
Definition at line 59 of file robot-utils.hh.
| 
 | inline | 
Definition at line 63 of file robot-utils.hh.
| 
 | inline | 
Definition at line 65 of file robot-utils.hh.
| void dynamicgraph::sot::ForceLimits::display | ( | std::ostream & | os | ) | const | 
Definition at line 108 of file robot-utils.cpp.
| Eigen::VectorXd dynamicgraph::sot::ForceLimits::lower | 
Definition at line 61 of file robot-utils.hh.
| Eigen::VectorXd dynamicgraph::sot::ForceLimits::upper | 
Definition at line 60 of file robot-utils.hh.