We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why does it only consider the at_start effects when checking if actions A and B are parallelizable? Shouldn't it also consider the at_end effects?
at_start
at_end
What if action A has some over_all requirements that are affected by action B's at_end effects and action B finishes first?
over_all
ros2_planning_system/plansys2_executor/src/plansys2_executor/bt_builder_plugins/simple_bt_builder.cpp
Lines 166 to 178 in b82cc6f
The text was updated successfully, but these errors were encountered:
[PlanSys2#331]apply at_end_effects in get_node_contradict
5841810
Probably we could explore also this, but I don't remember the reasons.
Sorry, something went wrong.
No branches or pull requests
Why does it only consider the
at_start
effects when checking if actions A and B are parallelizable? Shouldn't it also consider theat_end
effects?What if action A has some
over_all
requirements that are affected by action B'sat_end
effects and action B finishes first?ros2_planning_system/plansys2_executor/src/plansys2_executor/bt_builder_plugins/simple_bt_builder.cpp
Lines 166 to 178 in b82cc6f
The text was updated successfully, but these errors were encountered: