Commit 3240822
committed
fix(docs): pick a collision-checking example that actually collides
The intro.rst example placed a 1x1x1 box at (1,0,0), which is outside
the Panda's reach at q=0/qr — panda.iscollided() always returned False,
so the example never demonstrated the feature it was illustrating.
Use a smaller box positioned to intersect the forearm at q=0 instead.1 parent 29ee42b commit 3240822
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
664 | | - | |
665 | | - | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
666 | 667 | | |
667 | 668 | | |
668 | 669 | | |
669 | | - | |
670 | | - | |
671 | | - | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
672 | 673 | | |
673 | 674 | | |
674 | 675 | | |
| |||
0 commit comments