@koki kubota koki kubota authored on 13 Aug 2022
config update 2 years ago
src add 2 years ago
Dockerfile Update Dockerfile 2 years ago
build.sh Update build.sh 2 years ago
copy2host.sh update 2 years ago
get_apt_list.sh branch kubota first commit 2 years ago
pull.sh branch kubota first commit 2 years ago
readme.txt branch kubota first commit 2 years ago
runLite.sh Update runLite.sh 2 years ago
runMotor.sh update 2 years ago
startup.sh comment out chown 2 years ago
readme.txt
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/