Commit f45d2fd
committed
Tune coffee skills: fix button press, gradual fill, table collision, pour
- Fix button press to use Euclidean distance instead of squared distance
- Increase button press threshold for pybullet coffee
- Stop re-creating liquid in gradual fill once jug is full
- Add table to collision bodies in motion planning
- Skip MoveAbovePour phase in pour skill
- Reduce liquid body mass
[coffee-new-skills]1 parent fefe90d commit f45d2fd
4 files changed
Lines changed: 23 additions & 12 deletions
File tree
- predicators
- envs
- ground_truth_models/skill_factories
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
798 | | - | |
799 | | - | |
| 798 | + | |
| 799 | + | |
800 | 800 | | |
801 | 801 | | |
802 | 802 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
578 | 590 | | |
579 | 591 | | |
580 | 592 | | |
| |||
583 | 595 | | |
584 | 596 | | |
585 | 597 | | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | 598 | | |
592 | 599 | | |
593 | 600 | | |
| |||
781 | 788 | | |
782 | 789 | | |
783 | 790 | | |
784 | | - | |
| 791 | + | |
785 | 792 | | |
786 | 793 | | |
787 | 794 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
548 | 552 | | |
549 | 553 | | |
550 | 554 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments