laas / fape

FAPE (Flexible Acting and Planning Environment) is a constraint-based planner for the ANML language.
BSD 2-Clause "Simplified" License
31 stars 7 forks source link

error with resources #6

Closed SimonaGu closed 3 years ago

SimonaGu commented 4 years ago

I am trying to write a domain with continuous quantities (such as the battery of a robot). I have tried to run the resource domain (planning/domains/test-domains/resources.anml) but I've got this error

fr.laas.fape.anml.ANMLException: Unable to parse ANML: [8.26] failure: ;' expected but5' found

which is the same that I get with the domain that I have written.

arbimo commented 4 years ago

Hi,

I am sorry but FAPE does not currently support resources (and probably won't in the foreseeable future). There might be some left over of an early stage attempt at supporting them though ; such as the resources.anml file you found.