TriHuynh00 / AC3R-Demo

Automatic Crash Constructor from Crash Report (A3CR) Demo of constructing simulations from crash reports
11 stars 6 forks source link

PR #4: Implementation for issue #8, #10, #11 and #12 #13

Closed harveyvn closed 3 years ago

harveyvn commented 3 years ago
{
    "road_type": "roadway",
    "road_shape": "I",
    "road_node_list": [
        [-240.0, 0.0, 0, 8.0],
        [-180.0, 0.0, 0, 8.0],
        [-120.0, 0.0, 0, 8.0],
        [-60.0, 0.0, 0, 8.0],
        [0, 0, 0, 8.0],
        [60.0, 0.0, 0, 8.0],
        [120.0, 0.0, 0, 8.0],
        [180.0, 0.0, 0, 8.0],
        [240.0, 0.0, 0, 8.0]
    ],
    "v1_points": [
        [-90, -2.0, 0],
        [-70, -2.0, 0],
        [-50, -2.0, 0],
        [-30, -2.0, 0],
        [-10, -2.0, 0],
        [0, -2.0, 0]
    ],
    "v1_velocities": [20, 20, 20, 20, 20],
    "v2_points": [
        [-100, -2.0, 0],
        [-80, -2.0, 0],
        [-60, -2.0, 0],
        [-40, -2.0, 0],
        [-20, -2.0, 0],
        [0, -2.0, 0]
    ],
    "v2_velocities": [20, 20, 20, 20, 20]
}