init: scaffold cosma-nav repo

This commit is contained in:
Floppyrj45
2026-04-24 01:36:23 +02:00
commit b479aeca04
6 changed files with 16 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
data/
*.h5
*.npz
*.ply
__pycache__/
*.pyc
.venv/

0
extract/__init__.py Normal file
View File

0
fuse/__init__.py Normal file
View File

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
mcap>=1.1.0
mcap-ros2-support>=0.3.0
h5py>=3.10
numpy>=1.26
scipy>=1.12
pyproj>=3.6
open3d>=0.18.0
flask>=3.0
pytest>=8.0

0
tests/__init__.py Normal file
View File

0
viz/__init__.py Normal file
View File