Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-ye authored Jun 22, 2023
1 parent 61a4398 commit 3bde571
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions simulation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,18 +538,21 @@ Turns 30 degrees clockwise

### ClimbExecutor
- script: climb 'object'
- description: can only be used coffeetable and bed
- Pre-condition:
- exist edge `character` close `object`

### FallTable1Executor
- script: falltable1
- description: can only be used coffeetable and bed
- Pre-condition:
- exist edge `character` on `object`
- Post-condition:
- remove directed edges: `character` on `object`

### FallTable2Executor
- script: falltable2
- description: can only be used coffeetable and bed
- Pre-condition:
- exist edge `character` on `object`
- Post-condition:
Expand All @@ -572,20 +575,24 @@ Turns 30 degrees clockwise

### JumpUpExecutor
- script: jumpup 'object'
- description: can only be used coffeetable and bed
- Pre-condition:
- exist edge `character` close `object`

### JumpDownExecutor
- script: jumpdown
- description: can only be used after climbing coffeetable and bed

### FallFromExecutor
- script: fallfrom
- description: can only be used after climbing coffeetable and bed

### FallBackExecutor
- script: fallback

### GoDownExecutor
- script: godown
- description: can only be used after climbing coffeetable and bed

### StandExecutor
- script: stand
Expand Down

0 comments on commit 3bde571

Please sign in to comment.