Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend is_action_feasible to include QA/EA as a parameter #100

Open
2 tasks
Rezenders opened this issue Jun 18, 2024 · 0 comments
Open
2 tasks

Extend is_action_feasible to include QA/EA as a parameter #100

Rezenders opened this issue Jun 18, 2024 · 0 comments

Comments

@Rezenders
Copy link
Collaborator

Rezenders commented Jun 18, 2024

  • Extend is_action_feasible to include QA/EA as a parameter. For example, is the action feasible for an estimated QA > X.
  • Extend the ROS service and messages used for checking whether an action is feasible
match
    $qa isa QualityAttribute, has attribute-name "qa_turning_radius";
    $a isa Action, has action-name "a_inspect_harbor_wall";
    $fr (action:$a, required-function:$f) isa functional-requirement;
    $fd (function: $f, required-component:$c) isa function-design; #TODO: check if there is FD that satisfies the estimation
    $cc (component: $c, parameter: $p) isa component-configuration;
    $e (causer:$cc , affected: $qa) isa estimation, has estimation-value $e_value, has estimation-type "absolute";
    $e_value > 7.0;
get;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant