|  | RobWorkProject
    23.9.11-
    | 
One row in the strategy table, with a priority, match-rules, a strategy and associated ContactModels. More...
#include <ContactDetector.hpp>
| Public Member Functions | |
| StrategyTableRow () | |
| Constructor. | |
| Public Attributes | |
| std::size_t | priority | 
| The priority of this rule in the strategy table, where 0 is the highest priority. | |
| rw::proximity::ProximitySetup | rules | 
| The match rules for the frame names that this strategy rule applies to. | |
| rw::core::Ptr< ContactStrategy > | strategy | 
| The contact strategy to use when the rules match. | |
| rw::kinematics::FrameMap< std::map< std::string, rw::core::Ptr< ContactModel > > > | models | 
One row in the strategy table, with a priority, match-rules, a strategy and associated ContactModels.
| rw::kinematics::FrameMap<std::map<std::string, rw::core::Ptr<ContactModel> > > models | 
A map of ContactModels for use with this strategy. ContactModels are specific for the used strategy.