|
| sva::ForceVecd | ForceColl::calcTotalWrench (const std::vector< std::shared_ptr< Contact >> &contactList, const Eigen::VectorXd &wrenchRatio, const Eigen::Vector3d &momentOrigin=Eigen::Vector3d::Zero()) |
| | Calculate total wrench. More...
|
| |
| std::vector< sva::ForceVecd > | ForceColl::calcWrenchList (const std::vector< std::shared_ptr< Contact >> &contactList, const Eigen::VectorXd &wrenchRatio, const Eigen::Vector3d &momentOrigin=Eigen::Vector3d::Zero()) |
| | Calculate contact wrench list. More...
|
| |
| std::vector< sva::ForceVecd > | ForceColl::calcLocalWrenchList (const std::vector< std::shared_ptr< Contact >> &contactList, const Eigen::VectorXd &wrenchRatio) |
| | Calculate local contact wrench list. More...
|
| |
| 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...
|
| |