urdf-spherizer 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,34 +1,34 @@
1
- name: release
2
-
3
- on:
4
- push:
5
- tags:
6
- - "v*"
7
- workflow_dispatch:
8
-
9
- jobs:
10
- publish:
11
- name: Publish wheels (${{ matrix.os }})
12
- runs-on: ${{ matrix.os }}
13
- strategy:
14
- fail-fast: false
15
- matrix:
16
- include:
17
- - os: ubuntu-latest
18
- args: --skip-existing
19
- manylinux: 2014
20
- - os: windows-latest
21
- args: --skip-existing
22
- manylinux: auto
23
- - os: macos-latest
24
- args: --skip-existing --universal2
25
- manylinux: auto
26
- steps:
27
- - uses: actions/checkout@v4
28
- - uses: PyO3/maturin-action@v1
29
- env:
30
- MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
31
- with:
32
- command: publish
33
- args: ${{ matrix.args }}
34
- manylinux: ${{ matrix.manylinux }}
1
+ name: release
2
+
3
+ on:
4
+ push:
5
+ tags:
6
+ - "v*"
7
+ workflow_dispatch:
8
+
9
+ jobs:
10
+ publish:
11
+ name: Publish wheels (${{ matrix.os }})
12
+ runs-on: ${{ matrix.os }}
13
+ strategy:
14
+ fail-fast: false
15
+ matrix:
16
+ include:
17
+ - os: ubuntu-latest
18
+ args: --skip-existing
19
+ manylinux: 2014
20
+ - os: windows-latest
21
+ args: --skip-existing
22
+ manylinux: auto
23
+ - os: macos-latest
24
+ args: --skip-existing -- --universal2
25
+ manylinux: auto
26
+ steps:
27
+ - uses: actions/checkout@v4
28
+ - uses: PyO3/maturin-action@v1
29
+ env:
30
+ MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
31
+ with:
32
+ command: publish
33
+ args: ${{ matrix.args }}
34
+ manylinux: ${{ matrix.manylinux }}
@@ -1,7 +1,7 @@
1
- /target
2
- Cargo.lock
3
-
4
- __pycache__/
5
- *.pyc
6
- *.so
7
- *.pyd
1
+ /target
2
+ Cargo.lock
3
+
4
+ __pycache__/
5
+ *.pyc
6
+ *.so
7
+ *.pyd
@@ -1 +1 @@
1
- 3.13
1
+ 3.13
@@ -262,7 +262,7 @@ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
262
262
 
263
263
  [[package]]
264
264
  name = "urdf_spherizer"
