Skip to content
/ aim4-root Public

Based on the source codes from Autonomous Intersection Management (AIM) project.

License

Notifications You must be signed in to change notification settings

koh1/aim4-root

Repository files navigation

AIM4 is a traffic simulator for the study of innovative design of intersection control protocol.
This program is based on the source code of AIM3, which is written by Kurt Dresner.
AIM4 is currently maintained by Tsz-Chiu Au <chiu@cs.utexas.edu>.


Install Apache Maven (version >= 2.2.1):

To compile with testing, type

  mvn assembly:assembly

To compile without testing, type

  mvn -Dmaven.test.skip=true assembly:assembly

To run the jar file, type

  java -jar target/AIM4-1.0-SNAPSHOT-jar-with-dependencies.jar

To execute a particular main function, type

  java -cp target/AIM4-1.0-SNAPSHOT-jar-with-dependencies.jar <YOUR_MAIN_FUNCTION>

To check the coding style, type

  mvn checkstyle:checkstyle
  view target/checkstyle-result.xml

To clean up, type

  mvn clean

About

Based on the source codes from Autonomous Intersection Management (AIM) project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published