src | 2 years ago | ||
Dockerfile | 2 years ago | ||
build.sh | 2 years ago | ||
get_apt_list.sh | 2 years ago | ||
pull.sh | 2 years ago | ||
readme.txt | 2 years ago | ||
runLite.sh | 2 years ago | ||
startup.sh | 2 years ago |
Requirement -jq $ sudo apt install jq Pull latest image $ ./pull.sh Run without any devices(for simulation) - Latest image exists locally $ ./runLite.sh - or specify tag (ex. v0.0) $ ./runLite.sh v?.? Copy file or directory - container -> host $ docker cp $(docker ps -q):/home/ubuntu/catkin_ws/src - host -> container $ docker cp ./src $(docker ps -q):/home/ubuntu/catkin_ws/