doosan-robotics / doosan-robot

ROS for Doosan Robot
BSD 3-Clause "New" or "Revised" License
125 stars 62 forks source link

emulator install #192

Closed Hokite closed 6 months ago

Hokite commented 6 months ago

Regarding the emulator installation, if I proceed with the installation as shown in the git, I can't recognize the docker. Can you tell me the specific installation method? Screenshot from 2024-03-26 13-45-54

duygiang1162 commented 6 months ago

you need install docker beforehand

Hokite commented 6 months ago

I installed docker, is there anything I need to apply additionally? Should I install docker and create additional images?

duygiang1162 commented 6 months ago

Verify that the Docker Engine installation is successful by running the hello-world image: sudo service docker start sudo docker run hello-world