Closed arshemii closed 1 year ago
Hi arshemii,
it's not possible for me to reproduce your error.
ros1_run.sh
or ros2_run.sh
?git status
when you execute this command in the acdc repository ?git pull
?docker-run
successfully ? Please check the installation guide here https://github.com/ika-rwth-aachen/docker-run#installationBests, Till
Hi arshemii,
it's not possible for me to reproduce your error.
- Did you change any of the files belonging to the acdc repository ?
- Did you change the files
ros1_run.sh
orros2_run.sh
?- What is the output of
git status
when you execute this command in the acdc repository ?- Can you make sure that you have the latest version of the code by executing
git pull
?- Have you installed
docker-run
successfully ? Please check the installation guide here https://github.com/ika-rwth-aachen/docker-run#installationBests, Till
Hello. Thanks for the answer. The problem has been solved, I dont know how, but I reinstall everything again. Anyway, thanks again
On Virtual Machine (vmware)
YOUR ANSWER
lsb_release -a
in a terminal)ubuntu 22.04.3 LTS
ls -la
and paste the content here.total 56 drwxrwxr-x 9 arash arash 4096 ott 28 20:47 . drwxrwxr-x 3 arash arash 4096 ott 28 20:45 .. drwxrwxr-x 2 arash arash 4096 ott 28 20:47 assets drwxrwxr-x 2 arash arash 4096 ott 28 20:47 bag drwxrwxr-x 3 arash arash 4096 ott 28 20:47 catkin_workspace drwxrwxr-x 3 arash arash 4096 ott 28 20:47 colcon_workspace drwxrwxr-x 2 arash arash 4096 ott 28 20:47 docker drwxrwxr-x 9 arash arash 4096 ott 28 20:47 .git drwxrwxr-x 4 arash arash 4096 ott 28 20:47 .github -rwxrwxr-x 1 arash arash 2761 ott 28 20:47 .gitignore -rwxrwxr-x 1 arash arash 2001 ott 28 20:47 .gitlab-ci.yml -rwxrwxr-x 1 arash arash 833 ott 28 20:47 .gitmodules -rwxrwxr-x 1 arash arash 1104 ott 28 20:47 LICENSE -rwxrwxr-x 1 arash arash 2816 ott 28 20:47 README.md
catkin_workspace
folder in the acdc repository and executels -la
and paste the content here.total 16 drwxrwxr-x 3 arash arash 4096 ott 28 20:47 . drwxrwxr-x 9 arash arash 4096 ott 28 20:47 .. -rw-rw-r-- 1 arash arash 98 ott 28 20:47 .catkin_workspace -rw-rw-r-- 1 arash arash 0 ott 28 20:47 .gitkeep drwxrwxr-x 4 arash arash 4096 ott 28 20:47 src
docker images
and paste the content here.REPOSITORY TAG IMAGE ID CREATED SIZE rwthika/acdc ros1 b4c4c4abd17a 2 weeks ago 23.8GB hello-world latest 9c7a54a9a43c 5 months ago 13.3kB
After running the command "docker pull rwthika/acdc:ros1" in my host in terminal, and waiting for downloading all, I want to execute ./ros1_run.sh (Naturally I navigate to the repository .../acdc/docker/ ), but the error I have is: Starting new container 'acdc_ros1' ...
docker: invalid reference format. See 'docker run --help'.
Error Message: Starting new container 'acdc_ros1' ...
docker: invalid reference format. See 'docker run --help'.
Screenshot: INSERT HERE