Skip to content

Commit a8ecd3a

Browse files
authored
Update README
1 parent 0699bb9 commit a8ecd3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Method | Description
1212
------------ | -------------
1313
`pddl_visualise(path of domain, path of problem, path of animation, output format)` | Submit 3 pddl files which corresponds to domain, problem, animation profile respectively and receive response in one of 5 supported formats (vfg, png, gif, webm, mp4). Similar to "Build visualisation from problem" on user interface
1414
`vfg_visualise(path of vfg, output format)` | Submit a vfg file and receive response in one of 4 supported formats (png, gif, webm, mp4). Similar to "Build visualisation from solution VFG" on user interface
15+
1516
An example of usage is demonstrated below:
1617
```python
1718
import planimation_api as api

0 commit comments

Comments
 (0)