Commit 7cc16532 authored by Tobias Meuser's avatar Tobias Meuser
Browse files

Added new decision-strategy (Combined)

parent 2a60e439
......@@ -21,5 +21,5 @@
package de.tudarmstadt.maki.simonstrator.api.component.vehicular;
public enum VehicleDecisionStrategyType {
NONE, DUMMY, VISION_ONLY, STATIC_INFO, DYNAMIC_INFO, OPTIMAL
NONE, DUMMY, VISION_ONLY, STATIC_INFO, DYNAMIC_INFO, COMBINED_INFO, OPTIMAL
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment