TVM  0.9.4
tvm::robot::internal::FrictionCone Class Reference

#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
 

Detailed Description

Linearized friction cone generator.

Compute the vectors that linearize the friction cone using the generators.

Constructor & Destructor Documentation

◆ FrictionCone() [1/2]

tvm::robot::internal::FrictionCone::FrictionCone ( )
inline

Default constructor

◆ FrictionCone() [2/2]

tvm::robot::internal::FrictionCone::FrictionCone ( const Eigen::Matrix3d &  frame,
unsigned int  nrGen,
double  mu,
double  direction = 1.0 
)

Compute the friction cone linearization

Parameters
frameFriction cone frame. The friction cone is defined along the frame normal axis
nrGenNumber of vectors generating the cone
muCoefficient of friction
dirCone direction

Member Data Documentation

◆ generators

std::vector<Eigen::Vector3d> tvm::robot::internal::FrictionCone::generators

The documentation for this class was generated from the following file: