dynacom::ContactPointSettings Struct Reference

#include <dynacom/contact6d.hpp>

Public Member Functions

std::string to_string ()
 
std::ostream & operator<< (std::ostream &out)
 
bool operator== (const ContactPointSettings &rhs)
 
bool operator!= (const ContactPointSettings &rhs)
 

Public Attributes

double mu
 
Eigen::Matrix< double, 3, 1 > weights
 
std::string frame_name
 

Detailed Description

Still missing the definition of the abstract class Contact which will be the ansester of ContactPoint and Contact6D. Similar for the settings.

Member Function Documentation

◆ operator!=()

bool dynacom::ContactPointSettings::operator!= ( const ContactPointSettings rhs)
inline

◆ operator<<()

std::ostream& dynacom::ContactPointSettings::operator<< ( std::ostream &  out)
inline

◆ operator==()

bool dynacom::ContactPointSettings::operator== ( const ContactPointSettings rhs)
inline

◆ to_string()

std::string dynacom::ContactPointSettings::to_string ( )
inline

Member Data Documentation

◆ frame_name

std::string dynacom::ContactPointSettings::frame_name

◆ mu

double dynacom::ContactPointSettings::mu

◆ weights

Eigen::Matrix<double, 3, 1> dynacom::ContactPointSettings::weights

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