Skip to content

aditya-tekale-99/Drone-Delivery-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drone Delivery Simulation

Pre-requisites

Docker Pre-requisites

Getting Started with Docker

  1. Build docker image

    bin/build-env.sh
  2. Run docker image

    #Usage bin/run-env.sh <port - optional(default 8081)>
    bin/run-env.sh
  3. Build project web server (inside docker image) NOTE: You won't be able to cd here yet because the project directory does not exist. If you were able to launch the above commands you should now be inside the docker image. You can exit it with CTRL+D now.

    # Inside docker image
    cd /home/user/repo/project
    make
  4. Run web server (inside docker image)

    # MUST be within project/ directory inside docker image
    cd /home/user/repo/project
    ./bin/run.sh
  5. Open up Firefox and browse to http://127.0.0.1:8081/

About

Developed a Drone/Robot delivery simulation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published