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

Keyword "duration" in the conditions and effects of durative-actions #3

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 13 Oct 2009 at 2:03

  • Changed title: *Keyword "duration" in the conditions and effects of durative-actions *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant