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
What steps will reproduce the problem?
1. Create a durative-action and in its effect (using OCL expression in the
statemachine diagram for instance) use the word "duration" as a keyword to
refer to the duration of the action. For example:
uav.fuelLevel = uav.fuelLevel - (duration * uav.fuelConsumptionRate) and
totalFuelUsed = totalFuelUsed + (duration * uav.fuelConsumptionRate) and
visited(uav,w2)
2. When the PDDL domain is generated, itSIMPLE gives the following message:
'"duration" is not a known expression'. Even using the keyword "?duration"
as an attempt to reach a correct pddl the message is shown '"duration" is
not a known expression'. In this case the resulting pddl is correct but the
tool just perform a bypass in this situation.
What is the expected output? What do you see instead?
The tool should treat the keyword "duration" somehow and translate it correctly
to PDDL.
What version of the product are you using? On what operating system?
Version: 3.0.10
Operating system: linux (Ubuntu)
Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 7:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Oct 2009 at 7:46The text was updated successfully, but these errors were encountered: