mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-09 11:10:34 -05:00
Update README.md
This commit is contained in:
parent
6a47400d33
commit
7722931bd9
1 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@ Two approaches:
|
|||
(< (size ?c) (size ?d))
|
||||
(< (size ?b) (size ?c))]
|
||||
:actions [(removeFrom ?b ?d) (placeInside ?b ?c) (placeInside ?c ?d)]})
|
||||
```
|
||||
|
||||
Roughly, a method has conditions that the goal and background + start state should satisfy. If the conditions are satisfied, a plan template is generated (note the variables).
|
||||
The planner then verifies if the plan template works, if so it outputs the plan.
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue