Commit 215f9a19 authored by Tobias Meuser's avatar Tobias Meuser
Browse files

Merge branch 'sumo-integration' into tm/vehicular-services

parents ab8c96c3 a0540fc5
......@@ -64,6 +64,11 @@ public final class SiSTypes {
*/
public static final SiSType<Double> SPEED = create("SPEED", Double.class, null);
/**
* [m/s] Speed of an entity
*/
public static final SiSType<Double> HEADING = create("HEADING", Double.class, null);
/**
* PHY-Location - x (deprecated)
*/
......
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