Commit 5a497b5
committed
Fixes collision check for attached objects.
Corrects collision checking logic between a robot and its attached objects.
The previous logic iterated through moving links only, which could miss
collisions if the attached object's link wasn't a moving link. This change
iterates through all links of the robot to ensure comprehensive collision detection.1 parent 23fc769 commit 5a497b5
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| 393 | + | |
393 | 394 | | |
394 | 395 | | |
395 | 396 | | |
| |||
403 | 404 | | |
404 | 405 | | |
405 | 406 | | |
406 | | - | |
| 407 | + | |
407 | 408 | | |
408 | 409 | | |
409 | 410 | | |
| |||
0 commit comments