@koki koki authored on 28 Oct 2022
config update 2 years ago
src edit 1 year ago
Dockerfile add install library 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 update 1 year ago
pull_jr.sh update 1 year ago
readme.txt branch kubota first commit 2 years ago
run.sh update 2 years ago
runLite.sh remove --rm option 1 year ago
runMotor.sh update 2 years ago
startnet.sh add 2 years ago
startup.sh comment out chown 2 years ago
velodyne.py add 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/