|
TVM
0.9.4
|
#include <tvm/robot/internal/FrictionCone.h>
Public Member Functions | |
| FrictionCone () | |
| FrictionCone (const Eigen::Matrix3d &frame, unsigned int nrGen, double mu, double direction=1.0) | |
Public Attributes | |
| std::vector< Eigen::Vector3d > | generators |
Linearized friction cone generator.
Compute the vectors that linearize the friction cone using the generators.
|
inline |
Default constructor
| tvm::robot::internal::FrictionCone::FrictionCone | ( | const Eigen::Matrix3d & | frame, |
| unsigned int | nrGen, | ||
| double | mu, | ||
| double | direction = 1.0 |
||
| ) |
Compute the friction cone linearization
| frame | Friction cone frame. The friction cone is defined along the frame normal axis |
| nrGen | Number of vectors generating the cone |
| mu | Coefficient of friction |
| dir | Cone direction |
| std::vector<Eigen::Vector3d> tvm::robot::internal::FrictionCone::generators |