This docker file contains two main repos
- MOOs-IvP - Fork the repo from MIT MOOS website in January 2018
- RobotX-2014-MIT - The first place code in the 2014 RobotX competition from MIT team
There are 2 ways to get docker images
- build from dockfer file
$ docker build -t moos-ivp-nctu -f Dockerfile .
- get docker from docker hub
$ docker pull tonycar12002/moos-ivp-nctu
$ xhost +local:root
$ docker run -it --rm -p 8080:80 moos-ivp-nctu
Open a browser and type docker_ip:port_num, ex: http://172.17.0.1:8080/
- Test simple mission
container# cd /root/moos-ivp/ivp/missions/s1_alpha
container# ./launch.sh
you will see MOOSApp pMarinneViwer pop out and then press button "deploy"
- Test RobotX 2014 Task1-Qualifying
container# cd /root/moos-ivp/robotx-mit-2014/ATTIC/missions_test/Task1
container# ./launch.sh
This is the beta version of our docker file. We found that "nsplug" will cause some fatal errors, we are still fixing the problems.
If you have any question please contact to us.
- Tony Hsiao tonycar12002@gmail.com

