1 #ifndef AUBO_SCOPE_FEATURE_MODEL_H 2 #define AUBO_SCOPE_FEATURE_MODEL_H 23 std::vector<FeaturePtr> getAll();
37 std::vector<FeaturePtr> getGeomFeture();
39 FeaturePtr getByName(
const std::string &name);
44 FeaturePtr getBaseFeature();
49 FeaturePtr getToolFeature();
51 std::vector<FeaturePtr> getFeatures(std::function<
bool(FeaturePtr)> filter);
54 friend class DataSwitch;
62 #endif // AUBO_SCOPE_FEATURE_MODEL_H ARCS_CLASS_FORWARD(GripForceCapability)
Provides methods that returns features from the current robot installation.