Hi, thanks for your great work on SplatSim!
When cloning the repository recursively, the process hangs during submodule initialization because one of the submodules points to a missing repository.
git clone --recursive https://github.com/qureshinomaan/SplatSim.git
The following submodule fails to clone:
Submodule 'submodules/pybullet-URDF-models' (https://github.com/c-yiting/pybullet-URDF-models.git) registered for path 'submodules/pybullet-URDF-models'
However, the repository https://github.com/c-yiting/pybullet-URDF-models.git no longer exists (GitHub 404).
Hi, thanks for your great work on SplatSim!
When cloning the repository recursively, the process hangs during submodule initialization because one of the submodules points to a missing repository.
git clone --recursive https://github.com/qureshinomaan/SplatSim.git
The following submodule fails to clone:
Submodule 'submodules/pybullet-URDF-models' (https://github.com/c-yiting/pybullet-URDF-models.git) registered for path 'submodules/pybullet-URDF-models'
However, the repository https://github.com/c-yiting/pybullet-URDF-models.git no longer exists (GitHub 404).