You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently plansys2_planner/src/plansys2_planner/PlannerClient.cpp has an hardcoded value of 15 seconds to find a solution plan. This might be ok for small examples. However, if the problem is a bit more complex 15 seconds might not be enough.
It would be good to have the possibility to programmatically modify the value at run time when needed, thus avoiding recompiling the entire system only to modify the timeout.
The text was updated successfully, but these errors were encountered:
roveri-marco
changed the title
Searching for a solution timeout shall be configurable
Timeout for searching for a solution plan shall be configurable
Sep 19, 2022
r-gheda
added a commit
to r-gheda/ros2_planning_system
that referenced
this issue
Nov 11, 2022
Currently
plansys2_planner/src/plansys2_planner/PlannerClient.cpp
has an hardcoded value of 15 seconds to find a solution plan. This might be ok for small examples. However, if the problem is a bit more complex 15 seconds might not be enough.It would be good to have the possibility to programmatically modify the value at run time when needed, thus avoiding recompiling the entire system only to modify the timeout.
The text was updated successfully, but these errors were encountered: