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 74 of file environment.h.
boost::shared_ptr<bodies::Body> collision_space::EnvironmentModel::AllowedContact::bound |
the bound where the contact is allowed
Definition at line 77 of file environment.h.
tha maximum depth for the contact
Definition at line 83 of file environment.h.
std::vector<std::string> collision_space::EnvironmentModel::AllowedContact::links |
the set of link names that are allowed to make contact
Definition at line 80 of file environment.h.