init: scaffold cosma-nav repo
This commit is contained in:
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
data/
|
||||||
|
*.h5
|
||||||
|
*.npz
|
||||||
|
*.ply
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.venv/
|
||||||
0
extract/__init__.py
Normal file
0
extract/__init__.py
Normal file
0
fuse/__init__.py
Normal file
0
fuse/__init__.py
Normal file
9
requirements.txt
Normal file
9
requirements.txt
Normal 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
0
tests/__init__.py
Normal file
0
viz/__init__.py
Normal file
0
viz/__init__.py
Normal file
Reference in New Issue
Block a user