265
- version = "0.1.0"
265
+ version = "0.1.1"
266
266
  dependencies = [
267
267
  "numpy",
268
268
  "pyo3",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "urdf_spherizer"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  edition = "2021"
5
5
  readme = "README.md"
6
6
 
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 k-tanaka
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2026 k-tanaka
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: urdf-spherizer
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Requires-Dist: numpy
5
5
  Requires-Dist: rerun-sdk
6
6
  Requires-Dist: scipy>=1.17.0
@@ -11,33 +11,33 @@ Author-email: neka-nat <nekanat.stock@gmail.com>
11
11
  Requires-Python: >=3.13
12
12
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
13
13
 
14
- urdf-spherizer
15
- ==============
16
-
17
- Convert URDF visual geometry into conservative sphere-based collision geometry.
18
-
19
- Usage
20
- -----
21
-
22
- ```bash
23
- uvx urdf-spherizer path/to/model.urdf -o path/to/model.spheres.urdf --max-spheres 64 --margin 0.002
24
- ```
25
-
26
- Optional visualization with rerun:
27
-
28
- ```bash
29
- uvx urdf-spherizer path/to/model.urdf --viz
30
- ```
31
-
32
- If your URDF uses `package://` URLs, pass package roots:
33
-
34
- ```bash
35
- uvx urdf-spherizer path/to/model.urdf --package-dir my_robot=/path/to/my_robot
36
- ```
37
-
38
-
39
- Results
40
- --------
41
-
42
- https://github.com/user-attachments/assets/494a6be0-eeb3-41ec-a807-08dbced9c3a8
14
+ urdf-spherizer
15
+ ==============
16
+
17
+ Convert URDF visual geometry into conservative sphere-based collision geometry.
18
+
19
+ Usage
20
+ -----
21
+
22
+ ```bash
23
+ uvx urdf-spherizer path/to/model.urdf -o path/to/model.spheres.urdf --max-spheres 64 --margin 0.002
24
+ ```
25
+
26
+ Optional visualization with rerun:
27
+
28
+ ```bash
29
+ uvx urdf-spherizer path/to/model.urdf --viz
30
+ ```
31
+
32
+ If your URDF uses `package://` URLs, pass package roots:
33
+
34
+ ```bash
35
+ uvx urdf-spherizer path/to/model.urdf --package-dir my_robot=/path/to/my_robot
36
+ ```
37
+
38
+
39
+ Results
40
+ --------
41
+
42
+ https://github.com/user-attachments/assets/494a6be0-eeb3-41ec-a807-08dbced9c3a8
43
43
 
@@ -1,29 +1,29 @@
1
- urdf-spherizer
2
- ==============
3
-
4
- Convert URDF visual geometry into conservative sphere-based collision geometry.
5
-
6
- Usage
7
- -----
8
-
9
- ```bash
10
- uvx urdf-spherizer path/to/model.urdf -o path/to/model.spheres.urdf --max-spheres 64 --margin 0.002
11
- ```
12
-
13
- Optional visualization with rerun:
14
-
15
- ```bash
16
- uvx urdf-spherizer path/to/model.urdf --viz
17
- ```
18
-
19
- If your URDF uses `package://` URLs, pass package roots:
20
-
21
- ```bash
22
- uvx urdf-spherizer path/to/model.urdf --package-dir my_robot=/path/to/my_robot
23
- ```
24
-
25
-
26
- Results
27
- --------
28
-
29
- https://github.com/user-attachments/assets/494a6be0-eeb3-41ec-a807-08dbced9c3a8
1
+ urdf-spherizer
2
+ ==============
3
+
4
+ Convert URDF visual geometry into conservative sphere-based collision geometry.
5
+
6
+ Usage
7
+ -----
8
+
9
+ ```bash
10
+ uvx urdf-spherizer path/to/model.urdf -o path/to/model.spheres.urdf --max-spheres 64 --margin 0.002
11
+ ```
12
+
13
+ Optional visualization with rerun:
14
+
15
+ ```bash
16
+ uvx urdf-spherizer path/to/model.urdf --viz
17
+ ```
18
+
19
+ If your URDF uses `package://` URLs, pass package roots:
20
+
21
+ ```bash
22
+ uvx urdf-spherizer path/to/model.urdf --package-dir my_robot=/path/to/my_robot
23
+ ```
24
+
25
+
26
+ Results
27
+ --------
28
+
29
+ https://github.com/user-attachments/assets/494a6be0-eeb3-41ec-a807-08dbced9c3a8
@@ -1,27 +1,27 @@
1
- [project]
2
- name = "urdf-spherizer"
3
- version = "0.1.0"
4
- description = "Add your description here"
5
- readme = "README.md"
6
- authors = [
7
- { name = "neka-nat", email = "nekanat.stock@gmail.com" }
8
- ]
9
- requires-python = ">=3.13"
10
- dependencies = [
11
- "numpy",
12
- "rerun-sdk",
13
- "scipy>=1.17.0",
14
- "trimesh",
15
- ]
16
-
17
- [project.scripts]
18
- urdf-spherizer = "urdf_spherizer:main"
19
-
20
- [tool.maturin]
21
- module-name = "urdf_spherizer._core"
22
- python-packages = ["urdf_spherizer"]
23
- python-source = "src"
24
-
25
- [build-system]
26
- requires = ["maturin>=1.0,<2.0"]
27
- build-backend = "maturin"
1
+ [project]
2
+ name = "urdf-spherizer"
3
+ version = "0.1.1"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ authors = [
7
+ { name = "neka-nat", email = "nekanat.stock@gmail.com" }
8
+ ]
9
+ requires-python = ">=3.13"
10
+ dependencies = [
11
+ "numpy",
12
+ "rerun-sdk",
13
+ "scipy>=1.17.0",
14
+ "trimesh",
15
+ ]
16
+
17
+ [project.scripts]
18
+ urdf-spherizer = "urdf_spherizer:main"
19
+
20
+ [tool.maturin]
21
+ module-name = "urdf_spherizer._core"
22
+ python-packages = ["urdf_spherizer"]
23
+ python-source = "src"
24
+
25
+ [build-system]
26
+ requires = ["maturin>=1.0,<2.0"]
27
+ build-backend = "maturin"