$search
Definition of a contact that is allowed. More...
#include <environment.h>
Public Attributes | |
boost::shared_ptr< bodies::Body > | bound |
the bound where the contact is allowed | |
double | depth |
tha maximum depth for the contact | |
std::vector< std::string > | links |
the set of link names that are allowed to make contact |
Definition of a contact that is allowed.
Definition at line 91 of file environment.h.
boost::shared_ptr<bodies::Body> collision_space_ccd::EnvironmentModel::AllowedContact::bound |
the bound where the contact is allowed
Definition at line 94 of file environment.h.
tha maximum depth for the contact
Definition at line 100 of file environment.h.
std::vector<std::string> collision_space_ccd::EnvironmentModel::AllowedContact::links |
the set of link names that are allowed to make contact
Definition at line 97 of file environment.h.