force_control_collection
Namespaces | Functions
Contact.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ForceColl
 

Functions

template<template< class... > class MapType, class KeyType , class... RestTypes>
MapType< KeyType, sva::ForceVecd > ForceColl::calcWrenchList (const MapType< KeyType, std::shared_ptr< Contact >, RestTypes... > &contactList, const Eigen::VectorXd &wrenchRatio, const Eigen::Vector3d &momentOrigin=Eigen::Vector3d::Zero())
 Calculate contact wrench list. More...
 
template<template< class... > class MapType, class KeyType , class... RestTypes>
std::vector< std::shared_ptr< Contact > > ForceColl::getContactVecFromMap (const MapType< KeyType, std::shared_ptr< Contact >, RestTypes... > &contactList)
 Convert vector of contact constraint to map. More...