/DroneSim2D

Modified from Dragonfly open source simulator

Primary LanguageJava

Maven

# build the maven project
mvn package

# -cp <class search path of directories and zip/jar files>
java -cp target/dronesim2d-1.0-SNAPSHOT.jar edu.cmu.dronesim2d.controller.MainController

Troubleshoot

  • Note that all fxml files must be added to the tag in pom.xml before use, tag should be added between the tag