Hi,
I have a simple function in my PDDL file that can be reduced to:
(:functions
(ordering_constraint ?o - object)
)
The function allows for constraints such as
(= (ordering_constraint object_1) 1)
(= (ordering_constraint object_2) 2)
I would like to be able to set these functions in ROSPlan with a service call. It appears to me that this should be possible to the knowledgebase update service. However, I have been unable to either find an example or get this working on my own. Has anyone utilized functions with ROSPlan? Thanks.
Stephen