This is the codebase for the drone simulation for the final project for UMN CSCI 3081W Spring 2022.
See here for the demo video, UML diagram, and final report.
project/libs/transit/include:
project/libs/transit/src:
project/libs/transit/include:
project/libs/transit/src:
On Windows use the "Git Bash" terminal.
cd umn-drone/
bin/build-env.sh
#Usage bin/run-env.sh <port - optional(default 8081)>
bin/run-env.sh
Here is a quick overview of how to run the simulation in the docker container (these steps are similar in each build environment):
# Go to the project directory
cd /path/to/repo/project
# You may need to run this command before the following ones
git config --global --add safe.directory /home/user/repo
# Clean the project
make clean
# Build the project
make -j
# Run the project (./build/web-app <port> <web folder>)
build/bin/transit_service 8081 apps/transit_service/web/
Navigate to http://127.0.0.1:8081 and you should see a visualization.
Navigate to http://127.0.0.1:8081/schedule.html and you should see a a page to schedule the trips. To view the entities, click on the right top of the visualization page (not the schedule page) and choose the entity to view such as drone or (robot name) that you give in the schedule page.