Commit 27bc80a
collision: fix Windows mesh path + ty unresolved-import on pinokin
- Windows: rewrite package:// mesh refs to a plain POSIX path, not a file://
URI. coal strips the scheme naively, leaving an invalid '/D:/...' (leading
slash before the drive letter) so assimp couldn't open the meshes. as_posix()
yields '/abs/...' on POSIX and 'D:/abs/...' on Windows — both openable.
- Lint: scope a ty unresolved-import override to PAROL6_ROBOT.py; the lint env's
pinokin build can predate CollisionChecker (resolves fine at runtime).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent e262df2 commit 27bc80a
2 files changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
115 | 123 | | |
116 | 124 | | |
117 | 125 | | |
| |||
0 commit comments