cvar-upm / aerostack

Software framework for aerial robotic systems
Other
154 stars 43 forks source link

install_project_with_docker.sh Error #75

Open mark-91 opened 2 years ago

mark-91 commented 2 years ago

i am try to install project_with_docker but i have this error ~/temp/install_project_with_docker.sh projects/my_project Pulling cvar/aerostack_melodic_full docker image Using default tag: latest latest: Pulling from cvar/aerostack_melodic_full a1125296b23d: Pull complete 3c742a4a0f38: Pull complete 4c5ea3b32996: Pull complete 1b4be91ead68: Pull complete 7f5a9a0d3eda: Pull complete c5ed212db9ea: Pull complete ce51d2b74c63: Pull complete 9598f0e0a4db: Pull complete e0f7acc57b7f: Pull complete 1f694ecfc0df: Pull complete 7e573d0ee201: Pull complete 2ecc7004023f: Pull complete c44fdd6d0cef: Pull complete 12375dad4e58: Pull complete 19afd9f91c7b: Pull complete f741776093bb: Pull complete 32dee3916b94: Pull complete 8dff164598e0: Pull complete 963fd64f68d1: Pull complete Digest: sha256:d5bbbb373128224472d31b18931b24f4bf2c9742f20cec060a886fb6da63c5cd Status: Downloaded newer image for cvar/aerostack_melodic_full:latest docker.io/cvar/aerostack_melodic_full:latest error: pathspec 'projects/my_project' did not match any file(s) known to git. The project: projects/my_project does not exist

then i try to create Folder ( projects and my_project) and but install_project_with_docker.sh in it and run but still have error

Tuxliri commented 1 year ago

I am having the same issue, it looks to me that the projects subdirectories are submodules pointing to a bitbucket repository. If you simply do git clone it will not pull these. If you want to pull them you either need to clone by doing git clone --recurse-submodule https://github.com/cvar-upm/aerostack.git or in alternative if it has already been cloned you can run git submodule init and git submodule update to pull them from the referenced repos.