-
- Downloads
adding Social Map Component
Showing
- .gitmodules 4 additions, 0 deletions.gitmodules
- modules/__init__.py 0 additions, 0 deletionsmodules/__init__.py
- mpi_sim/components/__init__.py 5 additions, 1 deletionmpi_sim/components/__init__.py
- mpi_sim/components/ari_navigation.py 51 additions, 2 deletionsmpi_sim/components/ari_navigation.py
- mpi_sim/components/occupancy_grid_mapping.py 12 additions, 3 deletionsmpi_sim/components/occupancy_grid_mapping.py
- mpi_sim/components/social_mapping.py 158 additions, 0 deletionsmpi_sim/components/social_mapping.py
- mpi_sim/utils/__init__.py 10 additions, 0 deletionsmpi_sim/utils/__init__.py
- mpi_sim/utils/social_map.py 219 additions, 0 deletionsmpi_sim/utils/social_map.py
- mpi_sim/utils/truong_2018.py 853 additions, 0 deletionsmpi_sim/utils/truong_2018.py
- requirements.txt 2 additions, 2 deletionsrequirements.txt
- setup.cfg 2 additions, 2 deletionssetup.cfg
modules/__init__.py
deleted
100644 → 0
mpi_sim/components/social_mapping.py
0 → 100644
mpi_sim/utils/social_map.py
0 → 100644
mpi_sim/utils/truong_2018.py
0 → 100644
This diff is collapsed.
... | ... | @@ -8,7 +8,7 @@ attrs==21.4.0 |
backcall==0.2.0 | ||
beautifulsoup4==4.11.1 | ||
bleach==5.0.1 | ||
Box2D==2.3.10 | ||
Box2D==2.3.10 -f https://github.com/pybox2d/pybox2d.git | ||
cachetools==5.2.0 | ||
certifi==2022.5.18.1 | ||
cffi==1.15.1 | ||
... | ... | @@ -43,7 +43,7 @@ ipython-genutils==0.2.0 |
ipywidgets==7.6.5 | ||
isort==5.10.1 | ||
jax==0.2.20 | ||
jaxlib==0.1.71 | ||
jaxlib==0.1.71 -f https://storage.googleapis.com/jax-releases/jax_releases.html | ||
jedi==0.18.1 | ||
Jinja2==3.1.2 | ||
joblib==1.1.0 | ||
... | ... |
Please register or sign in to comment