Closed nicola-gigante closed 11 months ago
@arbimo FYK
@nicola-gigante The bug you are experiencing comes from the UP.
It should be fixed in the pr #538.
Thanks! Is there a timeframe for the PR to be merged into a release of the UP?
Edit: I didn't realize the PR was brand new! You have been super fast! Thank you!
Describe the bug The
aries
engine integration crashes when a timed effect is added to a problem.To Reproduce Run the following:
The output is the following:
Since
MergeFrom
is aprotobuf
function and thearies
integration usesprotobuf
to communicate to the backend, I suspect this is a problem in the conversion of the UPProblem
class to theunified_planning.grpc.generated.unified_planning_pb2.Problem
class.Note that the fact that I'm creating a
HierarchicalProblem
here is irrelevant. The same happens if I create a simpleProblem
.Expected behavior I would expect to get whatever result the planning problem has, instead of an exception.
Additional context I'm on Python 3.9 on Debian Linux.