{
  "article_slug": "tuning-rvo-avoidance-in-godot",
  "artifact": "Native Godot 2D RVO tuning comparison and scenario receipt",
  "checks": [
    {
      "id": "protocol_is_60_hz_with_locked_thresholds",
      "observed": {
        "avoidance_use_multiple_threads": false,
        "minimum_angle_degrees": 1.0,
        "minimum_preferred_speed_px_s": 1.0,
        "minimum_velocity_delta_px_s": 1.0,
        "physics_ticks_per_second": 60,
        "scenario_timeout_seconds": 12.0,
        "velocity_delta_ratio": 0.01
      },
      "passed": true
    },
    {
      "id": "meaningful_correction_rule_matches_locked_contract",
      "observed": {
        "angle_threshold_hit": {
          "correction_angle_degrees": 1.10000015156156,
          "delta_threshold": 1.0,
          "meaningful": true,
          "preferred_speed": 100.0,
          "safe_speed": 99.9999923706055,
          "safe_speed_ratio": 0.999999923706055,
          "velocity_delta": 1.91983282566071
        },
        "below_threshold": {
          "correction_angle_degrees": 0.0,
          "delta_threshold": 1.0,
          "meaningful": false,
          "preferred_speed": 100.0,
          "safe_speed": 99.0999984741211,
          "safe_speed_ratio": 0.990999984741211,
          "velocity_delta": 0.900001525878906
        },
        "delta_threshold_hit": {
          "correction_angle_degrees": 0.0,
          "delta_threshold": 1.0,
          "meaningful": true,
          "preferred_speed": 100.0,
          "safe_speed": 98.9000015258789,
          "safe_speed_ratio": 0.989000015258789,
          "velocity_delta": 1.09999847412109
        },
        "preferred_speed_below_gate": {
          "correction_angle_degrees": 0.0,
          "delta_threshold": 1.0,
          "meaningful": false,
          "preferred_speed": 0.5,
          "safe_speed": 0.0,
          "safe_speed_ratio": 0.0,
          "velocity_delta": 0.5
        }
      },
      "passed": true
    },
    {
      "id": "fresh_map_snapshot_apparatus_returns_complete_finite_batches",
      "observed": {
        "callback_count": 96,
        "fresh_run_count": 51,
        "repetitions_per_profile": 3,
        "snapshot_profile_count": 17
      },
      "passed": true
    },
    {
      "id": "isolated_max_speed_clamps_safe_velocity",
      "observed": {
        "configured_max_speed": 60.0,
        "preferred_velocity": {
          "x": 100.0,
          "y": 0.0
        },
        "safe_velocity": {
          "x": 60.0,
          "y": 0.0
        }
      },
      "passed": true
    },
    {
      "id": "neighbor_distance_gates_the_same_frozen_conflict",
      "observed": {
        "center_distance": 200.159936,
        "long": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 9.23700354577903,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 100.0,
            "safe_speed": 98.7032852172852,
            "safe_speed_ratio": 0.987032852172852,
            "velocity_delta": 16.0518684387207
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": -4.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 20.0,
          "safe_velocity": {
            "x": 97.4233779907227,
            "y": -15.8437204360962
          }
        },
        "long_neighbor_distance": 250.0,
        "short": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 0.0,
            "delta_threshold": 1.0,
            "meaningful": false,
            "preferred_speed": 100.0,
            "safe_speed": 100.0,
            "safe_speed_ratio": 1.0,
            "velocity_delta": 0.0
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": -4.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 20.0,
          "safe_velocity": {
            "x": 100.0,
            "y": 0.0
          }
        },
        "short_neighbor_distance": 150.0
      },
      "passed": true
    },
    {
      "id": "agent_horizon_changes_the_same_in_range_conflict",
      "observed": {
        "approximate_ttc_seconds": 0.80079968,
        "long": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 9.23700354577903,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 100.0,
            "safe_speed": 98.7032852172852,
            "safe_speed_ratio": 0.987032852172852,
            "velocity_delta": 16.0518684387207
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": -4.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 20.0,
          "safe_velocity": {
            "x": 97.4233779907227,
            "y": -15.8437204360962
          }
        },
        "long_horizon_seconds": 1.2,
        "short": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 0.0,
            "delta_threshold": 1.0,
            "meaningful": false,
            "preferred_speed": 100.0,
            "safe_speed": 100.0,
            "safe_speed_ratio": 1.0,
            "velocity_delta": 0.0
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": -4.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 20.0,
          "safe_velocity": {
            "x": 100.0,
            "y": 0.0
          }
        },
        "short_horizon_seconds": 0.5
      },
      "passed": true
    },
    {
      "id": "equal_combined_radius_matches_subject_first_safe_velocity",
      "observed": {
        "combined_radius": 24.0,
        "radius_pairs": [
          [
            8.0,
            16.0
          ],
          [
            12.0,
            12.0
          ]
        ],
        "scope": "subject agent A; the reciprocal agent is retained as raw observation",
        "subject_safe_velocity_delta": 0.0
      },
      "passed": true
    },
    {
      "id": "larger_combined_radius_changes_the_frozen_constraint",
      "observed": {
        "baseline": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 4.59595873353389,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 100.0,
            "safe_speed": 99.6784515380859,
            "safe_speed_ratio": 0.996784515380859,
            "velocity_delta": 8.01286220550537
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": -4.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 12.0,
          "safe_velocity": {
            "x": 99.3579406738281,
            "y": -7.98709678649902
          }
        },
        "baseline_combined_radius": 24.0,
        "larger": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 11.5846138418196,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 100.0,
            "safe_speed": 97.9629211425781,
            "safe_speed_ratio": 0.979629211425781,
            "velocity_delta": 20.081485748291
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": -4.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 24.0,
          "safe_velocity": {
            "x": 95.9673385620117,
            "y": -19.6724090576172
          }
        },
        "larger_combined_radius": 48.0,
        "safe_velocity_delta": 12.1672801971436
      },
      "passed": true
    },
    {
      "id": "max_neighbors_keeps_nearest_then_adds_second_constraint",
      "observed": {
        "cap_one": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 15.4265303631547,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 100.0,
            "safe_speed": 94.5163040161133,
            "safe_speed_ratio": 0.945163040161133,
            "velocity_delta": 26.6666679382324
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": 0.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 20.0,
          "safe_velocity": {
            "x": 91.1111068725586,
            "y": -25.1415748596191
          }
        },
        "cap_one_vs_cap_two_delta": 118.515678405762,
        "cap_two": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 145.147912919834,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 100.0,
            "safe_speed": 25.1350154876709,
            "safe_speed_ratio": 0.251350154876709,
            "velocity_delta": 121.478721618652
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": 0.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 20.0,
          "safe_velocity": {
            "x": -20.6265487670898,
            "y": 14.3636531829834
          }
        },
        "nearest_center_distance": 120.0,
        "nearest_only": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 15.4265303631547,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 100.0,
            "safe_speed": 94.5163040161133,
            "safe_speed_ratio": 0.945163040161133,
            "velocity_delta": 26.6666679382324
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": 0.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 20.0,
          "safe_velocity": {
            "x": 91.1111068725586,
            "y": -25.1415748596191
          }
        },
        "nearest_only_vs_cap_one_delta": 0.0,
        "second_center_distance": 133.521530151367,
        "second_only": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 9.34175303443764,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 100.0,
            "safe_speed": 100.0,
            "safe_speed_ratio": 1.0,
            "velocity_delta": 16.2863807678223
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": 0.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 20.0,
          "safe_velocity": {
            "x": 98.6737670898438,
            "y": 16.232292175293
          }
        }
      },
      "passed": true
    },
    {
      "id": "avoidance_priority_is_a_directional_eligibility_filter",
      "observed": {
        "equal_priority": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 11.5966494889108,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 97.9586944580078,
              "safe_speed_ratio": 0.979586944580078,
              "velocity_delta": 20.1020641326904
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 95.9590682983398,
              "y": -19.6917209625244
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 5.73833220476744,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.4729919433594,
              "safe_speed_ratio": 0.984729919433594,
              "velocity_delta": 10.0510377883911
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 160.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -97.9795303344727,
              "y": 9.84586524963379
            }
          }
        ],
        "mixed_priority_high_agent": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 0.0,
            "delta_threshold": 1.0,
            "meaningful": false,
            "preferred_speed": 100.0,
            "safe_speed": 100.0,
            "safe_speed_ratio": 1.0,
            "velocity_delta": 0.0
          },
          "current_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": 0.0,
            "y": -4.0
          },
          "preferred_velocity": {
            "x": 100.0,
            "y": 0.0
          },
          "radius": 20.0,
          "safe_velocity": {
            "x": 100.0,
            "y": 0.0
          }
        },
        "mixed_priority_low_agent": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 11.7217469648806,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 100.0,
            "safe_speed": 97.9145736694336,
            "safe_speed_ratio": 0.979145736694336,
            "velocity_delta": 20.315896987915
          },
          "current_velocity": {
            "x": -100.0,
            "y": 0.0
          },
          "index": 1,
          "position": {
            "x": 160.0,
            "y": 4.0
          },
          "preferred_velocity": {
            "x": -100.0,
            "y": 0.0
          },
          "radius": 20.0,
          "safe_velocity": {
            "x": -95.8726425170898,
            "y": 19.8922233581543
          }
        }
      },
      "passed": true
    },
    {
      "id": "positive_obstacle_horizon_changes_the_same_wall_snapshot",
      "observed": {
        "agent_radius": 12.0,
        "agent_to_wall_center_distance": 100.0,
        "long": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 0.0,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 80.0,
            "safe_speed": 58.6666717529297,
            "safe_speed_ratio": 0.733333396911621,
            "velocity_delta": 21.3333282470703
          },
          "current_velocity": {
            "x": 80.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": -100.0,
            "y": 100.0
          },
          "preferred_velocity": {
            "x": 80.0,
            "y": 0.0
          },
          "radius": 12.0,
          "safe_velocity": {
            "x": 58.6666717529297,
            "y": 0.0
          }
        },
        "long_horizon_seconds": 1.5,
        "short": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 0.0,
            "delta_threshold": 1.0,
            "meaningful": false,
            "preferred_speed": 80.0,
            "safe_speed": 80.0,
            "safe_speed_ratio": 1.0,
            "velocity_delta": 0.0
          },
          "current_velocity": {
            "x": 80.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": -100.0,
            "y": 100.0
          },
          "preferred_velocity": {
            "x": 80.0,
            "y": 0.0
          },
          "radius": 12.0,
          "safe_velocity": {
            "x": 80.0,
            "y": 0.0
          }
        },
        "short_horizon_seconds": 0.5
      },
      "passed": true
    },
    {
      "id": "zero_obstacle_horizon_edge_is_finite_and_observably_distinct",
      "observed": {
        "interpretation": "4.7.1 authored observation only; zero is not labeled disabled or contact-only",
        "positive_1_5_seconds": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 0.0,
            "delta_threshold": 1.0,
            "meaningful": true,
            "preferred_speed": 80.0,
            "safe_speed": 58.6666717529297,
            "safe_speed_ratio": 0.733333396911621,
            "velocity_delta": 21.3333282470703
          },
          "current_velocity": {
            "x": 80.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": -100.0,
            "y": 100.0
          },
          "preferred_velocity": {
            "x": 80.0,
            "y": 0.0
          },
          "radius": 12.0,
          "safe_velocity": {
            "x": 58.6666717529297,
            "y": 0.0
          }
        },
        "safe_velocity_delta": 21.3333282470703,
        "zero": {
          "callback_count": 1,
          "comparison": {
            "correction_angle_degrees": 0.0,
            "delta_threshold": 1.0,
            "meaningful": false,
            "preferred_speed": 80.0,
            "safe_speed": 80.0,
            "safe_speed_ratio": 1.0,
            "velocity_delta": 0.0
          },
          "current_velocity": {
            "x": 80.0,
            "y": 0.0
          },
          "index": 0,
          "position": {
            "x": -100.0,
            "y": 100.0
          },
          "preferred_velocity": {
            "x": 80.0,
            "y": 0.0
          },
          "radius": 12.0,
          "safe_velocity": {
            "x": 80.0,
            "y": 0.0
          }
        }
      },
      "passed": true
    },
    {
      "id": "three_fresh_map_snapshot_repetitions_preserve_subject_vectors_and_outcomes",
      "observed": {
        "all_agent_meaningful_classifications_stable": true,
        "compared_subject_safe_velocity_vectors": 34,
        "maximum_subject_vector_delta": 0.0,
        "profile_count": 17,
        "repetitions": 3,
        "scope": "numeric equivalence is asserted for the subject agent under the controlled single-threaded avoidance protocol; all reciprocal agents retain stable meaningful/no-meaningful classification"
      },
      "passed": true
    },
    {
      "id": "offset_head_on_is_finite_and_reaches_its_authored_pass_event",
      "observed": {
        "agent_metrics": [
          {
            "callback_count": 211,
            "final_position": {
              "x": 80.4872817993164,
              "y": -17.7476673126221
            },
            "first_meaningful_correction_distance": 267.770050048828,
            "first_meaningful_correction_seconds": 0.833333333333333,
            "first_meaningful_correction_tick": 50,
            "goal": {
              "x": 300.0,
              "y": -12.0
            },
            "index": 0,
            "probe": {
              "maximum_continuous_stall_seconds": 0.0,
              "maximum_correction_angle_degrees": 4.84410719004327,
              "maximum_velocity_delta": 6.755615234375,
              "meaningful_sample_count": 101,
              "minimum_safe_speed_ratio": 0.976139450073242,
              "sample_count": 211
            },
            "progress": 280.412048339844,
            "start_position": {
              "x": -200.0,
              "y": -12.0
            }
          },
          {
            "callback_count": 211,
            "final_position": {
              "x": -80.4522552490234,
              "y": 17.9589176177979
            },
            "first_meaningful_correction_distance": 267.770050048828,
            "first_meaningful_correction_seconds": 0.833333333333333,
            "first_meaningful_correction_tick": 50,
            "goal": {
              "x": -300.0,
              "y": 12.0
            },
            "index": 1,
            "probe": {
              "maximum_continuous_stall_seconds": 0.0,
              "maximum_correction_angle_degrees": 5.29965903645514,
              "maximum_velocity_delta": 7.38920783996582,
              "meaningful_sample_count": 101,
              "minimum_safe_speed_ratio": 0.975208950042725,
              "sample_count": 211
            },
            "progress": 280.37141418457,
            "start_position": {
              "x": 200.0,
              "y": 12.0
            }
          }
        ],
        "clearance_tolerance": 0.5,
        "completed": true,
        "minimum_signed_clearance": -0.0166893005371094,
        "ticks_executed": 211
      },
      "passed": true
    },
    {
      "id": "perpendicular_crossing_is_finite_and_reaches_its_authored_pass_event",
      "observed": {
        "agent_metrics": [
          {
            "callback_count": 213,
            "final_position": {
              "x": 102.972633361816,
              "y": -16.1907711029053
            },
            "first_meaningful_correction_distance": 197.485504150391,
            "first_meaningful_correction_seconds": 0.516666666666667,
            "first_meaningful_correction_tick": 31,
            "goal": {
              "x": 300.0,
              "y": -16.0
            },
            "index": 0,
            "probe": {
              "maximum_continuous_stall_seconds": 0.0,
              "maximum_correction_angle_degrees": 1.12101728396792,
              "maximum_velocity_delta": 3.19226479530334,
              "meaningful_sample_count": 27,
              "minimum_safe_speed_ratio": 0.962466621398926,
              "sample_count": 213
            },
            "progress": 282.972534179688,
            "start_position": {
              "x": -180.0,
              "y": -16.0
            }
          },
          {
            "callback_count": 213,
            "final_position": {
              "x": 34.9409065246582,
              "y": 100.996551513672
            },
            "first_meaningful_correction_distance": 201.167572021484,
            "first_meaningful_correction_seconds": 0.483333333333333,
            "first_meaningful_correction_tick": 29,
            "goal": {
              "x": 16.0,
              "y": 300.0
            },
            "index": 1,
            "probe": {
              "maximum_continuous_stall_seconds": 0.0,
              "maximum_correction_angle_degrees": 16.7923803669551,
              "maximum_velocity_delta": 23.3627605438232,
              "meaningful_sample_count": 118,
              "minimum_safe_speed_ratio": 0.997503280639648,
              "sample_count": 213
            },
            "progress": 280.097198486328,
            "start_position": {
              "x": 16.0,
              "y": -180.0
            }
          }
        ],
        "clearance_tolerance": 0.5,
        "completed": true,
        "minimum_signed_clearance": 1.0050163269043,
        "ticks_executed": 213
      },
      "passed": true
    },
    {
      "id": "two_stream_merge_records_cap_pressure_and_completes",
      "observed": {
        "candidate_boundary": "application-side upper bound, not the engine-selected neighbor count",
        "completed": true,
        "maximum_application_candidate_upper_bound": 5,
        "minimum_signed_clearance": 7.45475006103516,
        "ticks_executed": 327
      },
      "passed": true
    },
    {
      "id": "vertex_wall_approach_corrects_without_authored_overlap",
      "observed": {
        "completed_approach_event": true,
        "first_meaningful_correction_seconds": 1.13333333333333,
        "first_meaningful_correction_wall_clearance": 117.348480224609,
        "maximum_continuous_stall_seconds": 2.66666666666666,
        "minimum_static_signed_clearance": 2.00986671447754
      },
      "passed": true
    },
    {
      "id": "mixed_radius_speed_is_finite_and_reaches_its_authored_pass_event",
      "observed": {
        "agent_metrics": [
          {
            "callback_count": 281,
            "final_position": {
              "x": 268.147888183594,
              "y": -16.3689727783203
            },
            "first_meaningful_correction_distance": 258.027648925781,
            "first_meaningful_correction_seconds": 0.9,
            "first_meaningful_correction_tick": 54,
            "goal": {
              "x": 300.0,
              "y": -16.0
            },
            "index": 0,
            "probe": {
              "maximum_continuous_stall_seconds": 0.0,
              "maximum_correction_angle_degrees": 1.49058505285726,
              "maximum_velocity_delta": 2.60148358345032,
              "meaningful_sample_count": 94,
              "minimum_safe_speed_ratio": 0.994353713989258,
              "sample_count": 281
            },
            "progress": 468.145751953125,
            "start_position": {
              "x": -200.0,
              "y": -16.0
            }
          },
          {
            "callback_count": 281,
            "final_position": {
              "x": -80.7351379394531,
              "y": 19.2115726470947
            },
            "first_meaningful_correction_distance": 260.654083251953,
            "first_meaningful_correction_seconds": 0.883333333333333,
            "first_meaningful_correction_tick": 53,
            "goal": {
              "x": -300.0,
              "y": 16.0
            },
            "index": 1,
            "probe": {
              "maximum_continuous_stall_seconds": 0.0,
              "maximum_correction_angle_degrees": 7.03146716089021,
              "maximum_velocity_delta": 7.35871553421021,
              "meaningful_sample_count": 97,
              "minimum_safe_speed_ratio": 0.98851375579834,
              "sample_count": 281
            },
            "progress": 280.711624145508,
            "start_position": {
              "x": 200.0,
              "y": 16.0
            }
          }
        ],
        "clearance_tolerance": 0.5,
        "completed": true,
        "minimum_signed_clearance": 0.0301017761230469,
        "ticks_executed": 281
      },
      "passed": true
    },
    {
      "id": "dense_shared_destination_is_recorded_as_observation_not_guarantee",
      "observed": {
        "completed": false,
        "interpretation": "metrics for this authored run; no deadlock-free or crowd-capacity claim",
        "maximum_application_candidate_upper_bound": 7,
        "maximum_continuous_stall_seconds": 0.0666666666666667,
        "minimum_signed_clearance": -0.420433044433594,
        "ticks_executed": 720
      },
      "passed": true
    },
    {
      "id": "trajectory_trace_separates_preferred_safe_and_executed_velocity",
      "observed": {
        "execution_policy": "immediate safe velocity, batched across actors",
        "physics_collision_shapes_present": false,
        "physics_contact_count": null,
        "sample_count": 280,
        "trajectory_count": 6
      },
      "passed": true
    },
    {
      "id": "extracted_package_reruns_cleanly",
      "passed": true,
      "observed": {
        "workspace_behavior_checks": 20,
        "extracted_behavior_checks": 20,
        "workspace_scene_smoke_checks": 7,
        "extracted_scene_smoke_checks": 7,
        "behavior_check_ids_match": true,
        "scene_smoke_check_ids_match": true,
        "source_manifest_entries": 10,
        "source_manifest_hashes_match": true,
        "engine": "4.7.1-stable (official)"
      }
    }
  ],
  "engine": {
    "build": "official",
    "hash": "a13da4feb8d8aefc283c3763d33a2f170a18d541",
    "hex": 263937,
    "major": 4,
    "minor": 7,
    "patch": 1,
    "status": "stable",
    "string": "4.7.1-stable (official)",
    "timestamp": 0
  },
  "failed": [],
  "failed_count": 0,
  "measurement_scope": {
    "controller": "external positions are committed as one batch after callbacks; the controlled verifier disables avoidance multithreading",
    "physics_blocking": false,
    "snapshot_method": "frozen-state A/B counterfactuals use the first complete safe-velocity callback batch",
    "solver": "NavigationServer2D avoidance on fresh maps",
    "trajectory_method": "authored 2D scenarios use fixed offsets and terminate on a declared pass event or the 12 s guard"
  },
  "passed": true,
  "passed_count": 21,
  "profiles": {
    "snapshot_specifications": [
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 60.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "max_speed_clamp"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 150.0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 150.0,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "range_short"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 250.0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 250.0,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "range_long"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 0.5,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 0.5,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "horizon_short"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "horizon_long"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 8.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 16.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "radius_equal_8_16"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 12.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 12.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "radius_equal_12_12"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 24.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 24.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "radius_larger_24_24"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 1,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 0,
            "max_neighbors": 0,
            "max_speed": 60.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "cap_nearest_only"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 1,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "layers": 1,
            "mask": 0,
            "max_neighbors": 0,
            "max_speed": 67.0820388793945,
            "neighbor_distance": 500.0,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "cap_second_only"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 1,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 0,
            "max_neighbors": 0,
            "max_speed": 60.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "layers": 1,
            "mask": 0,
            "max_neighbors": 0,
            "max_speed": 67.0820388793945,
            "neighbor_distance": 500.0,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "cap_one_of_two"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 2,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 0,
            "max_neighbors": 0,
            "max_speed": 60.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "layers": 1,
            "mask": 0,
            "max_neighbors": 0,
            "max_speed": 67.0820388793945,
            "neighbor_distance": 500.0,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "cap_two_of_two"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 160.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "priority_equal"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          },
          {
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 160.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "priority": 0.2,
            "radius": 20.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.0
          }
        ],
        "id": "priority_directional"
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 12.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 0.0
          }
        ],
        "id": "obstacle_horizon_zero",
        "obstacles": [
          {
            "layers": 1,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
          }
        ]
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 12.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 0.5
          }
        ],
        "id": "obstacle_horizon_short",
        "obstacles": [
          {
            "layers": 1,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
          }
        ]
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 12.0,
            "time_horizon_agents": 1.2,
            "time_horizon_obstacles": 1.5
          }
        ],
        "id": "obstacle_horizon_long",
        "obstacles": [
          {
            "layers": 1,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
          }
        ]
      }
    ],
    "trajectory_specifications": [
      {
        "agents": [
          {
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "goal": {
              "x": 300.0,
              "y": -12.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": -200.0,
              "y": -12.0
            },
            "preferred_speed": 80.0,
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": -80.0,
              "y": 0.0
            },
            "goal": {
              "x": -300.0,
              "y": 12.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 200.0,
              "y": 12.0
            },
            "preferred_speed": 80.0,
            "preferred_velocity": {
              "x": -80.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "id": "offset_head_on",
        "pass_conditions": [
          {
            "agent": 0,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 1,
            "axis": "x",
            "direction": -1.0,
            "threshold": -80.0
          }
        ],
        "timeout_seconds": 12.0,
        "trace_stride": 6
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "goal": {
              "x": 300.0,
              "y": -16.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": -180.0,
              "y": -16.0
            },
            "preferred_speed": 80.0,
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": 0.0,
              "y": 80.0
            },
            "goal": {
              "x": 16.0,
              "y": 300.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 16.0,
              "y": -180.0
            },
            "preferred_speed": 80.0,
            "preferred_velocity": {
              "x": 0.0,
              "y": 80.0
            },
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "id": "perpendicular_crossing",
        "pass_conditions": [
          {
            "agent": 0,
            "axis": "x",
            "direction": 1.0,
            "threshold": 100.0
          },
          {
            "agent": 1,
            "axis": "y",
            "direction": 1.0,
            "threshold": 100.0
          }
        ],
        "timeout_seconds": 12.0,
        "trace_stride": 6
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 68.5482330322266,
              "y": 14.1823921203613
            },
            "goal": {
              "x": 360.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": {
              "x": -220.0,
              "y": -120.0
            },
            "preferred_speed": 70.0,
            "preferred_velocity": {
              "x": 68.5482330322266,
              "y": 14.1823921203613
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": 69.424446105957,
              "y": 8.95799350738525
            },
            "goal": {
              "x": 360.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": {
              "x": -260.0,
              "y": -80.0
            },
            "preferred_speed": 70.0,
            "preferred_velocity": {
              "x": 69.424446105957,
              "y": 8.95799350738525
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": 69.8717956542969,
              "y": 4.23465442657471
            },
            "goal": {
              "x": 360.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": {
              "x": -300.0,
              "y": -40.0
            },
            "preferred_speed": 70.0,
            "preferred_velocity": {
              "x": 69.8717956542969,
              "y": 4.23465442657471
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": 68.5482330322266,
              "y": -14.1823921203613
            },
            "goal": {
              "x": 360.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": {
              "x": -220.0,
              "y": 120.0
            },
            "preferred_speed": 70.0,
            "preferred_velocity": {
              "x": 68.5482330322266,
              "y": -14.1823921203613
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": 69.424446105957,
              "y": -8.95799350738525
            },
            "goal": {
              "x": 360.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": {
              "x": -260.0,
              "y": 80.0
            },
            "preferred_speed": 70.0,
            "preferred_velocity": {
              "x": 69.424446105957,
              "y": -8.95799350738525
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": 69.8717956542969,
              "y": -4.23465442657471
            },
            "goal": {
              "x": 360.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": {
              "x": -300.0,
              "y": 40.0
            },
            "preferred_speed": 70.0,
            "preferred_velocity": {
              "x": 69.8717956542969,
              "y": -4.23465442657471
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "id": "two_stream_merge",
        "pass_conditions": [
          {
            "agent": 0,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 1,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 2,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 3,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 4,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 5,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          }
        ],
        "timeout_seconds": 12.0,
        "trace_stride": 12
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "goal": {
              "x": 300.0,
              "y": 100.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": -220.0,
              "y": 100.0
            },
            "preferred_speed": 80.0,
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 12.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "clearance_segments": [
          {
            "end": {
              "x": 0.0,
              "y": 300.0
            },
            "start": {
              "x": 0.0,
              "y": -300.0
            }
          }
        ],
        "id": "vertex_wall_approach",
        "obstacles": [
          {
            "layers": 1,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
          }
        ],
        "pass_conditions": [
          {
            "agent": 0,
            "axis": "x",
            "direction": 1.0,
            "threshold": -14.0
          }
        ],
        "timeout_seconds": 12.0,
        "trace_stride": 6
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "goal": {
              "x": 300.0,
              "y": -16.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": -200.0,
              "y": -16.0
            },
            "preferred_speed": 100.0,
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 12.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "goal": {
              "x": -300.0,
              "y": 16.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 60.0,
            "neighbor_distance": 500.0,
            "position": {
              "x": 200.0,
              "y": 16.0
            },
            "preferred_speed": 60.0,
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "priority": 1.0,
            "radius": 28.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "id": "mixed_radius_speed",
        "pass_conditions": [
          {
            "agent": 0,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 1,
            "axis": "x",
            "direction": -1.0,
            "threshold": -80.0
          }
        ],
        "timeout_seconds": 12.0,
        "trace_stride": 6
      },
      {
        "agents": [
          {
            "current_velocity": {
              "x": -59.8530578613281,
              "y": -4.19657039642334
            },
            "goal": {
              "x": 0.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": {
              "x": 219.461227416992,
              "y": 15.3874263763428
            },
            "preferred_speed": 60.0,
            "preferred_velocity": {
              "x": -59.8530578613281,
              "y": -4.19657039642334
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": -39.3550796508789,
              "y": -45.2899322509766
            },
            "goal": {
              "x": 0.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": {
              "x": 144.301956176758,
              "y": 166.063079833984
            },
            "preferred_speed": 60.0,
            "preferred_velocity": {
              "x": -39.3550796508789,
              "y": -45.2899322509766
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": 4.19656896591187,
              "y": -59.8530578613281
            },
            "goal": {
              "x": 0.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": {
              "x": -15.3874216079712,
              "y": 219.461227416992
            },
            "preferred_speed": 60.0,
            "preferred_velocity": {
              "x": 4.19656896591187,
              "y": -59.8530578613281
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": 45.289924621582,
              "y": -39.3550834655762
            },
            "goal": {
              "x": 0.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": {
              "x": -166.063064575195,
              "y": 144.301971435547
            },
            "preferred_speed": 60.0,
            "preferred_velocity": {
              "x": 45.289924621582,
              "y": -39.3550834655762
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": 59.8530578613281,
              "y": 4.19657182693481
            },
            "goal": {
              "x": 0.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": {
              "x": -219.461227416992,
              "y": -15.3874311447144
            },
            "preferred_speed": 60.0,
            "preferred_velocity": {
              "x": 59.8530578613281,
              "y": 4.19657182693481
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": 39.3550758361816,
              "y": 45.2899322509766
            },
            "goal": {
              "x": 0.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": {
              "x": -144.301940917969,
              "y": -166.063079833984
            },
            "preferred_speed": 60.0,
            "preferred_velocity": {
              "x": 39.3550758361816,
              "y": 45.2899322509766
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": -4.19658231735229,
              "y": 59.8530616760254
            },
            "goal": {
              "x": 0.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": {
              "x": 15.3874673843384,
              "y": -219.461212158203
            },
            "preferred_speed": 60.0,
            "preferred_velocity": {
              "x": -4.19658231735229,
              "y": 59.8530616760254
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": {
              "x": -45.2899322509766,
              "y": 39.3550796508789
            },
            "goal": {
              "x": 0.0,
              "y": 0.0
            },
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": {
              "x": 166.063079833984,
              "y": -144.301956176758
            },
            "preferred_speed": 60.0,
            "preferred_velocity": {
              "x": -45.2899322509766,
              "y": 39.3550796508789
            },
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "arrival_tolerance": 22.0,
        "goals": [
          {
            "x": 0.0,
            "y": 0.0
          },
          {
            "x": 0.0,
            "y": 0.0
          },
          {
            "x": 0.0,
            "y": 0.0
          },
          {
            "x": 0.0,
            "y": 0.0
          },
          {
            "x": 0.0,
            "y": 0.0
          },
          {
            "x": 0.0,
            "y": 0.0
          },
          {
            "x": 0.0,
            "y": 0.0
          },
          {
            "x": 0.0,
            "y": 0.0
          }
        ],
        "id": "dense_shared_destination",
        "timeout_seconds": 12.0,
        "trace_stride": 12
      }
    ]
  },
  "proof_boundary": {
    "not_verified": [
      "universal presets or minimum ranges",
      "collision-free or deadlock-free behavior outside the packaged initial states",
      "acceleration-limited controllers, physics collision, or navmesh retention",
      "3D avoidance or full-3D behavior",
      "subjective motion quality, throughput, or supported crowd counts",
      "the engine's private selected-neighbor list or exact ORCA fallback activation"
    ],
    "product_scope": "Standalone article evidence, not a released PathForge RVO API.",
    "verified": "Comparative 2D RVO behavior for the exact frozen snapshots and authored trajectories in Godot 4.7.1 with immediate safe-velocity execution.",
    "zero_obstacle_horizon": "The receipt records the accepted 0.0 value and observed finite callback behavior; it does not call zero a supported disable or contact-only mode."
  },
  "protocol": {
    "avoidance_use_multiple_threads": false,
    "candidate_count_boundary": "application-side distance count before engine filters; upper bound only",
    "clearance_sampling": "point sample once per 60 Hz tick before integration; not a swept collision test",
    "first_correction_confirmation_ticks": 2,
    "first_correction_event_tick": "first of two consecutive qualifying samples",
    "fixed_seed_record": 39047,
    "map_use_async_iterations": false,
    "minimum_angle_degrees": 1.0,
    "minimum_preferred_speed_px_s": 1.0,
    "minimum_velocity_delta_px_s": 1.0,
    "pair_signed_clearance_formula": "center_distance - radius_a - radius_b",
    "physics_ticks_per_second": 60,
    "scenario_timeout_seconds": 12.0,
    "stall_speed_ratio": 0.1,
    "velocity_delta_ratio": 0.01,
    "warmup_physics_ticks": 2
  },
  "schema_version": 1,
  "snapshots": {
    "cap_nearest_only": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 15.4265303631547,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 94.5163040161133,
              "safe_speed_ratio": 0.945163040161133,
              "velocity_delta": 26.6666679382324
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 91.1111068725586,
              "y": -25.1415748596191
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 60.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 0.0
            }
          }
        ],
        "id": "cap_nearest_only",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 1,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 0.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(120.0, 0.0)",
              "preferred_velocity": "(-60.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_nearest_only"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 15.4265303631547,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 94.5163040161133,
              "safe_speed_ratio": 0.945163040161133,
              "velocity_delta": 26.6666679382324
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 91.1111068725586,
              "y": -25.1415748596191
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 60.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 0.0
            }
          }
        ],
        "id": "cap_nearest_only",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 1,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 0.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(120.0, 0.0)",
              "preferred_velocity": "(-60.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_nearest_only"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 15.4265303631547,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 94.5163040161133,
              "safe_speed_ratio": 0.945163040161133,
              "velocity_delta": 26.6666679382324
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 91.1111068725586,
              "y": -25.1415748596191
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 60.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 0.0
            }
          }
        ],
        "id": "cap_nearest_only",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 1,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 0.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(120.0, 0.0)",
              "preferred_velocity": "(-60.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_nearest_only"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "cap_one_of_two": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 15.4265303631547,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 94.5163040161133,
              "safe_speed_ratio": 0.945163040161133,
              "velocity_delta": 26.6666679382324
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 91.1111068725586,
              "y": -25.1415748596191
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 60.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 67.0820388793945,
              "safe_speed": 67.0820388793945,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "index": 2,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 30.0
            }
          }
        ],
        "id": "cap_one_of_two",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 1,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 0.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(120.0, 0.0)",
              "preferred_velocity": "(-60.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 30.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 67.0820388793945,
              "neighbor_distance": 500.0,
              "position": "(128.0, -38.0)",
              "preferred_velocity": "(-60.0, 30.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_one_of_two"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 15.4265303631547,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 94.5163040161133,
              "safe_speed_ratio": 0.945163040161133,
              "velocity_delta": 26.6666679382324
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 91.1111068725586,
              "y": -25.1415748596191
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 60.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 67.0820388793945,
              "safe_speed": 67.0820388793945,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "index": 2,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 30.0
            }
          }
        ],
        "id": "cap_one_of_two",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 1,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 0.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(120.0, 0.0)",
              "preferred_velocity": "(-60.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 30.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 67.0820388793945,
              "neighbor_distance": 500.0,
              "position": "(128.0, -38.0)",
              "preferred_velocity": "(-60.0, 30.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_one_of_two"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 15.4265303631547,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 94.5163040161133,
              "safe_speed_ratio": 0.945163040161133,
              "velocity_delta": 26.6666679382324
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 91.1111068725586,
              "y": -25.1415748596191
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 60.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 67.0820388793945,
              "safe_speed": 67.0820388793945,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "index": 2,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 30.0
            }
          }
        ],
        "id": "cap_one_of_two",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 1,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 0.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(120.0, 0.0)",
              "preferred_velocity": "(-60.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 30.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 67.0820388793945,
              "neighbor_distance": 500.0,
              "position": "(128.0, -38.0)",
              "preferred_velocity": "(-60.0, 30.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_one_of_two"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "cap_second_only": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 9.34175303443764,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 16.2863807678223
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 98.6737670898438,
              "y": 16.232292175293
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 67.0820388793945,
              "safe_speed": 67.0820388793945,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "index": 1,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 30.0
            }
          }
        ],
        "id": "cap_second_only",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 1,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 30.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 67.0820388793945,
              "neighbor_distance": 500.0,
              "position": "(128.0, -38.0)",
              "preferred_velocity": "(-60.0, 30.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_second_only"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 9.34175303443764,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 16.2863807678223
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 98.6737670898438,
              "y": 16.232292175293
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 67.0820388793945,
              "safe_speed": 67.0820388793945,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "index": 1,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 30.0
            }
          }
        ],
        "id": "cap_second_only",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 1,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 30.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 67.0820388793945,
              "neighbor_distance": 500.0,
              "position": "(128.0, -38.0)",
              "preferred_velocity": "(-60.0, 30.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_second_only"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 9.34175303443764,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 16.2863807678223
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 98.6737670898438,
              "y": 16.232292175293
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 67.0820388793945,
              "safe_speed": 67.0820388793945,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "index": 1,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 30.0
            }
          }
        ],
        "id": "cap_second_only",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 1,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 30.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 67.0820388793945,
              "neighbor_distance": 500.0,
              "position": "(128.0, -38.0)",
              "preferred_velocity": "(-60.0, 30.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_second_only"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "cap_two_of_two": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 145.147912919834,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 25.1350154876709,
              "safe_speed_ratio": 0.251350154876709,
              "velocity_delta": 121.478721618652
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -20.6265487670898,
              "y": 14.3636531829834
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 60.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 67.0820388793945,
              "safe_speed": 67.0820388793945,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "index": 2,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 30.0
            }
          }
        ],
        "id": "cap_two_of_two",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 2,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 0.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(120.0, 0.0)",
              "preferred_velocity": "(-60.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 30.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 67.0820388793945,
              "neighbor_distance": 500.0,
              "position": "(128.0, -38.0)",
              "preferred_velocity": "(-60.0, 30.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_two_of_two"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 145.147912919834,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 25.1350154876709,
              "safe_speed_ratio": 0.251350154876709,
              "velocity_delta": 121.478721618652
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -20.6265487670898,
              "y": 14.3636531829834
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 60.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 67.0820388793945,
              "safe_speed": 67.0820388793945,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "index": 2,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 30.0
            }
          }
        ],
        "id": "cap_two_of_two",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 2,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 0.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(120.0, 0.0)",
              "preferred_velocity": "(-60.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 30.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 67.0820388793945,
              "neighbor_distance": 500.0,
              "position": "(128.0, -38.0)",
              "preferred_velocity": "(-60.0, 30.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_two_of_two"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 145.147912919834,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 25.1350154876709,
              "safe_speed_ratio": 0.251350154876709,
              "velocity_delta": 121.478721618652
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -20.6265487670898,
              "y": 14.3636531829834
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 60.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 120.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 67.0820388793945,
              "safe_speed": 67.0820388793945,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "index": 2,
            "position": {
              "x": 128.0,
              "y": -38.0
            },
            "preferred_velocity": {
              "x": -60.0,
              "y": 30.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -60.0,
              "y": 30.0
            }
          }
        ],
        "id": "cap_two_of_two",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 2,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 0.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(120.0, 0.0)",
              "preferred_velocity": "(-60.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-60.0, 30.0)",
              "layers": 1,
              "mask": 0,
              "max_neighbors": 0,
              "max_speed": 67.0820388793945,
              "neighbor_distance": 500.0,
              "position": "(128.0, -38.0)",
              "preferred_velocity": "(-60.0, 30.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "cap_two_of_two"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "horizon_long": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 9.23700354577903,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.7032852172852,
              "safe_speed_ratio": 0.987032852172852,
              "velocity_delta": 16.0518684387207
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 97.4233779907227,
              "y": -15.8437204360962
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.58829568817196,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.029052734375,
              "safe_speed_ratio": 0.99029052734375,
              "velocity_delta": 8.02593326568604
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -98.7116851806641,
              "y": 7.92185926437378
            }
          }
        ],
        "id": "horizon_long",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "horizon_long"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 9.23700354577903,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.7032852172852,
              "safe_speed_ratio": 0.987032852172852,
              "velocity_delta": 16.0518684387207
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 97.4233779907227,
              "y": -15.8437204360962
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.58829568817196,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.029052734375,
              "safe_speed_ratio": 0.99029052734375,
              "velocity_delta": 8.02593326568604
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -98.7116851806641,
              "y": 7.92185926437378
            }
          }
        ],
        "id": "horizon_long",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "horizon_long"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 9.23700354577903,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.7032852172852,
              "safe_speed_ratio": 0.987032852172852,
              "velocity_delta": 16.0518684387207
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 97.4233779907227,
              "y": -15.8437204360962
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.58829568817196,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.029052734375,
              "safe_speed_ratio": 0.99029052734375,
              "velocity_delta": 8.02593326568604
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -98.7116851806641,
              "y": 7.92185926437378
            }
          }
        ],
        "id": "horizon_long",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "horizon_long"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "horizon_short": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 100.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -100.0,
              "y": 0.0
            }
          }
        ],
        "id": "horizon_short",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 0.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 0.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "horizon_short"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 100.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -100.0,
              "y": 0.0
            }
          }
        ],
        "id": "horizon_short",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 0.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 0.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "horizon_short"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 100.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -100.0,
              "y": 0.0
            }
          }
        ],
        "id": "horizon_short",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 0.5,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 0.5,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "horizon_short"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "max_speed_clamp": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 0.6,
              "velocity_delta": 40.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 60.0,
              "y": 0.0
            }
          }
        ],
        "id": "max_speed_clamp",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "max_speed_clamp"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 0.6,
              "velocity_delta": 40.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 60.0,
              "y": 0.0
            }
          }
        ],
        "id": "max_speed_clamp",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "max_speed_clamp"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 60.0,
              "safe_speed_ratio": 0.6,
              "velocity_delta": 40.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": 0.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 60.0,
              "y": 0.0
            }
          }
        ],
        "id": "max_speed_clamp",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 60.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, 0.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "max_speed_clamp"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      }
    ],
    "obstacle_horizon_long": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 80.0,
              "safe_speed": 58.6666717529297,
              "safe_speed_ratio": 0.733333396911621,
              "velocity_delta": 21.3333282470703
            },
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 58.6666717529297,
              "y": 0.0
            }
          }
        ],
        "id": "obstacle_horizon_long",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(80.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 80.0,
              "neighbor_distance": 500.0,
              "position": "(-100.0, 100.0)",
              "preferred_velocity": "(80.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.5
            }
          ],
          "id": "obstacle_horizon_long",
          "obstacles": [
            {
              "layers": 1,
              "position": "(0.0, 0.0)",
              "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
            }
          ]
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 80.0,
              "safe_speed": 58.6666717529297,
              "safe_speed_ratio": 0.733333396911621,
              "velocity_delta": 21.3333282470703
            },
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 58.6666717529297,
              "y": 0.0
            }
          }
        ],
        "id": "obstacle_horizon_long",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(80.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 80.0,
              "neighbor_distance": 500.0,
              "position": "(-100.0, 100.0)",
              "preferred_velocity": "(80.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.5
            }
          ],
          "id": "obstacle_horizon_long",
          "obstacles": [
            {
              "layers": 1,
              "position": "(0.0, 0.0)",
              "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
            }
          ]
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 80.0,
              "safe_speed": 58.6666717529297,
              "safe_speed_ratio": 0.733333396911621,
              "velocity_delta": 21.3333282470703
            },
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 58.6666717529297,
              "y": 0.0
            }
          }
        ],
        "id": "obstacle_horizon_long",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(80.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 80.0,
              "neighbor_distance": 500.0,
              "position": "(-100.0, 100.0)",
              "preferred_velocity": "(80.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.5
            }
          ],
          "id": "obstacle_horizon_long",
          "obstacles": [
            {
              "layers": 1,
              "position": "(0.0, 0.0)",
              "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
            }
          ]
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      }
    ],
    "obstacle_horizon_short": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 80.0,
              "safe_speed": 80.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 80.0,
              "y": 0.0
            }
          }
        ],
        "id": "obstacle_horizon_short",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(80.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 80.0,
              "neighbor_distance": 500.0,
              "position": "(-100.0, 100.0)",
              "preferred_velocity": "(80.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 0.5
            }
          ],
          "id": "obstacle_horizon_short",
          "obstacles": [
            {
              "layers": 1,
              "position": "(0.0, 0.0)",
              "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
            }
          ]
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 80.0,
              "safe_speed": 80.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 80.0,
              "y": 0.0
            }
          }
        ],
        "id": "obstacle_horizon_short",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(80.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 80.0,
              "neighbor_distance": 500.0,
              "position": "(-100.0, 100.0)",
              "preferred_velocity": "(80.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 0.5
            }
          ],
          "id": "obstacle_horizon_short",
          "obstacles": [
            {
              "layers": 1,
              "position": "(0.0, 0.0)",
              "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
            }
          ]
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 80.0,
              "safe_speed": 80.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 80.0,
              "y": 0.0
            }
          }
        ],
        "id": "obstacle_horizon_short",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(80.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 80.0,
              "neighbor_distance": 500.0,
              "position": "(-100.0, 100.0)",
              "preferred_velocity": "(80.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 0.5
            }
          ],
          "id": "obstacle_horizon_short",
          "obstacles": [
            {
              "layers": 1,
              "position": "(0.0, 0.0)",
              "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
            }
          ]
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      }
    ],
    "obstacle_horizon_zero": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 80.0,
              "safe_speed": 80.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 80.0,
              "y": 0.0
            }
          }
        ],
        "id": "obstacle_horizon_zero",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(80.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 80.0,
              "neighbor_distance": 500.0,
              "position": "(-100.0, 100.0)",
              "preferred_velocity": "(80.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 0.0
            }
          ],
          "id": "obstacle_horizon_zero",
          "obstacles": [
            {
              "layers": 1,
              "position": "(0.0, 0.0)",
              "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
            }
          ]
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 80.0,
              "safe_speed": 80.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 80.0,
              "y": 0.0
            }
          }
        ],
        "id": "obstacle_horizon_zero",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(80.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 80.0,
              "neighbor_distance": 500.0,
              "position": "(-100.0, 100.0)",
              "preferred_velocity": "(80.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 0.0
            }
          ],
          "id": "obstacle_horizon_zero",
          "obstacles": [
            {
              "layers": 1,
              "position": "(0.0, 0.0)",
              "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
            }
          ]
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 80.0,
              "safe_speed": 80.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": -100.0,
              "y": 100.0
            },
            "preferred_velocity": {
              "x": 80.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 80.0,
              "y": 0.0
            }
          }
        ],
        "id": "obstacle_horizon_zero",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(80.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 80.0,
              "neighbor_distance": 500.0,
              "position": "(-100.0, 100.0)",
              "preferred_velocity": "(80.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 0.0
            }
          ],
          "id": "obstacle_horizon_zero",
          "obstacles": [
            {
              "layers": 1,
              "position": "(0.0, 0.0)",
              "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
            }
          ]
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2
        ],
        "warmup_complete": true
      }
    ],
    "priority_directional": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 100.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 11.7217469648806,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 97.9145736694336,
              "safe_speed_ratio": 0.979145736694336,
              "velocity_delta": 20.315896987915
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 160.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -95.8726425170898,
              "y": 19.8922233581543
            }
          }
        ],
        "id": "priority_directional",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(160.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 0.2,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "priority_directional"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 100.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 11.7217469648806,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 97.9145736694336,
              "safe_speed_ratio": 0.979145736694336,
              "velocity_delta": 20.315896987915
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 160.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -95.8726425170898,
              "y": 19.8922233581543
            }
          }
        ],
        "id": "priority_directional",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(160.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 0.2,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "priority_directional"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 100.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 11.7217469648806,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 97.9145736694336,
              "safe_speed_ratio": 0.979145736694336,
              "velocity_delta": 20.315896987915
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 160.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -95.8726425170898,
              "y": 19.8922233581543
            }
          }
        ],
        "id": "priority_directional",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(160.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 0.2,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "priority_directional"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "priority_equal": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 11.5966494889108,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 97.9586944580078,
              "safe_speed_ratio": 0.979586944580078,
              "velocity_delta": 20.1020641326904
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 95.9590682983398,
              "y": -19.6917209625244
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 5.73833220476744,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.4729919433594,
              "safe_speed_ratio": 0.984729919433594,
              "velocity_delta": 10.0510377883911
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 160.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -97.9795303344727,
              "y": 9.84586524963379
            }
          }
        ],
        "id": "priority_equal",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(160.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "priority_equal"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 11.5966494889108,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 97.9586944580078,
              "safe_speed_ratio": 0.979586944580078,
              "velocity_delta": 20.1020641326904
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 95.9590682983398,
              "y": -19.6917209625244
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 5.73833220476744,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.4729919433594,
              "safe_speed_ratio": 0.984729919433594,
              "velocity_delta": 10.0510377883911
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 160.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -97.9795303344727,
              "y": 9.84586524963379
            }
          }
        ],
        "id": "priority_equal",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(160.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "priority_equal"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 11.5966494889108,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 97.9586944580078,
              "safe_speed_ratio": 0.979586944580078,
              "velocity_delta": 20.1020641326904
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 95.9590682983398,
              "y": -19.6917209625244
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 5.73833220476744,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.4729919433594,
              "safe_speed_ratio": 0.984729919433594,
              "velocity_delta": 10.0510377883911
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 160.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -97.9795303344727,
              "y": 9.84586524963379
            }
          }
        ],
        "id": "priority_equal",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(160.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "priority_equal"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "radius_equal_12_12": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.59595873353389,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.6784515380859,
              "safe_speed_ratio": 0.996784515380859,
              "velocity_delta": 8.01286220550537
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 99.3579406738281,
              "y": -7.98709678649902
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 2.29427697734997,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.7589416503906,
              "safe_speed_ratio": 0.997589416503906,
              "velocity_delta": 4.00643110275269
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": -99.6789703369141,
              "y": 3.99354863166809
            }
          }
        ],
        "id": "radius_equal_12_12",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "radius_equal_12_12"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.59595873353389,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.6784515380859,
              "safe_speed_ratio": 0.996784515380859,
              "velocity_delta": 8.01286220550537
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 99.3579406738281,
              "y": -7.98709678649902
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 2.29427697734997,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.7589416503906,
              "safe_speed_ratio": 0.997589416503906,
              "velocity_delta": 4.00643110275269
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": -99.6789703369141,
              "y": 3.99354863166809
            }
          }
        ],
        "id": "radius_equal_12_12",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "radius_equal_12_12"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.59595873353389,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.6784515380859,
              "safe_speed_ratio": 0.996784515380859,
              "velocity_delta": 8.01286220550537
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": 99.3579406738281,
              "y": -7.98709678649902
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 2.29427697734997,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.7589416503906,
              "safe_speed_ratio": 0.997589416503906,
              "velocity_delta": 4.00643110275269
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 12.0,
            "safe_velocity": {
              "x": -99.6789703369141,
              "y": 3.99354863166809
            }
          }
        ],
        "id": "radius_equal_12_12",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 12.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "radius_equal_12_12"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "radius_equal_8_16": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.59595873353389,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.6784515380859,
              "safe_speed_ratio": 0.996784515380859,
              "velocity_delta": 8.01286220550537
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 8.0,
            "safe_velocity": {
              "x": 99.3579406738281,
              "y": -7.98709678649902
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 2.29427697734997,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.7589416503906,
              "safe_speed_ratio": 0.997589416503906,
              "velocity_delta": 4.00643110275269
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 16.0,
            "safe_velocity": {
              "x": -99.6789703369141,
              "y": 3.99354863166809
            }
          }
        ],
        "id": "radius_equal_8_16",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 8.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 16.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "radius_equal_8_16"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.59595873353389,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.6784515380859,
              "safe_speed_ratio": 0.996784515380859,
              "velocity_delta": 8.01286220550537
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 8.0,
            "safe_velocity": {
              "x": 99.3579406738281,
              "y": -7.98709678649902
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 2.29427697734997,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.7589416503906,
              "safe_speed_ratio": 0.997589416503906,
              "velocity_delta": 4.00643110275269
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 16.0,
            "safe_velocity": {
              "x": -99.6789703369141,
              "y": 3.99354863166809
            }
          }
        ],
        "id": "radius_equal_8_16",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 8.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 16.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "radius_equal_8_16"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.59595873353389,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.6784515380859,
              "safe_speed_ratio": 0.996784515380859,
              "velocity_delta": 8.01286220550537
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 8.0,
            "safe_velocity": {
              "x": 99.3579406738281,
              "y": -7.98709678649902
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 2.29427697734997,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.7589416503906,
              "safe_speed_ratio": 0.997589416503906,
              "velocity_delta": 4.00643110275269
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 16.0,
            "safe_velocity": {
              "x": -99.6789703369141,
              "y": 3.99354863166809
            }
          }
        ],
        "id": "radius_equal_8_16",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 8.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 16.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "radius_equal_8_16"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "radius_larger_24_24": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 11.5846138418196,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 97.9629211425781,
              "safe_speed_ratio": 0.979629211425781,
              "velocity_delta": 20.081485748291
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 24.0,
            "safe_velocity": {
              "x": 95.9673385620117,
              "y": -19.6724090576172
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 5.73249794255578,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.4761428833008,
              "safe_speed_ratio": 0.984761428833008,
              "velocity_delta": 10.0407409667969
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 24.0,
            "safe_velocity": {
              "x": -97.9836730957031,
              "y": 9.83620357513428
            }
          }
        ],
        "id": "radius_larger_24_24",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 24.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 24.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "radius_larger_24_24"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 11.5846138418196,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 97.9629211425781,
              "safe_speed_ratio": 0.979629211425781,
              "velocity_delta": 20.081485748291
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 24.0,
            "safe_velocity": {
              "x": 95.9673385620117,
              "y": -19.6724090576172
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 5.73249794255578,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.4761428833008,
              "safe_speed_ratio": 0.984761428833008,
              "velocity_delta": 10.0407409667969
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 24.0,
            "safe_velocity": {
              "x": -97.9836730957031,
              "y": 9.83620357513428
            }
          }
        ],
        "id": "radius_larger_24_24",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 24.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 24.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "radius_larger_24_24"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 11.5846138418196,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 97.9629211425781,
              "safe_speed_ratio": 0.979629211425781,
              "velocity_delta": 20.081485748291
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 24.0,
            "safe_velocity": {
              "x": 95.9673385620117,
              "y": -19.6724090576172
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 5.73249794255578,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.4761428833008,
              "safe_speed_ratio": 0.984761428833008,
              "velocity_delta": 10.0407409667969
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 24.0,
            "safe_velocity": {
              "x": -97.9836730957031,
              "y": 9.83620357513428
            }
          }
        ],
        "id": "radius_larger_24_24",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 24.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 500.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 24.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "radius_larger_24_24"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "range_long": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 9.23700354577903,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.7032852172852,
              "safe_speed_ratio": 0.987032852172852,
              "velocity_delta": 16.0518684387207
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 97.4233779907227,
              "y": -15.8437204360962
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.58829568817196,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.029052734375,
              "safe_speed_ratio": 0.99029052734375,
              "velocity_delta": 8.02593326568604
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -98.7116851806641,
              "y": 7.92185926437378
            }
          }
        ],
        "id": "range_long",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 250.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 250.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "range_long"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 9.23700354577903,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.7032852172852,
              "safe_speed_ratio": 0.987032852172852,
              "velocity_delta": 16.0518684387207
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 97.4233779907227,
              "y": -15.8437204360962
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.58829568817196,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.029052734375,
              "safe_speed_ratio": 0.99029052734375,
              "velocity_delta": 8.02593326568604
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -98.7116851806641,
              "y": 7.92185926437378
            }
          }
        ],
        "id": "range_long",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 250.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 250.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "range_long"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 9.23700354577903,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 98.7032852172852,
              "safe_speed_ratio": 0.987032852172852,
              "velocity_delta": 16.0518684387207
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 97.4233779907227,
              "y": -15.8437204360962
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 4.58829568817196,
              "delta_threshold": 1.0,
              "meaningful": true,
              "preferred_speed": 100.0,
              "safe_speed": 99.029052734375,
              "safe_speed_ratio": 0.99029052734375,
              "velocity_delta": 8.02593326568604
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -98.7116851806641,
              "y": 7.92185926437378
            }
          }
        ],
        "id": "range_long",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 250.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 250.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "range_long"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ],
    "range_short": [
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 100.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -100.0,
              "y": 0.0
            }
          }
        ],
        "id": "range_short",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 150.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 150.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "range_short"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 100.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -100.0,
              "y": 0.0
            }
          }
        ],
        "id": "range_short",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 150.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 150.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "range_short"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      },
      {
        "agents": [
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "index": 0,
            "position": {
              "x": 0.0,
              "y": -4.0
            },
            "preferred_velocity": {
              "x": 100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": 100.0,
              "y": 0.0
            }
          },
          {
            "callback_count": 1,
            "comparison": {
              "correction_angle_degrees": 0.0,
              "delta_threshold": 1.0,
              "meaningful": false,
              "preferred_speed": 100.0,
              "safe_speed": 100.0,
              "safe_speed_ratio": 1.0,
              "velocity_delta": 0.0
            },
            "current_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "index": 1,
            "position": {
              "x": 200.0,
              "y": 4.0
            },
            "preferred_velocity": {
              "x": -100.0,
              "y": 0.0
            },
            "radius": 20.0,
            "safe_velocity": {
              "x": -100.0,
              "y": 0.0
            }
          }
        ],
        "id": "range_short",
        "map_iteration_id": 1,
        "parameters": {
          "agents": [
            {
              "current_velocity": "(100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 150.0,
              "position": "(0.0, -4.0)",
              "preferred_velocity": "(100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            },
            {
              "current_velocity": "(-100.0, 0.0)",
              "layers": 1,
              "mask": 1,
              "max_neighbors": 10,
              "max_speed": 100.0,
              "neighbor_distance": 150.0,
              "position": "(200.0, 4.0)",
              "preferred_velocity": "(-100.0, 0.0)",
              "priority": 1.0,
              "radius": 20.0,
              "time_horizon_agents": 1.2,
              "time_horizon_obstacles": 1.0
            }
          ],
          "id": "range_short"
        },
        "received_all_callbacks": true,
        "waited_physics_ticks": 1,
        "warmup_callback_counts": [
          2,
          2
        ],
        "warmup_complete": true
      }
    ]
  },
  "trace_sha256": {
    "dense_shared_destination": "6fb795ddd7f0efc4691fb717c654dec5cd046e1182b03653a85ed3faa8bb6969",
    "mixed_radius_speed": "b8450ccbb71cac6443cb850db63cf179b2cb0346f717cd08147036a179218d95",
    "offset_head_on": "1581523a5b0809805bdd2324ddcaabcc06419f3d1c90b4847cf217eaadc2e92f",
    "perpendicular_crossing": "b43e6603d7cd580fd93aa2b8dd2e153b17935e4058f270da0bbd700ffed5d3f8",
    "two_stream_merge": "97686d5b1618a44ddbafabcf763ad32912a3ce3d5896b282e46f7cf940ec8321",
    "vertex_wall_approach": "1fd3444b2f3a92e9d37076f5da3293bfad66a370f4ad9ca8ea5c7f8dc397dca9"
  },
  "trajectories": {
    "dense_shared_destination": {
      "agents": [
        {
          "callback_count": 720,
          "final_position": {
            "x": 14.11008644104,
            "y": -12.9131326675415
          },
          "first_meaningful_correction_distance": 94.9246978759766,
          "first_meaningful_correction_seconds": 1.6,
          "first_meaningful_correction_tick": 96,
          "goal": {
            "x": 0.0,
            "y": 0.0
          },
          "index": 0,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0166666666666667,
            "maximum_correction_angle_degrees": 170.123032374741,
            "maximum_velocity_delta": 119.55451965332,
            "meaningful_sample_count": 624,
            "minimum_safe_speed_ratio": 0.0962828697384434,
            "sample_count": 720
          },
          "progress": 200.872978210449,
          "start_position": {
            "x": 219.461227416992,
            "y": 15.3874263763428
          }
        },
        {
          "callback_count": 720,
          "final_position": {
            "x": -10.2328834533691,
            "y": 37.2892150878906
          },
          "first_meaningful_correction_distance": 95.6765670776367,
          "first_meaningful_correction_seconds": 1.58333333333333,
          "first_meaningful_correction_tick": 95,
          "goal": {
            "x": 0.0,
            "y": 0.0
          },
          "index": 1,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 164.833474334295,
            "maximum_velocity_delta": 118.554351806641,
            "meaningful_sample_count": 625,
            "minimum_safe_speed_ratio": 0.103474418322245,
            "sample_count": 720
          },
          "progress": 181.332214355469,
          "start_position": {
            "x": 144.301956176758,
            "y": 166.063079833984
          }
        },
        {
          "callback_count": 720,
          "final_position": {
            "x": -58.6636810302734,
            "y": 11.4246892929077
          },
          "first_meaningful_correction_distance": 95.6764755249023,
          "first_meaningful_correction_seconds": 1.58333333333333,
          "first_meaningful_correction_tick": 95,
          "goal": {
            "x": 0.0,
            "y": 0.0
          },
          "index": 2,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0166666666666667,
            "maximum_correction_angle_degrees": 179.970648855904,
            "maximum_velocity_delta": 118.393890380859,
            "meaningful_sample_count": 625,
            "minimum_safe_speed_ratio": 0.0492360631624858,
            "sample_count": 720
          },
          "progress": 160.234214782715,
          "start_position": {
            "x": -15.3874216079712,
            "y": 219.461227416992
          }
        },
        {
          "callback_count": 720,
          "final_position": {
            "x": -40.7353782653809,
            "y": -15.0186653137207
          },
          "first_meaningful_correction_distance": 95.6764755249023,
          "first_meaningful_correction_seconds": 1.58333333333333,
          "first_meaningful_correction_tick": 95,
          "goal": {
            "x": 0.0,
            "y": 0.0
          },
          "index": 3,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 178.878911418969,
            "maximum_velocity_delta": 119.992446899414,
            "meaningful_sample_count": 624,
            "minimum_safe_speed_ratio": 0.103986691092599,
            "sample_count": 720
          },
          "progress": 176.584201812744,
          "start_position": {
            "x": -166.063064575195,
            "y": 144.301971435547
          }
        },
        {
          "callback_count": 720,
          "final_position": {
            "x": 6.89514541625977,
            "y": 62.9878234863281
          },
          "first_meaningful_correction_distance": 95.6764602661133,
          "first_meaningful_correction_seconds": 1.58333333333333,
          "first_meaningful_correction_tick": 95,
          "goal": {
            "x": 0.0,
            "y": 0.0
          },
          "index": 4,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0666666666666667,
            "maximum_correction_angle_degrees": 179.831750128942,
            "maximum_velocity_delta": 119.168899536133,
            "meaningful_sample_count": 624,
            "minimum_safe_speed_ratio": 0.0193400077400212,
            "sample_count": 720
          },
          "progress": 156.635917663574,
          "start_position": {
            "x": -219.461227416992,
            "y": -15.3874311447144
          }
        },
        {
          "callback_count": 720,
          "final_position": {
            "x": 7.08935260772705,
            "y": 14.9756517410278
          },
          "first_meaningful_correction_distance": 95.6764602661133,
          "first_meaningful_correction_seconds": 1.58333333333333,
          "first_meaningful_correction_tick": 95,
          "goal": {
            "x": 0.0,
            "y": 0.0
          },
          "index": 5,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0333333333333333,
            "maximum_correction_angle_degrees": 178.994655804644,
            "maximum_velocity_delta": 112.036392211914,
            "meaningful_sample_count": 611,
            "minimum_safe_speed_ratio": 0.0669575532277425,
            "sample_count": 720
          },
          "progress": 203.431081771851,
          "start_position": {
            "x": -144.301940917969,
            "y": -166.063079833984
          }
        },
        {
          "callback_count": 720,
          "final_position": {
            "x": -19.3114585876465,
            "y": 3.96599841117859
          },
          "first_meaningful_correction_distance": 95.6763763427734,
          "first_meaningful_correction_seconds": 1.58333333333333,
          "first_meaningful_correction_tick": 95,
          "goal": {
            "x": 0.0,
            "y": 0.0
          },
          "index": 6,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 170.734634833781,
            "maximum_velocity_delta": 119.607955932617,
            "meaningful_sample_count": 625,
            "minimum_safe_speed_ratio": 0.104451996768443,
            "sample_count": 720
          },
          "progress": 200.285482406616,
          "start_position": {
            "x": 15.3874673843384,
            "y": -219.461212158203
          }
        },
        {
          "callback_count": 720,
          "final_position": {
            "x": -11.1274080276489,
            "y": -25.0056266784668
          },
          "first_meaningful_correction_distance": 95.6763763427734,
          "first_meaningful_correction_seconds": 1.58333333333333,
          "first_meaningful_correction_tick": 95,
          "goal": {
            "x": 0.0,
            "y": 0.0
          },
          "index": 7,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 179.601559093534,
            "maximum_velocity_delta": 119.678558349609,
            "meaningful_sample_count": 607,
            "minimum_safe_speed_ratio": 0.104227471351624,
            "sample_count": 720
          },
          "progress": 192.630298614502,
          "start_position": {
            "x": 166.063079833984,
            "y": -144.301956176758
          }
        }
      ],
      "avoidance_overlap_tick_count": 225,
      "completed": false,
      "duration_seconds": 12.0,
      "finite": true,
      "id": "dense_shared_destination",
      "map_iteration_id": 1,
      "maximum_application_candidate_upper_bound": 7,
      "minimum_clearance_tick": 665,
      "minimum_signed_clearance": -0.420433044433594,
      "minimum_static_clearance_tick": null,
      "minimum_static_signed_clearance": null,
      "parameters": {
        "agents": [
          {
            "current_velocity": "(-59.85306, -4.19657)",
            "goal": "(0.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": "(219.4612, 15.38743)",
            "preferred_speed": 60.0,
            "preferred_velocity": "(-59.85306, -4.19657)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(-39.35508, -45.28993)",
            "goal": "(0.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": "(144.302, 166.0631)",
            "preferred_speed": 60.0,
            "preferred_velocity": "(-39.35508, -45.28993)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(4.196569, -59.85306)",
            "goal": "(0.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": "(-15.38742, 219.4612)",
            "preferred_speed": 60.0,
            "preferred_velocity": "(4.196569, -59.85306)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(45.28992, -39.35508)",
            "goal": "(0.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": "(-166.0631, 144.302)",
            "preferred_speed": 60.0,
            "preferred_velocity": "(45.28992, -39.35508)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(59.85306, 4.196572)",
            "goal": "(0.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": "(-219.4612, -15.38743)",
            "preferred_speed": 60.0,
            "preferred_velocity": "(59.85306, 4.196572)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(39.35508, 45.28993)",
            "goal": "(0.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": "(-144.3019, -166.0631)",
            "preferred_speed": 60.0,
            "preferred_velocity": "(39.35508, 45.28993)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(-4.196582, 59.85306)",
            "goal": "(0.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": "(15.38747, -219.4612)",
            "preferred_speed": 60.0,
            "preferred_velocity": "(-4.196582, 59.85306)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(-45.28993, 39.35508)",
            "goal": "(0.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 5,
            "max_speed": 60.0,
            "neighbor_distance": 300.0,
            "position": "(166.0631, -144.302)",
            "preferred_speed": 60.0,
            "preferred_velocity": "(-45.28993, 39.35508)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "arrival_tolerance": 22.0,
        "goals": [
          "(0.0, 0.0)",
          "(0.0, 0.0)",
          "(0.0, 0.0)",
          "(0.0, 0.0)",
          "(0.0, 0.0)",
          "(0.0, 0.0)",
          "(0.0, 0.0)",
          "(0.0, 0.0)"
        ],
        "id": "dense_shared_destination",
        "timeout_seconds": 12.0,
        "trace_stride": 12
      },
      "physics_collision_shapes_present": false,
      "physics_contact_count": null,
      "physics_ticks_per_second": 60.0,
      "ticks_executed": 720,
      "trace": [
        {
          "executed_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657039642334
            },
            {
              "x": -39.3550758361816,
              "y": -45.2899284362793
            },
            {
              "x": 4.19656896591187,
              "y": -59.8530578613281
            },
            {
              "x": 45.289924621582,
              "y": -39.3550834655762
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657182693481
            },
            {
              "x": 39.3550758361816,
              "y": 45.2899322509766
            },
            {
              "x": -4.19658184051514,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899284362793,
              "y": 39.3550758361816
            }
          ],
          "positions": [
            {
              "x": 219.461227416992,
              "y": 15.3874263763428
            },
            {
              "x": 144.301956176758,
              "y": 166.063079833984
            },
            {
              "x": -15.3874216079712,
              "y": 219.461227416992
            },
            {
              "x": -166.063064575195,
              "y": 144.301971435547
            },
            {
              "x": -219.461227416992,
              "y": -15.3874311447144
            },
            {
              "x": -144.301940917969,
              "y": -166.063079833984
            },
            {
              "x": 15.3874673843384,
              "y": -219.461212158203
            },
            {
              "x": 166.063079833984,
              "y": -144.301956176758
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657039642334
            },
            {
              "x": -39.3550796508789,
              "y": -45.2899322509766
            },
            {
              "x": 4.19656896591187,
              "y": -59.8530578613281
            },
            {
              "x": 45.289924621582,
              "y": -39.3550834655762
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657182693481
            },
            {
              "x": 39.3550758361816,
              "y": 45.2899322509766
            },
            {
              "x": -4.19658231735229,
              "y": 59.8530616760254
            },
            {
              "x": -45.2899322509766,
              "y": 39.3550796508789
            }
          ],
          "safe_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657039642334
            },
            {
              "x": -39.3550758361816,
              "y": -45.2899284362793
            },
            {
              "x": 4.19656896591187,
              "y": -59.8530578613281
            },
            {
              "x": 45.289924621582,
              "y": -39.3550834655762
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657182693481
            },
            {
              "x": 39.3550758361816,
              "y": 45.2899322509766
            },
            {
              "x": -4.19658184051514,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899284362793,
              "y": 39.3550758361816
            }
          ],
          "tick": 0,
          "time_seconds": 0.0
        },
        {
          "executed_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657325744629
            },
            {
              "x": -39.355094909668,
              "y": -45.2899169921875
            },
            {
              "x": 4.19657278060913,
              "y": -59.8530578613281
            },
            {
              "x": 45.2899131774902,
              "y": -39.3550987243652
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657468795776
            },
            {
              "x": 39.3550910949707,
              "y": 45.2899169921875
            },
            {
              "x": -4.19658231735229,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899169921875,
              "y": 39.355094909668
            }
          ],
          "positions": [
            {
              "x": 207.490524291992,
              "y": 14.54811668396
            },
            {
              "x": 136.43098449707,
              "y": 157.005035400391
            },
            {
              "x": -14.5481119155884,
              "y": 207.490524291992
            },
            {
              "x": -157.005020141602,
              "y": 136.430999755859
            },
            {
              "x": -207.490524291992,
              "y": -14.5481214523315
            },
            {
              "x": -136.430969238281,
              "y": -157.005035400391
            },
            {
              "x": 14.5481462478638,
              "y": -207.490509033203
            },
            {
              "x": 157.005035400391,
              "y": -136.43098449707
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8530616760254,
              "y": -4.19657373428345
            },
            {
              "x": -39.355094909668,
              "y": -45.2899169921875
            },
            {
              "x": 4.19657278060913,
              "y": -59.8530616760254
            },
            {
              "x": 45.2899131774902,
              "y": -39.3550987243652
            },
            {
              "x": 59.8530616760254,
              "y": 4.19657516479492
            },
            {
              "x": 39.3550910949707,
              "y": 45.2899169921875
            },
            {
              "x": -4.19658231735229,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899169921875,
              "y": 39.355094909668
            }
          ],
          "safe_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657325744629
            },
            {
              "x": -39.355094909668,
              "y": -45.2899169921875
            },
            {
              "x": 4.19657278060913,
              "y": -59.8530578613281
            },
            {
              "x": 45.2899131774902,
              "y": -39.3550987243652
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657468795776
            },
            {
              "x": 39.3550910949707,
              "y": 45.2899169921875
            },
            {
              "x": -4.19658231735229,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899169921875,
              "y": 39.355094909668
            }
          ],
          "tick": 12,
          "time_seconds": 0.2
        },
        {
          "executed_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.1965765953064
            },
            {
              "x": -39.355110168457,
              "y": -45.2899017333984
            },
            {
              "x": 4.19657516479492,
              "y": -59.8530578613281
            },
            {
              "x": 45.2898941040039,
              "y": -39.3551139831543
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657754898071
            },
            {
              "x": 39.355110168457,
              "y": 45.289909362793
            },
            {
              "x": -4.19658279418945,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899017333984,
              "y": 39.355110168457
            }
          ],
          "positions": [
            {
              "x": 195.519836425781,
              "y": 13.7088069915771
            },
            {
              "x": 128.560012817383,
              "y": 147.946990966797
            },
            {
              "x": -13.7088022232056,
              "y": 195.519836425781
            },
            {
              "x": -147.946975708008,
              "y": 128.560028076172
            },
            {
              "x": -195.519836425781,
              "y": -13.7088088989258
            },
            {
              "x": -128.559997558594,
              "y": -147.946990966797
            },
            {
              "x": 13.7088251113892,
              "y": -195.519805908203
            },
            {
              "x": 147.946990966797,
              "y": -128.560012817383
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.1965765953064
            },
            {
              "x": -39.355110168457,
              "y": -45.2899017333984
            },
            {
              "x": 4.19657516479492,
              "y": -59.8530578613281
            },
            {
              "x": 45.2898941040039,
              "y": -39.3551139831543
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657754898071
            },
            {
              "x": 39.355110168457,
              "y": 45.289909362793
            },
            {
              "x": -4.19658279418945,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899017333984,
              "y": 39.355110168457
            }
          ],
          "safe_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.1965765953064
            },
            {
              "x": -39.355110168457,
              "y": -45.2899017333984
            },
            {
              "x": 4.19657516479492,
              "y": -59.8530578613281
            },
            {
              "x": 45.2898941040039,
              "y": -39.3551139831543
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657754898071
            },
            {
              "x": 39.355110168457,
              "y": 45.289909362793
            },
            {
              "x": -4.19658279418945,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899017333984,
              "y": 39.355110168457
            }
          ],
          "tick": 24,
          "time_seconds": 0.4
        },
        {
          "executed_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657754898071
            },
            {
              "x": -39.3551177978516,
              "y": -45.2899017333984
            },
            {
              "x": 4.19657754898071,
              "y": -59.8530578613281
            },
            {
              "x": 45.2898979187012,
              "y": -39.3551177978516
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657754898071
            },
            {
              "x": 39.3551139831543,
              "y": 45.2899055480957
            },
            {
              "x": -4.19658374786377,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899017333984,
              "y": 39.3551177978516
            }
          ],
          "positions": [
            {
              "x": 183.549133300781,
              "y": 12.8694877624512
            },
            {
              "x": 120.688949584961,
              "y": 138.888946533203
            },
            {
              "x": -12.8694877624512,
              "y": 183.549133300781
            },
            {
              "x": -138.888931274414,
              "y": 120.68896484375
            },
            {
              "x": -183.549133300781,
              "y": -12.8694877624512
            },
            {
              "x": -120.688934326172,
              "y": -138.888946533203
            },
            {
              "x": 12.8695039749146,
              "y": -183.549102783203
            },
            {
              "x": 138.888946533203,
              "y": -120.688949584961
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657754898071
            },
            {
              "x": -39.3551177978516,
              "y": -45.2899017333984
            },
            {
              "x": 4.19657754898071,
              "y": -59.8530578613281
            },
            {
              "x": 45.2898979187012,
              "y": -39.3551177978516
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657754898071
            },
            {
              "x": 39.3551139831543,
              "y": 45.2899055480957
            },
            {
              "x": -4.19658374786377,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899017333984,
              "y": 39.3551177978516
            }
          ],
          "safe_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657754898071
            },
            {
              "x": -39.3551177978516,
              "y": -45.2899017333984
            },
            {
              "x": 4.19657754898071,
              "y": -59.8530578613281
            },
            {
              "x": 45.2898979187012,
              "y": -39.3551177978516
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657754898071
            },
            {
              "x": 39.3551139831543,
              "y": 45.2899055480957
            },
            {
              "x": -4.19658374786377,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899017333984,
              "y": 39.3551177978516
            }
          ],
          "tick": 36,
          "time_seconds": 0.6
        },
        {
          "executed_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657802581787
            },
            {
              "x": -39.3551177978516,
              "y": -45.2898979187012
            },
            {
              "x": 4.19657802581787,
              "y": -59.8530578613281
            },
            {
              "x": 45.2898941040039,
              "y": -39.3551216125488
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657802581787
            },
            {
              "x": 39.3551177978516,
              "y": 45.2899017333984
            },
            {
              "x": -4.19658470153809,
              "y": 59.8530578613281
            },
            {
              "x": -45.2898979187012,
              "y": 39.3551177978516
            }
          ],
          "positions": [
            {
              "x": 171.578430175781,
              "y": 12.0301666259766
            },
            {
              "x": 112.817886352539,
              "y": 129.830902099609
            },
            {
              "x": -12.0301666259766,
              "y": 171.578430175781
            },
            {
              "x": -129.83088684082,
              "y": 112.817901611328
            },
            {
              "x": -171.578430175781,
              "y": -12.0301666259766
            },
            {
              "x": -112.81787109375,
              "y": -129.830902099609
            },
            {
              "x": 12.0301828384399,
              "y": -171.578399658203
            },
            {
              "x": 129.830902099609,
              "y": -112.817886352539
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657802581787
            },
            {
              "x": -39.3551177978516,
              "y": -45.2898979187012
            },
            {
              "x": 4.19657802581787,
              "y": -59.8530578613281
            },
            {
              "x": 45.2898941040039,
              "y": -39.3551216125488
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657802581787
            },
            {
              "x": 39.3551177978516,
              "y": 45.2899017333984
            },
            {
              "x": -4.19658470153809,
              "y": 59.8530616760254
            },
            {
              "x": -45.2898979187012,
              "y": 39.3551177978516
            }
          ],
          "safe_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657802581787
            },
            {
              "x": -39.3551177978516,
              "y": -45.2898979187012
            },
            {
              "x": 4.19657802581787,
              "y": -59.8530578613281
            },
            {
              "x": 45.2898941040039,
              "y": -39.3551216125488
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657802581787
            },
            {
              "x": 39.3551177978516,
              "y": 45.2899017333984
            },
            {
              "x": -4.19658470153809,
              "y": 59.8530578613281
            },
            {
              "x": -45.2898979187012,
              "y": 39.3551177978516
            }
          ],
          "tick": 48,
          "time_seconds": 0.8
        },
        {
          "executed_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657850265503
            },
            {
              "x": -39.355110168457,
              "y": -45.289909362793
            },
            {
              "x": 4.19657850265503,
              "y": -59.8530578613281
            },
            {
              "x": 45.2899017333984,
              "y": -39.3551139831543
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657850265503
            },
            {
              "x": 39.3551063537598,
              "y": 45.289909362793
            },
            {
              "x": -4.19658517837524,
              "y": 59.8530578613281
            },
            {
              "x": -45.289909362793,
              "y": 39.355110168457
            }
          ],
          "positions": [
            {
              "x": 159.607727050781,
              "y": 11.190845489502
            },
            {
              "x": 104.946823120117,
              "y": 120.772933959961
            },
            {
              "x": -11.190845489502,
              "y": 159.607727050781
            },
            {
              "x": -120.772918701172,
              "y": 104.946838378906
            },
            {
              "x": -159.607727050781,
              "y": -11.190845489502
            },
            {
              "x": -104.946807861328,
              "y": -120.772933959961
            },
            {
              "x": 11.1908617019653,
              "y": -159.607696533203
            },
            {
              "x": 120.772933959961,
              "y": -104.946823120117
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657850265503
            },
            {
              "x": -39.355110168457,
              "y": -45.289909362793
            },
            {
              "x": 4.19657850265503,
              "y": -59.8530578613281
            },
            {
              "x": 45.2899017333984,
              "y": -39.3551139831543
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657850265503
            },
            {
              "x": 39.3551063537598,
              "y": 45.289909362793
            },
            {
              "x": -4.19658517837524,
              "y": 59.8530578613281
            },
            {
              "x": -45.289909362793,
              "y": 39.355110168457
            }
          ],
          "safe_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657850265503
            },
            {
              "x": -39.355110168457,
              "y": -45.289909362793
            },
            {
              "x": 4.19657850265503,
              "y": -59.8530578613281
            },
            {
              "x": 45.2899017333984,
              "y": -39.3551139831543
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657850265503
            },
            {
              "x": 39.3551063537598,
              "y": 45.289909362793
            },
            {
              "x": -4.19658517837524,
              "y": 59.8530578613281
            },
            {
              "x": -45.289909362793,
              "y": 39.355110168457
            }
          ],
          "tick": 60,
          "time_seconds": 1.0
        },
        {
          "executed_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657897949219
            },
            {
              "x": -39.3550910949707,
              "y": -45.2899169921875
            },
            {
              "x": 4.19657897949219,
              "y": -59.8530578613281
            },
            {
              "x": 45.289909362793,
              "y": -39.3550987243652
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657897949219
            },
            {
              "x": 39.3550872802734,
              "y": 45.2899208068848
            },
            {
              "x": -4.19658613204956,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899169921875,
              "y": 39.3550910949707
            }
          ],
          "positions": [
            {
              "x": 147.637023925781,
              "y": 10.3515243530273
            },
            {
              "x": 97.0757598876953,
              "y": 111.714981079102
            },
            {
              "x": -10.3515243530273,
              "y": 147.637023925781
            },
            {
              "x": -111.714965820313,
              "y": 97.0757751464844
            },
            {
              "x": -147.637023925781,
              "y": -10.3515243530273
            },
            {
              "x": -97.0757446289063,
              "y": -111.714981079102
            },
            {
              "x": 10.3515405654907,
              "y": -147.636993408203
            },
            {
              "x": 111.714981079102,
              "y": -97.0757598876953
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657897949219
            },
            {
              "x": -39.3550910949707,
              "y": -45.2899169921875
            },
            {
              "x": 4.19657897949219,
              "y": -59.8530578613281
            },
            {
              "x": 45.289909362793,
              "y": -39.3550987243652
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657897949219
            },
            {
              "x": 39.3550872802734,
              "y": 45.2899208068848
            },
            {
              "x": -4.19658613204956,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899169921875,
              "y": 39.3550910949707
            }
          ],
          "safe_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657897949219
            },
            {
              "x": -39.3550910949707,
              "y": -45.2899169921875
            },
            {
              "x": 4.19657897949219,
              "y": -59.8530578613281
            },
            {
              "x": 45.289909362793,
              "y": -39.3550987243652
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657897949219
            },
            {
              "x": 39.3550872802734,
              "y": 45.2899208068848
            },
            {
              "x": -4.19658613204956,
              "y": 59.8530578613281
            },
            {
              "x": -45.2899169921875,
              "y": 39.3550910949707
            }
          ],
          "tick": 72,
          "time_seconds": 1.2
        },
        {
          "executed_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657897949219
            },
            {
              "x": -39.3550872802734,
              "y": -45.289924621582
            },
            {
              "x": 4.19657897949219,
              "y": -59.8530578613281
            },
            {
              "x": 45.289924621582,
              "y": -39.3550834655762
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657897949219
            },
            {
              "x": 39.3550872802734,
              "y": 45.289924621582
            },
            {
              "x": -4.19658756256104,
              "y": 59.8530578613281
            },
            {
              "x": -45.289924621582,
              "y": 39.3550872802734
            }
          ],
          "positions": [
            {
              "x": 135.666320800781,
              "y": 9.51220321655273
            },
            {
              "x": 89.2047424316406,
              "y": 102.657028198242
            },
            {
              "x": -9.51220321655273,
              "y": 135.666320800781
            },
            {
              "x": -102.657012939453,
              "y": 89.2047271728516
            },
            {
              "x": -135.666320800781,
              "y": -9.51220321655273
            },
            {
              "x": -89.2047424316406,
              "y": -102.657028198242
            },
            {
              "x": 9.51221942901611,
              "y": -135.666290283203
            },
            {
              "x": 102.657028198242,
              "y": -89.2047424316406
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657897949219
            },
            {
              "x": -39.3550872802734,
              "y": -45.289924621582
            },
            {
              "x": 4.19657897949219,
              "y": -59.8530578613281
            },
            {
              "x": 45.289924621582,
              "y": -39.3550834655762
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657897949219
            },
            {
              "x": 39.3550872802734,
              "y": 45.289924621582
            },
            {
              "x": -4.19658756256104,
              "y": 59.8530578613281
            },
            {
              "x": -45.289924621582,
              "y": 39.3550872802734
            }
          ],
          "safe_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19657897949219
            },
            {
              "x": -39.3550872802734,
              "y": -45.289924621582
            },
            {
              "x": 4.19657897949219,
              "y": -59.8530578613281
            },
            {
              "x": 45.289924621582,
              "y": -39.3550834655762
            },
            {
              "x": 59.8530578613281,
              "y": 4.19657897949219
            },
            {
              "x": 39.3550872802734,
              "y": 45.289924621582
            },
            {
              "x": -4.19658756256104,
              "y": 59.8530578613281
            },
            {
              "x": -45.289924621582,
              "y": 39.3550872802734
            }
          ],
          "tick": 84,
          "time_seconds": 1.4
        },
        {
          "executed_velocities": [
            {
              "x": -58.2260093688965,
              "y": -4.07604455947876
            },
            {
              "x": -38.2829170227051,
              "y": -43.9867324829102
            },
            {
              "x": 4.02131748199463,
              "y": -58.1581916809082
            },
            {
              "x": 43.962646484375,
              "y": -38.2803497314453
            },
            {
              "x": 58.1532669067383,
              "y": 4.01689720153809
            },
            {
              "x": 38.2798118591309,
              "y": 43.9602661132813
            },
            {
              "x": -4.02124166488647,
              "y": 58.1397285461426
            },
            {
              "x": -43.9294700622559,
              "y": 38.1913871765137
            }
          ],
          "positions": [
            {
              "x": 123.718048095703,
              "y": 8.67452526092529
            },
            {
              "x": 81.3488464355469,
              "y": 93.6189956665039
            },
            {
              "x": -8.67667865753174,
              "y": 123.720802307129
            },
            {
              "x": -93.6196670532227,
              "y": 81.3488006591797
            },
            {
              "x": -123.720924377441,
              "y": -8.67683982849121
            },
            {
              "x": -81.3488082885742,
              "y": -93.619758605957
            },
            {
              "x": 8.67681694030762,
              "y": -123.721076965332
            },
            {
              "x": 93.6214370727539,
              "y": -81.352653503418
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8530578613281,
              "y": -4.19661378860474
            },
            {
              "x": -39.3544731140137,
              "y": -45.290454864502
            },
            {
              "x": 4.19755744934082,
              "y": -59.8529891967773
            },
            {
              "x": 45.2906074523926,
              "y": -39.3543014526367
            },
            {
              "x": 59.8529853820801,
              "y": 4.19763135910034
            },
            {
              "x": 39.3542823791504,
              "y": 45.2906265258789
            },
            {
              "x": -4.1976146697998,
              "y": 59.8529853820801
            },
            {
              "x": -45.2900505065918,
              "y": 39.3549385070801
            }
          ],
          "safe_velocities": [
            {
              "x": -58.2260093688965,
              "y": -4.07604455947876
            },
            {
              "x": -38.2829170227051,
              "y": -43.9867324829102
            },
            {
              "x": 4.02131748199463,
              "y": -58.1581916809082
            },
            {
              "x": 43.962646484375,
              "y": -38.2803497314453
            },
            {
              "x": 58.1532669067383,
              "y": 4.01689720153809
            },
            {
              "x": 38.2798118591309,
              "y": 43.9602661132813
            },
            {
              "x": -4.02124166488647,
              "y": 58.1397285461426
            },
            {
              "x": -43.9294700622559,
              "y": 38.1913871765137
            }
          ],
          "tick": 96,
          "time_seconds": 1.6
        },
        {
          "executed_velocities": [
            {
              "x": -50.861515045166,
              "y": -3.52615165710449
            },
            {
              "x": -33.495189666748,
              "y": -38.4664192199707
            },
            {
              "x": 3.49685192108154,
              "y": -50.8766059875488
            },
            {
              "x": 38.4336051940918,
              "y": -33.5034484863281
            },
            {
              "x": 50.8594207763672,
              "y": 3.48289775848389
            },
            {
              "x": 33.4890632629395,
              "y": 38.4208869934082
            },
            {
              "x": -3.50260734558105,
              "y": 50.8318023681641
            },
            {
              "x": -38.4427680969238,
              "y": 33.4654693603516
            }
          ],
          "positions": [
            {
              "x": 112.765930175781,
              "y": 7.91108465194702
            },
            {
              "x": 74.1414413452148,
              "y": 85.3389053344727
            },
            {
              "x": -7.92150545120239,
              "y": 112.772445678711
            },
            {
              "x": -85.3459854125977,
              "y": 74.1411437988281
            },
            {
              "x": -112.774719238281,
              "y": -7.92345952987671
            },
            {
              "x": -74.1424713134766,
              "y": -85.3474807739258
            },
            {
              "x": 7.92084455490112,
              "y": -112.779922485352
            },
            {
              "x": 85.3490295410156,
              "y": -74.1566925048828
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8528900146484,
              "y": -4.198974609375
            },
            {
              "x": -39.3506813049316,
              "y": -45.2937507629395
            },
            {
              "x": 4.20423698425293,
              "y": -59.8525238037109
            },
            {
              "x": 45.2954483032227,
              "y": -39.3487319946289
            },
            {
              "x": 59.8524551391602,
              "y": 4.20518445968628
            },
            {
              "x": 39.3487396240234,
              "y": 45.2954406738281
            },
            {
              "x": -4.20361089706421,
              "y": 59.8525657653809
            },
            {
              "x": -45.2920532226563,
              "y": 39.3526344299316
            }
          ],
          "safe_velocities": [
            {
              "x": -50.861515045166,
              "y": -3.52615165710449
            },
            {
              "x": -33.495189666748,
              "y": -38.4664192199707
            },
            {
              "x": 3.49685192108154,
              "y": -50.8766059875488
            },
            {
              "x": 38.4336051940918,
              "y": -33.5034484863281
            },
            {
              "x": 50.8594207763672,
              "y": 3.48289775848389
            },
            {
              "x": 33.4890632629395,
              "y": 38.4208869934082
            },
            {
              "x": -3.50260734558105,
              "y": 50.8318023681641
            },
            {
              "x": -38.4427680969238,
              "y": 33.4654693603516
            }
          ],
          "tick": 108,
          "time_seconds": 1.8
        },
        {
          "executed_velocities": [
            {
              "x": -44.4685096740723,
              "y": -3.04280281066895
            },
            {
              "x": -29.3133239746094,
              "y": -33.6140518188477
            },
            {
              "x": 3.02499532699585,
              "y": -44.5007057189941
            },
            {
              "x": 33.5892715454102,
              "y": -29.3315143585205
            },
            {
              "x": 44.4774551391602,
              "y": 3.00608086585999
            },
            {
              "x": 29.3091068267822,
              "y": 33.5706901550293
            },
            {
              "x": -3.02888131141663,
              "y": 44.4580497741699
            },
            {
              "x": -33.6009254455566,
              "y": 29.3048534393311
            }
          ],
          "positions": [
            {
              "x": 103.194122314453,
              "y": 7.25105619430542
            },
            {
              "x": 67.8352661132813,
              "y": 78.1009826660156
            },
            {
              "x": -7.26615238189697,
              "y": 103.195648193359
            },
            {
              "x": -78.1139144897461,
              "y": 67.832275390625
            },
            {
              "x": -103.202041625977,
              "y": -7.27142906188965
            },
            {
              "x": -67.8373641967773,
              "y": -78.1185684204102
            },
            {
              "x": 7.26447534561157,
              "y": -103.212005615234
            },
            {
              "x": 78.1146926879883,
              "y": -67.8542022705078
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.852424621582,
              "y": -4.20560073852539
            },
            {
              "x": -39.3447456359863,
              "y": -45.2989044189453
            },
            {
              "x": 4.21425151824951,
              "y": -59.8518180847168
            },
            {
              "x": 45.3029899597168,
              "y": -39.3400421142578
            },
            {
              "x": 59.851619720459,
              "y": 4.21703720092773
            },
            {
              "x": 39.3403930664063,
              "y": 45.3026885986328
            },
            {
              "x": -4.21261930465698,
              "y": 59.851936340332
            },
            {
              "x": -45.2968902587891,
              "y": 39.3470687866211
            }
          ],
          "safe_velocities": [
            {
              "x": -44.4685096740723,
              "y": -3.04280281066895
            },
            {
              "x": -29.3133239746094,
              "y": -33.6140518188477
            },
            {
              "x": 3.02499532699585,
              "y": -44.5007057189941
            },
            {
              "x": 33.5892715454102,
              "y": -29.3315143585205
            },
            {
              "x": 44.4774551391602,
              "y": 3.00608086585999
            },
            {
              "x": 29.3091068267822,
              "y": 33.5706901550293
            },
            {
              "x": -3.02888131141663,
              "y": 44.4580497741699
            },
            {
              "x": -33.6009254455566,
              "y": 29.3048534393311
            }
          ],
          "tick": 120,
          "time_seconds": 2.0
        },
        {
          "executed_velocities": [
            {
              "x": -38.8867683410645,
              "y": -2.60625576972961
            },
            {
              "x": -25.6709423065186,
              "y": -29.3596076965332
            },
            {
              "x": 2.59472703933716,
              "y": -38.9226760864258
            },
            {
              "x": 29.3413352966309,
              "y": -25.6933650970459
            },
            {
              "x": 38.8984718322754,
              "y": 2.57418060302734
            },
            {
              "x": 25.669506072998,
              "y": 29.3209171295166
            },
            {
              "x": -2.59568190574646,
              "y": 38.885181427002
            },
            {
              "x": -29.3503074645996,
              "y": 25.6722774505615
            }
          ],
          "positions": [
            {
              "x": 94.8245315551758,
              "y": 6.68317842483521
            },
            {
              "x": 62.3148460388184,
              "y": 71.7773818969727
            },
            {
              "x": -6.70120811462402,
              "y": 94.8191909790039
            },
            {
              "x": -71.7946395874023,
              "y": 62.3077583312988
            },
            {
              "x": -94.8303756713867,
              "y": -6.71045207977295
            },
            {
              "x": -62.3175430297852,
              "y": -71.8032455444336
            },
            {
              "x": 6.69901657104492,
              "y": -94.843620300293
            },
            {
              "x": 71.793327331543,
              "y": -62.3344802856445
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8515319824219,
              "y": -4.21830177307129
            },
            {
              "x": -39.3346710205078,
              "y": -45.3076553344727
            },
            {
              "x": 4.22986221313477,
              "y": -59.850715637207
            },
            {
              "x": 45.3145523071289,
              "y": -39.3267288208008
            },
            {
              "x": 59.850341796875,
              "y": 4.23517084121704
            },
            {
              "x": 39.327564239502,
              "y": 45.3138313293457
            },
            {
              "x": -4.22740173339844,
              "y": 59.8508911132813
            },
            {
              "x": -45.3058471679688,
              "y": 39.3367538452148
            }
          ],
          "safe_velocities": [
            {
              "x": -38.8867683410645,
              "y": -2.60625576972961
            },
            {
              "x": -25.6709423065186,
              "y": -29.3596076965332
            },
            {
              "x": 2.59472703933716,
              "y": -38.9226760864258
            },
            {
              "x": 29.3413352966309,
              "y": -25.6933650970459
            },
            {
              "x": 38.8984718322754,
              "y": 2.57418060302734
            },
            {
              "x": 25.669506072998,
              "y": 29.3209171295166
            },
            {
              "x": -2.59568190574646,
              "y": 38.885181427002
            },
            {
              "x": -29.3503074645996,
              "y": 25.6722774505615
            }
          ],
          "tick": 132,
          "time_seconds": 2.2
        },
        {
          "executed_velocities": [
            {
              "x": -34.009033203125,
              "y": -2.20469617843628
            },
            {
              "x": -22.5025939941406,
              "y": -25.6260147094727
            },
            {
              "x": 2.19717836380005,
              "y": -34.044792175293
            },
            {
              "x": 25.6124439239502,
              "y": -22.5263214111328
            },
            {
              "x": 34.0220642089844,
              "y": 2.17641830444336
            },
            {
              "x": 22.5040817260742,
              "y": 25.5918865203857
            },
            {
              "x": -2.19502019882202,
              "y": 34.0124549865723
            },
            {
              "x": -25.6179275512695,
              "y": 22.5095310211182
            }
          ],
          "positions": [
            {
              "x": 87.5051803588867,
              "y": 6.19923257827759
            },
            {
              "x": 57.4784393310547,
              "y": 66.2557220458984
            },
            {
              "x": -6.21917581558228,
              "y": 87.4926452636719
            },
            {
              "x": -66.2761993408203,
              "y": 57.4667167663574
            },
            {
              "x": -87.5085601806641,
              "y": -6.23256254196167
            },
            {
              "x": -57.4811592102051,
              "y": -66.2889022827148
            },
            {
              "x": 6.21707725524902,
              "y": -87.5240859985352
            },
            {
              "x": 66.2733917236328,
              "y": -57.4972457885742
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8499984741211,
              "y": -4.24002408981323
            },
            {
              "x": -39.3180236816406,
              "y": -45.3221054077148
            },
            {
              "x": 4.25420188903809,
              "y": -59.848991394043
            },
            {
              "x": 45.3320846557617,
              "y": -39.306510925293
            },
            {
              "x": 59.8484001159668,
              "y": 4.26254177093506
            },
            {
              "x": 39.3078498840332,
              "y": 45.330924987793
            },
            {
              "x": -4.25125408172607,
              "y": 59.8492012023926
            },
            {
              "x": -45.3209266662598,
              "y": 39.3193778991699
            }
          ],
          "safe_velocities": [
            {
              "x": -34.009033203125,
              "y": -2.20469617843628
            },
            {
              "x": -22.5025939941406,
              "y": -25.6260147094727
            },
            {
              "x": 2.19717836380005,
              "y": -34.044792175293
            },
            {
              "x": 25.6124439239502,
              "y": -22.5263214111328
            },
            {
              "x": 34.0220642089844,
              "y": 2.17641830444336
            },
            {
              "x": 22.5040817260742,
              "y": 25.5918865203857
            },
            {
              "x": -2.19502019882202,
              "y": 34.0124549865723
            },
            {
              "x": -25.6179275512695,
              "y": 22.5095310211182
            }
          ],
          "tick": 144,
          "time_seconds": 2.4
        },
        {
          "executed_velocities": [
            {
              "x": -29.7462100982666,
              "y": -1.82875764369965
            },
            {
              "x": -19.7516803741455,
              "y": -22.3449668884277
            },
            {
              "x": 1.82412075996399,
              "y": -29.7805042266846
            },
            {
              "x": 22.3349552154541,
              "y": -19.7754211425781
            },
            {
              "x": 29.7603607177734,
              "y": 1.80364370346069
            },
            {
              "x": 19.7561283111572,
              "y": 22.3148784637451
            },
            {
              "x": -1.81878304481506,
              "y": 29.7529125213623
            },
            {
              "x": -22.3368892669678,
              "y": 19.7624244689941
            }
          ],
          "positions": [
            {
              "x": 81.1036376953125,
              "y": 5.7931079864502
            },
            {
              "x": 53.2365684509277,
              "y": 61.4382514953613
            },
            {
              "x": -5.81427764892578,
              "y": 81.0840759277344
            },
            {
              "x": -61.4611053466797,
              "y": 53.220085144043
            },
            {
              "x": -81.1043090820313,
              "y": -5.83179473876953
            },
            {
              "x": -53.2387199401855,
              "y": -61.4778938293457
            },
            {
              "x": 5.81290102005005,
              "y": -81.1215591430664
            },
            {
              "x": 61.4575347900391,
              "y": -53.2536163330078
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8475227355957,
              "y": -4.27481603622437
            },
            {
              "x": -39.2916526794434,
              "y": -45.3449668884277
            },
            {
              "x": 4.2913875579834,
              "y": -59.8463363647461
            },
            {
              "x": 45.3582229614258,
              "y": -39.2763557434082
            },
            {
              "x": 59.8454895019531,
              "y": 4.30318212509155
            },
            {
              "x": 39.2780838012695,
              "y": 45.3567199707031
            },
            {
              "x": -4.28840494155884,
              "y": 59.846549987793
            },
            {
              "x": -45.344841003418,
              "y": 39.2917938232422
            }
          ],
          "safe_velocities": [
            {
              "x": -29.7462100982666,
              "y": -1.82875764369965
            },
            {
              "x": -19.7516803741455,
              "y": -22.3449668884277
            },
            {
              "x": 1.82412075996399,
              "y": -29.7805042266846
            },
            {
              "x": 22.3349552154541,
              "y": -19.7754211425781
            },
            {
              "x": 29.7603607177734,
              "y": 1.80364370346069
            },
            {
              "x": 19.7561283111572,
              "y": 22.3148784637451
            },
            {
              "x": -1.81878304481506,
              "y": 29.7529125213623
            },
            {
              "x": -22.3368892669678,
              "y": 19.7624244689941
            }
          ],
          "tick": 156,
          "time_seconds": 2.6
        },
        {
          "executed_velocities": [
            {
              "x": -26.0214195251465,
              "y": -1.47054266929626
            },
            {
              "x": -17.3691883087158,
              "y": -19.4568920135498
            },
            {
              "x": 1.46815311908722,
              "y": -26.0539016723633
            },
            {
              "x": 19.4497261047363,
              "y": -17.3924465179443
            },
            {
              "x": 26.0367393493652,
              "y": 1.44806027412415
            },
            {
              "x": 17.3766498565674,
              "y": 19.4303112030029
            },
            {
              "x": -1.45958483219147,
              "y": 26.0305824279785
            },
            {
              "x": -19.4481544494629,
              "y": 17.3829231262207
            }
          ],
          "positions": [
            {
              "x": 75.504150390625,
              "y": 5.46042680740356
            },
            {
              "x": 49.5103569030762,
              "y": 57.240047454834
            },
            {
              "x": -5.48231077194214,
              "y": 75.4779052734375
            },
            {
              "x": -57.2646408081055,
              "y": 49.4891586303711
            },
            {
              "x": -75.5018920898438,
              "y": -5.50388717651367
            },
            {
              "x": -49.5113410949707,
              "y": -57.2853851318359
            },
            {
              "x": 5.48229694366455,
              "y": -75.5205078125
            },
            {
              "x": 57.2610054016113,
              "y": -49.524974822998
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8437080383301,
              "y": -4.32787084579468
            },
            {
              "x": -39.2515907287598,
              "y": -45.3796539306641
            },
            {
              "x": 4.34662771224976,
              "y": -59.8423538208008
            },
            {
              "x": 45.3963050842285,
              "y": -39.2323226928711
            },
            {
              "x": 59.8412094116211,
              "y": 4.36226511001587
            },
            {
              "x": 39.2342567443848,
              "y": 45.3946380615234
            },
            {
              "x": -4.34417772293091,
              "y": 59.8425254821777
            },
            {
              "x": -45.381031036377,
              "y": 39.25
            }
          ],
          "safe_velocities": [
            {
              "x": -26.0214195251465,
              "y": -1.47054266929626
            },
            {
              "x": -17.3691883087158,
              "y": -19.4568920135498
            },
            {
              "x": 1.46815311908722,
              "y": -26.0539016723633
            },
            {
              "x": 19.4497261047363,
              "y": -17.3924465179443
            },
            {
              "x": 26.0367393493652,
              "y": 1.44806027412415
            },
            {
              "x": 17.3766498565674,
              "y": 19.4303112030029
            },
            {
              "x": -1.45958483219147,
              "y": 26.0305824279785
            },
            {
              "x": -19.4481544494629,
              "y": 17.3829231262207
            }
          ],
          "tick": 168,
          "time_seconds": 2.8
        },
        {
          "executed_velocities": [
            {
              "x": -22.7678985595703,
              "y": -1.12338137626648
            },
            {
              "x": -15.3124752044678,
              "y": -16.9099979400635
            },
            {
              "x": 1.1228666305542,
              "y": -22.7985877990723
            },
            {
              "x": 16.9052104949951,
              "y": -15.3351249694824
            },
            {
              "x": 22.7845287322998,
              "y": 1.10307884216309
            },
            {
              "x": 15.3229856491089,
              "y": 16.8864192962646
            },
            {
              "x": -1.11101746559143,
              "y": 22.7791347503662
            },
            {
              "x": -16.9001731872559,
              "y": 15.3287906646729
            }
          ],
          "positions": [
            {
              "x": 70.6053924560547,
              "y": 5.19827508926392
            },
            {
              "x": 46.2301216125488,
              "y": 53.5873947143555
            },
            {
              "x": -5.22046136856079,
              "y": 70.5728149414063
            },
            {
              "x": -53.6131935119629,
              "y": 46.2043266296387
            },
            {
              "x": -70.599967956543,
              "y": -5.24602556228638
            },
            {
              "x": -46.2293319702148,
              "y": -53.637767791748
            },
            {
              "x": 5.22245979309082,
              "y": -70.6197280883789
            },
            {
              "x": 53.6101837158203,
              "y": -46.2417488098145
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8380393981934,
              "y": -4.40553569793701
            },
            {
              "x": -39.1929550170898,
              "y": -45.4303016662598
            },
            {
              "x": 4.42626810073853,
              "y": -59.8365097045898
            },
            {
              "x": 45.4504432678223,
              "y": -39.1695976257324
            },
            {
              "x": 59.8350372314453,
              "y": 4.44612312316895
            },
            {
              "x": 39.1714553833008,
              "y": 45.4488372802734
            },
            {
              "x": -4.42502784729004,
              "y": 59.8366050720215
            },
            {
              "x": -45.4336700439453,
              "y": 39.1890525817871
            }
          ],
          "safe_velocities": [
            {
              "x": -22.7678985595703,
              "y": -1.12338137626648
            },
            {
              "x": -15.3124752044678,
              "y": -16.9099979400635
            },
            {
              "x": 1.1228666305542,
              "y": -22.7985877990723
            },
            {
              "x": 16.9052104949951,
              "y": -15.3351249694824
            },
            {
              "x": 22.7845287322998,
              "y": 1.10307884216309
            },
            {
              "x": 15.3229856491089,
              "y": 16.8864192962646
            },
            {
              "x": -1.11101746559143,
              "y": 22.7791347503662
            },
            {
              "x": -16.9001731872559,
              "y": 15.3287906646729
            }
          ],
          "tick": 180,
          "time_seconds": 3.0
        },
        {
          "executed_velocities": [
            {
              "x": -19.9275913238525,
              "y": -0.781772077083588
            },
            {
              "x": -13.5442886352539,
              "y": -14.6593914031982
            },
            {
              "x": 0.782894968986511,
              "y": -19.9566955566406
            },
            {
              "x": 14.6566581726074,
              "y": -13.5663785934448
            },
            {
              "x": 19.9456939697266,
              "y": 0.763254284858704
            },
            {
              "x": 13.5579223632813,
              "y": 14.6383752822876
            },
            {
              "x": -0.767706990242004,
              "y": 19.9407253265381
            },
            {
              "x": -14.6482095718384,
              "y": 13.5629863739014
            }
          ],
          "positions": [
            {
              "x": 66.3185729980469,
              "y": 5.00496578216553
            },
            {
              "x": 43.3342094421387,
              "y": 50.4162673950195
            },
            {
              "x": -5.02710103988647,
              "y": 66.2800140380859
            },
            {
              "x": -50.4428329467773,
              "y": 43.3039283752441
            },
            {
              "x": -66.309684753418,
              "y": -5.05660676956177
            },
            {
              "x": -43.3310317993164,
              "y": -50.4711112976074
            },
            {
              "x": 5.03177499771118,
              "y": -66.3304824829102
            },
            {
              "x": 50.4411392211914,
              "y": -43.3423461914063
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8298606872559,
              "y": -4.51527214050293
            },
            {
              "x": -39.1100158691406,
              "y": -45.5017204284668
            },
            {
              "x": 4.53775119781494,
              "y": -59.8281631469727
            },
            {
              "x": 45.5254096984863,
              "y": -39.0824432373047
            },
            {
              "x": 59.8263053894043,
              "y": 4.56220054626465
            },
            {
              "x": 39.083911895752,
              "y": 45.5241508483887
            },
            {
              "x": -4.53850936889648,
              "y": 59.8280982971191
            },
            {
              "x": -45.507625579834,
              "y": 39.1031455993652
            }
          ],
          "safe_velocities": [
            {
              "x": -19.9275913238525,
              "y": -0.781772077083588
            },
            {
              "x": -13.5442886352539,
              "y": -14.6593914031982
            },
            {
              "x": 0.782894968986511,
              "y": -19.9566955566406
            },
            {
              "x": 14.6566581726074,
              "y": -13.5663785934448
            },
            {
              "x": 19.9456939697266,
              "y": 0.763254284858704
            },
            {
              "x": 13.5579223632813,
              "y": 14.6383752822876
            },
            {
              "x": -0.767706990242004,
              "y": 19.9407253265381
            },
            {
              "x": -14.6482095718384,
              "y": 13.5629863739014
            }
          ],
          "tick": 192,
          "time_seconds": 3.2
        },
        {
          "executed_velocities": [
            {
              "x": -17.4500541687012,
              "y": -0.441281497478485
            },
            {
              "x": -12.0320320129395,
              "y": -12.666296005249
            },
            {
              "x": 0.443892985582352,
              "y": -17.4778423309326
            },
            {
              "x": 12.665376663208,
              "y": -12.0537023544312
            },
            {
              "x": 17.4698104858398,
              "y": 0.424215406179428
            },
            {
              "x": 12.0488557815552,
              "y": 12.6474657058716
            },
            {
              "x": -0.425320833921433,
              "y": 17.4650535583496
            },
            {
              "x": -12.6535634994507,
              "y": 12.0530128479004
            }
          ],
          "positions": [
            {
              "x": 62.5657844543457,
              "y": 4.87981033325195
            },
            {
              "x": 40.7679595947266,
              "y": 47.6710586547852
            },
            {
              "x": -4.90158319473267,
              "y": 62.5215263366699
            },
            {
              "x": -47.6980018615723,
              "y": 40.7333030700684
            },
            {
              "x": -62.5531311035156,
              "y": -4.93501710891724
            },
            {
              "x": -40.7617721557617,
              "y": -47.7299041748047
            },
            {
              "x": 4.90960311889648,
              "y": -62.5748977661133
            },
            {
              "x": 47.6983032226563,
              "y": -40.7721481323242
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8183326721191,
              "y": -4.66552352905273
            },
            {
              "x": -38.996208190918,
              "y": -45.5992965698242
            },
            {
              "x": 4.68951034545898,
              "y": -59.8164558410645
            },
            {
              "x": 45.6265487670898,
              "y": -38.9643173217773
            },
            {
              "x": 59.8141403198242,
              "y": 4.71892929077148
            },
            {
              "x": 38.9649925231934,
              "y": 45.6259689331055
            },
            {
              "x": -4.69315433502197,
              "y": 59.8161735534668
            },
            {
              "x": -45.608325958252,
              "y": 38.9856491088867
            }
          ],
          "safe_velocities": [
            {
              "x": -17.4500541687012,
              "y": -0.441281497478485
            },
            {
              "x": -12.0320320129395,
              "y": -12.666296005249
            },
            {
              "x": 0.443892985582352,
              "y": -17.4778423309326
            },
            {
              "x": 12.665376663208,
              "y": -12.0537023544312
            },
            {
              "x": 17.4698104858398,
              "y": 0.424215406179428
            },
            {
              "x": 12.0488557815552,
              "y": 12.6474657058716
            },
            {
              "x": -0.425320833921433,
              "y": 17.4650535583496
            },
            {
              "x": -12.6535634994507,
              "y": 12.0530128479004
            }
          ],
          "tick": 204,
          "time_seconds": 3.4
        },
        {
          "executed_velocities": [
            {
              "x": -15.2915201187134,
              "y": -0.0984833762049675
            },
            {
              "x": -10.7471294403076,
              "y": -10.897349357605
            },
            {
              "x": 0.10250847786665,
              "y": -15.3182983398438
            },
            {
              "x": 10.8980779647827,
              "y": -10.7685480117798
            },
            {
              "x": 15.313138961792,
              "y": 0.0826094672083855
            },
            {
              "x": 10.7672214508057,
              "y": 10.8803911209106
            },
            {
              "x": -0.0805129930377007,
              "y": 15.3084211349487
            },
            {
              "x": -10.8829612731934,
              "y": 10.7703704833984
            }
          ],
          "positions": [
            {
              "x": 59.2785835266113,
              "y": 4.82291603088379
            },
            {
              "x": 38.4828758239746,
              "y": 45.3034172058105
            },
            {
              "x": -4.84403610229492,
              "y": 59.2288703918457
            },
            {
              "x": -45.3303833007813,
              "y": 38.4439163208008
            },
            {
              "x": -59.2618141174316,
              "y": -4.881422996521
            },
            {
              "x": -38.4730339050293,
              "y": -45.3658409118652
            },
            {
              "x": 4.85608339309692,
              "y": -59.2845268249512
            },
            {
              "x": 45.3333549499512,
              "y": -38.4826698303223
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.8023948669434,
              "y": -4.86553335189819
            },
            {
              "x": -38.8442344665527,
              "y": -45.7288208007813
            },
            {
              "x": 4.8907732963562,
              "y": -59.8003349304199
            },
            {
              "x": 45.7596244812012,
              "y": -38.8079490661621
            },
            {
              "x": 59.7974815368652,
              "y": 4.92554664611816
            },
            {
              "x": 38.8073883056641,
              "y": 45.7600975036621
            },
            {
              "x": -4.89828395843506,
              "y": 59.7997245788574
            },
            {
              "x": -45.7415885925293,
              "y": 38.8292083740234
            }
          ],
          "safe_velocities": [
            {
              "x": -15.2915201187134,
              "y": -0.0984833762049675
            },
            {
              "x": -10.7471294403076,
              "y": -10.897349357605
            },
            {
              "x": 0.10250847786665,
              "y": -15.3182983398438
            },
            {
              "x": 10.8980779647827,
              "y": -10.7685480117798
            },
            {
              "x": 15.313138961792,
              "y": 0.0826094672083855
            },
            {
              "x": 10.7672214508057,
              "y": 10.8803911209106
            },
            {
              "x": -0.0805129930377007,
              "y": 15.3084211349487
            },
            {
              "x": -10.8829612731934,
              "y": 10.7703704833984
            }
          ],
          "tick": 216,
          "time_seconds": 3.6
        },
        {
          "executed_velocities": [
            {
              "x": -13.4140930175781,
              "y": 0.249108612537384
            },
            {
              "x": -9.66450691223145,
              "y": -9.32399654388428
            },
            {
              "x": -0.243696212768555,
              "y": -13.4401865005493
            },
            {
              "x": 9.32625961303711,
              "y": -9.68587017059326
            },
            {
              "x": 13.4377870559692,
              "y": -0.264000326395035
            },
            {
              "x": 9.68797016143799,
              "y": 9.30868148803711
            },
            {
              "x": 0.269156813621521,
              "y": 13.4329919815063
            },
            {
              "x": -9.30788135528564,
              "y": 9.6900110244751
            }
          ],
          "positions": [
            {
              "x": 56.3967475891113,
              "y": 4.83498668670654
            },
            {
              "x": 36.4358444213867,
              "y": 43.2711982727051
            },
            {
              "x": -4.85517406463623,
              "y": 56.341739654541
            },
            {
              "x": -43.2978744506836,
              "y": 36.3926162719727
            },
            {
              "x": -56.3754730224609,
              "y": -4.89657545089722
            },
            {
              "x": -36.4216804504395,
              "y": -43.336856842041
            },
            {
              "x": 4.87193775177002,
              "y": -56.3991241455078
            },
            {
              "x": 43.3041725158691,
              "y": -36.4307861328125
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.7807121276855,
              "y": -5.12509965896606
            },
            {
              "x": -38.6462478637695,
              "y": -45.8962707519531
            },
            {
              "x": 5.15132808685303,
              "y": -59.7784538269043
            },
            {
              "x": 45.9305877685547,
              "y": -38.6054573059082
            },
            {
              "x": 59.7749519348145,
              "y": 5.1918420791626
            },
            {
              "x": 38.603157043457,
              "y": 45.9325180053711
            },
            {
              "x": -5.16376304626465,
              "y": 59.7773857116699
            },
            {
              "x": -45.9134140014648,
              "y": 38.6258773803711
            }
          ],
          "safe_velocities": [
            {
              "x": -13.4140930175781,
              "y": 0.249108612537384
            },
            {
              "x": -9.66450691223145,
              "y": -9.32399654388428
            },
            {
              "x": -0.243696212768555,
              "y": -13.4401865005493
            },
            {
              "x": 9.32625961303711,
              "y": -9.68587017059326
            },
            {
              "x": 13.4377870559692,
              "y": -0.264000326395035
            },
            {
              "x": 9.68797016143799,
              "y": 9.30868148803711
            },
            {
              "x": 0.269156813621521,
              "y": 13.4329919815063
            },
            {
              "x": -9.30788135528564,
              "y": 9.6900110244751
            }
          ],
          "tick": 228,
          "time_seconds": 3.8
        },
        {
          "executed_velocities": [
            {
              "x": -11.7850227355957,
              "y": 0.603152573108673
            },
            {
              "x": -8.76215744018555,
              "y": -7.92192316055298
            },
            {
              "x": -0.596339404582977,
              "y": -11.8107471466064
            },
            {
              "x": 7.92563724517822,
              "y": -8.78365421295166
            },
            {
              "x": 11.8110218048096,
              "y": -0.617218315601349
            },
            {
              "x": 8.78909206390381,
              "y": 7.90805816650391
            },
            {
              "x": 0.625290095806122,
              "y": 11.8060674667358
            },
            {
              "x": -7.9040584564209,
              "y": 8.78996276855469
            }
          ],
          "positions": [
            {
              "x": 53.867130279541,
              "y": 4.91714668273926
            },
            {
              "x": 34.5884666442871,
              "y": 41.5375785827637
            },
            {
              "x": -4.93612337112427,
              "y": 53.8069343566895
            },
            {
              "x": -41.5636596679688,
              "y": 34.5409660339355
            },
            {
              "x": -53.8409004211426,
              "y": -4.98163509368896
            },
            {
              "x": -34.5693054199219,
              "y": -41.6061630249023
            },
            {
              "x": 4.95829963684082,
              "y": -53.8655281066895
            },
            {
              "x": 41.5739326477051,
              "y": -34.5781059265137
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.7515754699707,
              "y": -5.45429563522339
            },
            {
              "x": -38.3939094543457,
              "y": -46.1075668334961
            },
            {
              "x": 5.4812445640564,
              "y": -59.7491073608398
            },
            {
              "x": 46.145336151123,
              "y": -38.3485107421875
            },
            {
              "x": 59.7448120117188,
              "y": 5.52789497375488
            },
            {
              "x": 38.3439292907715,
              "y": 46.1491394042969
            },
            {
              "x": -5.49972486495972,
              "y": 59.7474098205566
            },
            {
              "x": -46.1297302246094,
              "y": 38.3672790527344
            }
          ],
          "safe_velocities": [
            {
              "x": -11.7850227355957,
              "y": 0.603152573108673
            },
            {
              "x": -8.76215744018555,
              "y": -7.92192316055298
            },
            {
              "x": -0.596339404582977,
              "y": -11.8107471466064
            },
            {
              "x": 7.92563724517822,
              "y": -8.78365421295166
            },
            {
              "x": 11.8110218048096,
              "y": -0.617218315601349
            },
            {
              "x": 8.78909206390381,
              "y": 7.90805816650391
            },
            {
              "x": 0.625290095806122,
              "y": 11.8060674667358
            },
            {
              "x": -7.9040584564209,
              "y": 8.78996276855469
            }
          ],
          "tick": 240,
          "time_seconds": 4.0
        },
        {
          "executed_velocities": [
            {
              "x": -10.3761110305786,
              "y": 0.964546918869019
            },
            {
              "x": -8.02075958251953,
              "y": -6.67054557800293
            },
            {
              "x": -0.956293404102325,
              "y": -10.401780128479
            },
            {
              "x": 6.67564868927002,
              "y": -8.04256057739258
            },
            {
              "x": 10.4046497344971,
              "y": -0.97789466381073
            },
            {
              "x": 8.05125713348389,
              "y": 6.65798711776733
            },
            {
              "x": 0.988744676113129,
              "y": 10.3994846343994
            },
            {
              "x": -6.65093088150024,
              "y": 8.05089569091797
            }
          ],
          "positions": [
            {
              "x": 51.6427040100098,
              "y": 5.0707802772522
            },
            {
              "x": 32.9065132141113,
              "y": 40.0702476501465
            },
            {
              "x": -5.0882625579834,
              "y": 51.5773735046387
            },
            {
              "x": -40.0954513549805,
              "y": 32.8546905517578
            },
            {
              "x": -51.6110420227051,
              "y": -5.13801431655884
            },
            {
              "x": -32.8816413879395,
              "y": -40.1414794921875
            },
            {
              "x": 5.11654949188232,
              "y": -51.6366958618164
            },
            {
              "x": 40.1103324890137,
              "y": -32.8903846740723
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.7128372192383,
              "y": -5.86318397521973
            },
            {
              "x": -38.0786056518555,
              "y": -46.3683013916016
            },
            {
              "x": 5.89058494567871,
              "y": -59.7101440429688
            },
            {
              "x": 46.4094467163086,
              "y": -38.0284538269043
            },
            {
              "x": 59.7048721313477,
              "y": 5.94377613067627
            },
            {
              "x": 38.0210075378418,
              "y": 46.4155502319336
            },
            {
              "x": -5.91627502441406,
              "y": 59.7075996398926
            },
            {
              "x": -46.3961143493652,
              "y": 38.0447120666504
            }
          ],
          "safe_velocities": [
            {
              "x": -10.3761110305786,
              "y": 0.964546918869019
            },
            {
              "x": -8.02075958251953,
              "y": -6.67054557800293
            },
            {
              "x": -0.956293404102325,
              "y": -10.401780128479
            },
            {
              "x": 6.67564868927002,
              "y": -8.04256057739258
            },
            {
              "x": 10.4046497344971,
              "y": -0.97789466381073
            },
            {
              "x": 8.05125713348389,
              "y": 6.65798711776733
            },
            {
              "x": 0.988744676113129,
              "y": 10.3994846343994
            },
            {
              "x": -6.65093088150024,
              "y": 8.05089569091797
            }
          ],
          "tick": 252,
          "time_seconds": 4.2
        },
        {
          "executed_velocities": [
            {
              "x": -9.16311931610107,
              "y": 1.33353817462921
            },
            {
              "x": -7.42331504821777,
              "y": -5.55256271362305
            },
            {
              "x": -1.32376337051392,
              "y": -9.18903636932373
            },
            {
              "x": 5.55903625488281,
              "y": -7.44560384750366
            },
            {
              "x": 9.19444751739502,
              "y": -1.34622669219971
            },
            {
              "x": 7.4574761390686,
              "y": 5.54122591018677
            },
            {
              "x": 1.35971760749817,
              "y": 9.18903827667236
            },
            {
              "x": -5.53124094009399,
              "y": 7.45584583282471
            }
          ],
          "positions": [
            {
              "x": 49.6817283630371,
              "y": 5.2973895072937
            },
            {
              "x": 31.3593807220459,
              "y": 38.8407020568848
            },
            {
              "x": -5.31308269500732,
              "y": 49.6112518310547
            },
            {
              "x": -38.8647575378418,
              "y": 31.3031558990479
            },
            {
              "x": -49.6441116333008,
              "y": -5.36723232269287
            },
            {
              "x": -31.3280773162842,
              "y": -38.9143333435059
            },
            {
              "x": 5.34818124771118,
              "y": -49.6708183288574
            },
            {
              "x": 38.8848762512207,
              "y": -31.3370037078857
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.6618003845215,
              "y": -6.36153030395508
            },
            {
              "x": -37.6915321350098,
              "y": -46.6834945678711
            },
            {
              "x": 6.38912439346313,
              "y": -59.6588592529297
            },
            {
              "x": 46.727912902832,
              "y": -37.6364440917969
            },
            {
              "x": 59.6523818969727,
              "y": 6.44926834106445
            },
            {
              "x": 37.6255111694336,
              "y": 46.7367248535156
            },
            {
              "x": -6.4232234954834,
              "y": 59.6551933288574
            },
            {
              "x": -46.7175598144531,
              "y": 37.649299621582
            }
          ],
          "safe_velocities": [
            {
              "x": -9.16311931610107,
              "y": 1.33353817462921
            },
            {
              "x": -7.42331504821777,
              "y": -5.55256271362305
            },
            {
              "x": -1.32376337051392,
              "y": -9.18903636932373
            },
            {
              "x": 5.55903625488281,
              "y": -7.44560384750366
            },
            {
              "x": 9.19444751739502,
              "y": -1.34622669219971
            },
            {
              "x": 7.4574761390686,
              "y": 5.54122591018677
            },
            {
              "x": 1.35971760749817,
              "y": 9.18903827667236
            },
            {
              "x": -5.53124094009399,
              "y": 7.45584583282471
            }
          ],
          "tick": 264,
          "time_seconds": 4.4
        },
        {
          "executed_velocities": [
            {
              "x": -8.12531089782715,
              "y": 1.70975339412689
            },
            {
              "x": -6.95488309860229,
              "y": -4.55356168746948
            },
            {
              "x": -1.69836378097534,
              "y": -8.1517333984375
            },
            {
              "x": 4.56139421463013,
              "y": -6.97782516479492
            },
            {
              "x": 8.15967082977295,
              "y": -1.72180652618408
            },
            {
              "x": 6.99280786514282,
              "y": 4.54339742660522
            },
            {
              "x": 1.7378089427948,
              "y": 8.1539945602417
            },
            {
              "x": -4.5305871963501,
              "y": 6.98986768722534
            }
          ],
          "positions": [
            {
              "x": 47.9469795227051,
              "y": 5.59846878051758
            },
            {
              "x": 29.919677734375,
              "y": 37.8236236572266
            },
            {
              "x": -5.61206245422363,
              "y": 47.8712730407715
            },
            {
              "x": -37.8462524414063,
              "y": 29.8589363098145
            },
            {
              "x": -47.9028244018555,
              "y": -5.67079257965088
            },
            {
              "x": -29.881196975708,
              "y": -37.8994140625
            },
            {
              "x": 5.65467214584351,
              "y": -47.9306335449219
            },
            {
              "x": 37.8722229003906,
              "y": -29.8905696868896
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.5951271057129,
              "y": -6.95854949951172
            },
            {
              "x": -37.2238006591797,
              "y": -47.0572929382324
            },
            {
              "x": 6.98609924316406,
              "y": -59.5918998718262
            },
            {
              "x": 47.1048774719238,
              "y": -37.1635627746582
            },
            {
              "x": 59.5839424133301,
              "y": 7.05361700057983
            },
            {
              "x": 37.1484794616699,
              "y": 47.1167793273926
            },
            {
              "x": -7.02981662750244,
              "y": 59.5867576599121
            },
            {
              "x": -47.0981369018555,
              "y": 37.1721038818359
            }
          ],
          "safe_velocities": [
            {
              "x": -8.12531089782715,
              "y": 1.70975339412689
            },
            {
              "x": -6.95488309860229,
              "y": -4.55356168746948
            },
            {
              "x": -1.69836378097534,
              "y": -8.1517333984375
            },
            {
              "x": 4.56139421463013,
              "y": -6.97782516479492
            },
            {
              "x": 8.15967082977295,
              "y": -1.72180652618408
            },
            {
              "x": 6.99280786514282,
              "y": 4.54339742660522
            },
            {
              "x": 1.7378089427948,
              "y": 8.1539945602417
            },
            {
              "x": -4.5305871963501,
              "y": 6.98986768722534
            }
          ],
          "tick": 276,
          "time_seconds": 4.6
        },
        {
          "executed_velocities": [
            {
              "x": -7.24497318267822,
              "y": 2.09229874610901
            },
            {
              "x": -6.6022744178772,
              "y": -3.66165256500244
            },
            {
              "x": -2.07916975021362,
              "y": -7.2721643447876
            },
            {
              "x": 3.67085385322571,
              "y": -6.62602996826172
            },
            {
              "x": 7.28261995315552,
              "y": -2.10368824005127
            },
            {
              "x": 6.64406728744507,
              "y": 3.65266180038452
            },
            {
              "x": 2.12207674980164,
              "y": 7.27665042877197
            },
            {
              "x": -3.63712239265442,
              "y": 6.63980150222778
            }
          ],
          "positions": [
            {
              "x": 46.405086517334,
              "y": 5.97539186477661
            },
            {
              "x": 28.5628395080566,
              "y": 36.9963493347168
            },
            {
              "x": -5.98655080795288,
              "y": 46.3240356445313
            },
            {
              "x": -37.0172920227051,
              "y": 28.4974384307861
            },
            {
              "x": -46.3537673950195,
              "y": -6.0500659942627
            },
            {
              "x": -28.5164222717285,
              "y": -37.0740737915039
            },
            {
              "x": 6.03736639022827,
              "y": -46.3827323913574
            },
            {
              "x": 37.0496978759766,
              "y": -28.5265045166016
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.5086784362793,
              "y": -7.6626877784729
            },
            {
              "x": -36.6665534973145,
              "y": -47.4927787780762
            },
            {
              "x": 7.68997478485107,
              "y": -59.5051612854004
            },
            {
              "x": 47.5434112548828,
              "y": -36.6008758544922
            },
            {
              "x": 59.4953804016113,
              "y": 7.76530075073242
            },
            {
              "x": 36.5809555053711,
              "y": 47.5587387084961
            },
            {
              "x": -7.74451446533203,
              "y": 59.4980888366699
            },
            {
              "x": -47.5408554077148,
              "y": 36.6041946411133
            }
          ],
          "safe_velocities": [
            {
              "x": -7.24497318267822,
              "y": 2.09229874610901
            },
            {
              "x": -6.6022744178772,
              "y": -3.66165256500244
            },
            {
              "x": -2.07916975021362,
              "y": -7.2721643447876
            },
            {
              "x": 3.67085385322571,
              "y": -6.62602996826172
            },
            {
              "x": 7.28261995315552,
              "y": -2.10368824005127
            },
            {
              "x": 6.64406728744507,
              "y": 3.65266180038452
            },
            {
              "x": 2.12207674980164,
              "y": 7.27665042877197
            },
            {
              "x": -3.63712239265442,
              "y": 6.63980150222778
            }
          ],
          "tick": 288,
          "time_seconds": 4.8
        },
        {
          "executed_velocities": [
            {
              "x": -6.50703144073486,
              "y": 2.4797682762146
            },
            {
              "x": -6.35382604598999,
              "y": -2.86718082427979
            },
            {
              "x": -2.46476578712463,
              "y": -6.53521919250488
            },
            {
              "x": 2.87775564193726,
              "y": -6.37854290008545
            },
            {
              "x": 6.5482063293457,
              "y": -2.49043941497803
            },
            {
              "x": 6.39957714080811,
              "y": 2.85937309265137
            },
            {
              "x": 2.51107931137085,
              "y": 6.54195261001587
            },
            {
              "x": -2.84119272232056,
              "y": 6.39397859573364
            }
          ],
          "positions": [
            {
              "x": 45.0259780883789,
              "y": 6.42930221557617
            },
            {
              "x": 27.2667942047119,
              "y": 36.3383865356445
            },
            {
              "x": -6.43766593933105,
              "y": 44.9393997192383
            },
            {
              "x": -36.357364654541,
              "y": 27.19655418396
            },
            {
              "x": -44.9668045043945,
              "y": -6.50618934631348
            },
            {
              "x": -27.2116565704346,
              "y": -36.4178009033203
            },
            {
              "x": 6.49737596511841,
              "y": -44.9969940185547
            },
            {
              "x": 36.3967781066895,
              "y": -27.222713470459
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.397518157959,
              "y": -8.4814281463623
            },
            {
              "x": -36.010986328125,
              "y": -47.9917488098145
            },
            {
              "x": 8.50827312469482,
              "y": -59.3936805725098
            },
            {
              "x": 48.0452995300293,
              "y": -35.9395294189453
            },
            {
              "x": 59.381649017334,
              "y": 8.5918550491333
            },
            {
              "x": 35.9140472412109,
              "y": 48.0643463134766
            },
            {
              "x": -8.57481479644775,
              "y": 59.3841094970703
            },
            {
              "x": -48.0474014282227,
              "y": 35.9367141723633
            }
          ],
          "safe_velocities": [
            {
              "x": -6.50703144073486,
              "y": 2.4797682762146
            },
            {
              "x": -6.35382604598999,
              "y": -2.86718082427979
            },
            {
              "x": -2.46476578712463,
              "y": -6.53521919250488
            },
            {
              "x": 2.87775564193726,
              "y": -6.37854290008545
            },
            {
              "x": 6.5482063293457,
              "y": -2.49043941497803
            },
            {
              "x": 6.39957714080811,
              "y": 2.85937309265137
            },
            {
              "x": 2.51107931137085,
              "y": 6.54195261001587
            },
            {
              "x": -2.84119272232056,
              "y": 6.39397859573364
            }
          ],
          "tick": 300,
          "time_seconds": 5.0
        },
        {
          "executed_velocities": [
            {
              "x": -5.8986988067627,
              "y": 2.87029385566711
            },
            {
              "x": -6.19914054870605,
              "y": -2.16240310668945
            },
            {
              "x": -2.85326790809631,
              "y": -5.92807674407959
            },
            {
              "x": 2.17437672615051,
              "y": -6.22496175765991
            },
            {
              "x": 5.94364261627197,
              "y": -2.88015198707581
            },
            {
              "x": 6.24895334243774,
              "y": 2.15585517883301
            },
            {
              "x": 2.90293002128601,
              "y": 5.93709087371826
            },
            {
              "x": -2.13507461547852,
              "y": 6.24200630187988
            }
          ],
          "positions": [
            {
              "x": 43.7823829650879,
              "y": 6.961021900177
            },
            {
              "x": 26.0116767883301,
              "y": 35.8309860229492
            },
            {
              "x": -6.96620225906372,
              "y": 43.6900596618652
            },
            {
              "x": -35.8477210998535,
              "y": 25.9363975524902
            },
            {
              "x": -43.7146339416504,
              "y": -7.03996896743774
            },
            {
              "x": -25.947021484375,
              "y": -35.9118461608887
            },
            {
              "x": 7.03548288345337,
              "y": -43.7461051940918
            },
            {
              "x": 35.8946990966797,
              "y": -25.9593238830566
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.255729675293,
              "y": -9.42115116119385
            },
            {
              "x": -35.2484359741211,
              "y": -48.5545845031738
            },
            {
              "x": 9.44741916656494,
              "y": -59.2515525817871
            },
            {
              "x": 48.6108856201172,
              "y": -35.1707496643066
            },
            {
              "x": 59.2367630004883,
              "y": 9.53971099853516
            },
            {
              "x": 35.1389427185059,
              "y": 48.6338806152344
            },
            {
              "x": -9.527099609375,
              "y": 59.2387924194336
            },
            {
              "x": -48.6180038452148,
              "y": 35.1609115600586
            }
          ],
          "safe_velocities": [
            {
              "x": -5.8986988067627,
              "y": 2.87029385566711
            },
            {
              "x": -6.19914054870605,
              "y": -2.16240310668945
            },
            {
              "x": -2.85326790809631,
              "y": -5.92807674407959
            },
            {
              "x": 2.17437672615051,
              "y": -6.22496175765991
            },
            {
              "x": 5.94364261627197,
              "y": -2.88015198707581
            },
            {
              "x": 6.24895334243774,
              "y": 2.15585517883301
            },
            {
              "x": 2.90293002128601,
              "y": 5.93709087371826
            },
            {
              "x": -2.13507461547852,
              "y": 6.24200630187988
            }
          ],
          "tick": 312,
          "time_seconds": 5.2
        },
        {
          "executed_velocities": [
            {
              "x": -5.40910243988037,
              "y": 3.26155781745911
            },
            {
              "x": -6.12888526916504,
              "y": -1.54130506515503
            },
            {
              "x": -3.24233770370483,
              "y": -5.439866065979
            },
            {
              "x": 1.55469071865082,
              "y": -6.15594911575317
            },
            {
              "x": 5.45806455612183,
              "y": -3.27047181129456
            },
            {
              "x": 6.18284797668457,
              "y": 1.53608810901642
            },
            {
              "x": 3.29527020454407,
              "y": 5.45122051239014
            },
            {
              "x": -1.51275408267975,
              "y": 6.17455720901489
            }
          ],
          "positions": [
            {
              "x": 42.6494102478027,
              "y": 7.57095527648926
            },
            {
              "x": 24.779613494873,
              "y": 35.4567756652832
            },
            {
              "x": -7.57253265380859,
              "y": 42.5510864257813
            },
            {
              "x": -35.4709892272949,
              "y": 24.6990585327148
            },
            {
              "x": -42.5723037719727,
              "y": -7.65179061889648
            },
            {
              "x": -24.7046165466309,
              "y": -35.5388298034668
            },
            {
              "x": 7.6520471572876,
              "y": -42.6051139831543
            },
            {
              "x": 35.5260848999023,
              "y": -24.718433380127
            }
          ],
          "preferred_velocities": [
            {
              "x": -59.0764122009277,
              "y": -10.4870119094849
            },
            {
              "x": -34.3703727722168,
              "y": -49.1800498962402
            },
            {
              "x": 10.5126247406006,
              "y": -59.0718612670898
            },
            {
              "x": 49.238956451416,
              "y": -34.2859306335449
            },
            {
              "x": 59.0537147521973,
              "y": 10.6140995025635
            },
            {
              "x": 34.2470092773438,
              "y": 49.266040802002
            },
            {
              "x": -10.6065254211426,
              "y": 59.0550765991211
            },
            {
              "x": -49.2513008117676,
              "y": 34.2682037353516
            }
          ],
          "safe_velocities": [
            {
              "x": -5.40910243988037,
              "y": 3.26155781745911
            },
            {
              "x": -6.12888526916504,
              "y": -1.54130506515503
            },
            {
              "x": -3.24233770370483,
              "y": -5.439866065979
            },
            {
              "x": 1.55469071865082,
              "y": -6.15594911575317
            },
            {
              "x": 5.45806455612183,
              "y": -3.27047181129456
            },
            {
              "x": 6.18284797668457,
              "y": 1.53608810901642
            },
            {
              "x": 3.29527020454407,
              "y": 5.45122051239014
            },
            {
              "x": -1.51275408267975,
              "y": 6.17455720901489
            }
          ],
          "tick": 324,
          "time_seconds": 5.4
        },
        {
          "executed_velocities": [
            {
              "x": -5.02903032302856,
              "y": 3.65080547332764
            },
            {
              "x": -6.13456916809082,
              "y": -0.999322175979614
            },
            {
              "x": -3.62920832633972,
              "y": -5.06134843826294
            },
            {
              "x": 1.01413476467133,
              "y": -6.16301298141479
            },
            {
              "x": 5.08225440979004,
              "y": -3.65860891342163
            },
            {
              "x": 6.1927604675293,
              "y": 0.995537638664246
            },
            {
              "x": 3.68530249595642,
              "y": 5.07512187957764
            },
            {
              "x": -0.96966689825058,
              "y": 6.18314456939697
            }
          ],
          "positions": [
            {
              "x": 41.6041717529297,
              "y": 8.25900650024414
            },
            {
              "x": 23.5545063018799,
              "y": 35.1994743347168
            },
            {
              "x": -8.25652503967285,
              "y": 41.4995536804199
            },
            {
              "x": -35.210880279541,
              "y": 23.4684143066406
            },
            {
              "x": -41.5168838500977,
              "y": -8.34152507781982
            },
            {
              "x": -23.4683284759521,
              "y": -35.2824478149414
            },
            {
              "x": 8.3469181060791,
              "y": -41.5510940551758
            },
            {
              "x": 35.2745971679688,
              "y": -23.4839267730713
            }
          ],
          "preferred_velocities": [
            {
              "x": -58.8516006469727,
              "y": -11.6828603744507
            },
            {
              "x": -33.3684539794922,
              "y": -49.8652763366699
            },
            {
              "x": 11.7078075408936,
              "y": -58.8466415405273
            },
            {
              "x": 49.9266204833984,
              "y": -33.2766036987305
            },
            {
              "x": 58.8244247436523,
              "y": 11.8189363479614
            },
            {
              "x": 33.2297439575195,
              "y": 49.9578285217285
            },
            {
              "x": -11.8169212341309,
              "y": 58.8248291015625
            },
            {
              "x": -49.9442253112793,
              "y": 33.2501754760742
            }
          ],
          "safe_velocities": [
            {
              "x": -5.02903032302856,
              "y": 3.65080547332764
            },
            {
              "x": -6.13456916809082,
              "y": -0.999322175979614
            },
            {
              "x": -3.62920832633972,
              "y": -5.06134843826294
            },
            {
              "x": 1.01413476467133,
              "y": -6.16301298141479
            },
            {
              "x": 5.08225440979004,
              "y": -3.65860891342163
            },
            {
              "x": 6.1927604675293,
              "y": 0.995537638664246
            },
            {
              "x": 3.68530249595642,
              "y": 5.07512187957764
            },
            {
              "x": -0.96966689825058,
              "y": 6.18314456939697
            }
          ],
          "tick": 336,
          "time_seconds": 5.6
        },
        {
          "executed_velocities": [
            {
              "x": -4.75063753128052,
              "y": 4.03483963012695
            },
            {
              "x": -6.20836162567139,
              "y": -0.533184230327606
            },
            {
              "x": -4.01068019866943,
              "y": -4.7846474647522
            },
            {
              "x": 0.549418449401855,
              "y": -6.23831129074097
            },
            {
              "x": 4.80835294723511,
              "y": -4.04132890701294
            },
            {
              "x": 6.27085065841675,
              "y": 0.530936539173126
            },
            {
              "x": 4.06980323791504,
              "y": 4.8009181022644
            },
            {
              "x": -0.502542912960052,
              "y": 6.25993585586548
            }
          ],
          "positions": [
            {
              "x": 40.6255111694336,
              "y": 9.02448463439941
            },
            {
              "x": 22.3218898773193,
              "y": 35.0435752868652
            },
            {
              "x": -9.01745319366455,
              "y": 40.514274597168
            },
            {
              "x": -35.0518836975098,
              "y": 22.2299766540527
            },
            {
              "x": -40.5271682739258,
              "y": -9.10844898223877
            },
            {
              "x": -22.2236843109131,
              "y": -35.1271629333496
            },
            {
              "x": 9.11934471130371,
              "y": -40.5628280639648
            },
            {
              "x": 35.1247215270996,
              "y": -22.2413272857666
            }
          ],
          "preferred_velocities": [
            {
              "x": -58.572265625,
              "y": -13.0111474990845
            },
            {
              "x": -32.2345581054688,
              "y": -50.6056671142578
            },
            {
              "x": 13.0354995727539,
              "y": -58.5668487548828
            },
            {
              "x": 50.6692390441895,
              "y": -32.1345329284668
            },
            {
              "x": 58.539722442627,
              "y": 13.156756401062
            },
            {
              "x": 32.0788917541504,
              "y": 50.7044830322266
            },
            {
              "x": -13.1607151031494,
              "y": 58.5388412475586
            },
            {
              "x": -50.6919708251953,
              "y": 32.0986633300781
            }
          ],
          "safe_velocities": [
            {
              "x": -4.75063753128052,
              "y": 4.03483963012695
            },
            {
              "x": -6.20836162567139,
              "y": -0.533184230327606
            },
            {
              "x": -4.01068019866943,
              "y": -4.7846474647522
            },
            {
              "x": 0.549418449401855,
              "y": -6.23831129074097
            },
            {
              "x": 4.80835294723511,
              "y": -4.04132890701294
            },
            {
              "x": 6.27085065841675,
              "y": 0.530936539173126
            },
            {
              "x": 4.06980323791504,
              "y": 4.8009181022644
            },
            {
              "x": -0.502542912960052,
              "y": 6.25993585586548
            }
          ],
          "tick": 348,
          "time_seconds": 5.8
        },
        {
          "executed_velocities": [
            {
              "x": -4.56716537475586,
              "y": 4.41002702713013
            },
            {
              "x": -6.34289026260376,
              "y": -0.140686392784119
            },
            {
              "x": -4.38310623168945,
              "y": -4.6030011177063
            },
            {
              "x": 0.158330082893372,
              "y": -6.37448120117188
            },
            {
              "x": 4.62959384918213,
              "y": -4.41496992111206
            },
            {
              "x": 6.4097375869751,
              "y": 0.140097126364708
            },
            {
              "x": 4.44510698318481,
              "y": 4.6218523979187
            },
            {
              "x": -0.109174489974976,
              "y": 6.39755249023438
            }
          ],
          "positions": [
            {
              "x": 39.693717956543,
              "y": 9.86602401733398
            },
            {
              "x": 21.0688343048096,
              "y": 34.9741249084473
            },
            {
              "x": -9.85391044616699,
              "y": 39.5755195617676
            },
            {
              "x": -34.979061126709,
              "y": 20.9707813262939
            },
            {
              "x": -39.5834045410156,
              "y": -9.95114612579346
            },
            {
              "x": -20.9577293395996,
              "y": -35.0580101013184
            },
            {
              "x": 9.96789360046387,
              "y": -39.6205825805664
            },
            {
              "x": 35.0614852905273,
              "y": -20.9776725769043
            }
          ],
          "preferred_velocities": [
            {
              "x": -58.2283096313477,
              "y": -14.4728670120239
            },
            {
              "x": -30.9608497619629,
              "y": -51.3948020935059
            },
            {
              "x": 14.4967880249023,
              "y": -58.2223587036133
            },
            {
              "x": 51.4603881835938,
              "y": -30.8517265319824
            },
            {
              "x": 58.1893730163574,
              "y": 14.6286296844482
            },
            {
              "x": 30.7864532470703,
              "y": 51.4994621276855
            },
            {
              "x": -14.6388530731201,
              "y": 58.1868057250977
            },
            {
              "x": -51.4879035949707,
              "y": 30.805778503418
            }
          ],
          "safe_velocities": [
            {
              "x": -4.56716537475586,
              "y": 4.41002702713013
            },
            {
              "x": -6.34289026260376,
              "y": -0.140686392784119
            },
            {
              "x": -4.38310623168945,
              "y": -4.6030011177063
            },
            {
              "x": 0.158330082893372,
              "y": -6.37448120117188
            },
            {
              "x": 4.62959384918213,
              "y": -4.41496992111206
            },
            {
              "x": 6.4097375869751,
              "y": 0.140097126364708
            },
            {
              "x": 4.44510698318481,
              "y": 4.6218523979187
            },
            {
              "x": -0.109174489974976,
              "y": 6.39755249023438
            }
          ],
          "tick": 360,
          "time_seconds": 6.0
        },
        {
          "executed_velocities": [
            {
              "x": -4.47271251678467,
              "y": 4.77230405807495
            },
            {
              "x": -6.53107070922852,
              "y": 0.179447293281555
            },
            {
              "x": -4.74242353439331,
              "y": -4.51047039031982
            },
            {
              "x": -0.160425171256065,
              "y": -6.56445217132568
            },
            {
              "x": 4.5400710105896,
              "y": -4.77543067932129
            },
            {
              "x": 6.60232496261597,
              "y": -0.178267449140549
            },
            {
              "x": 4.80711698532104,
              "y": 4.53198862075806
            },
            {
              "x": 0.211749061942101,
              "y": 6.58891582489014
            }
          ],
          "positions": [
            {
              "x": 38.7903709411621,
              "y": 10.7814884185791
            },
            {
              "x": 19.7838363647461,
              "y": 34.9765205383301
            },
            {
              "x": -10.7637214660645,
              "y": 38.6648292541504
            },
            {
              "x": -34.9778060913086,
              "y": 19.6793079376221
            },
            {
              "x": -38.6671295166016,
              "y": -10.8674354553223
            },
            {
              "x": -19.65895652771,
              "y": -35.060375213623
            },
            {
              "x": 10.8903541564941,
              "y": -38.705883026123
            },
            {
              "x": 35.070255279541,
              "y": -19.6814517974854
            }
          ],
          "preferred_velocities": [
            {
              "x": -57.8086242675781,
              "y": -16.0674667358398
            },
            {
              "x": -29.5398426055908,
              "y": -52.224494934082
            },
            {
              "x": 16.0912322998047,
              "y": -57.8020095825195
            },
            {
              "x": 52.2917938232422,
              "y": -29.4205493927002
            },
            {
              "x": 57.7620506286621,
              "y": 16.2340831756592
            },
            {
              "x": 29.3447723388672,
              "y": 52.3343505859375
            },
            {
              "x": -16.2507133483887,
              "y": 57.7573738098145
            },
            {
              "x": -52.3235549926758,
              "y": 29.3640155792236
            }
          ],
          "safe_velocities": [
            {
              "x": -4.47271251678467,
              "y": 4.77230405807495
            },
            {
              "x": -6.53107070922852,
              "y": 0.179447293281555
            },
            {
              "x": -4.74242353439331,
              "y": -4.51047039031982
            },
            {
              "x": -0.160425171256065,
              "y": -6.56445217132568
            },
            {
              "x": 4.5400710105896,
              "y": -4.77543067932129
            },
            {
              "x": 6.60232496261597,
              "y": -0.178267449140549
            },
            {
              "x": 4.80711698532104,
              "y": 4.53198862075806
            },
            {
              "x": 0.211749061942101,
              "y": 6.58891582489014
            }
          ],
          "tick": 372,
          "time_seconds": 6.2
        },
        {
          "executed_velocities": [
            {
              "x": -4.46198797225952,
              "y": 5.11719274520874
            },
            {
              "x": -6.76596641540527,
              "y": 0.427748531103134
            },
            {
              "x": -5.08416366577148,
              "y": -4.5017409324646
            },
            {
              "x": -0.407414197921753,
              "y": -6.80129241943359
            },
            {
              "x": 4.53446865081787,
              "y": -5.11819124221802
            },
            {
              "x": 6.84166812896729,
              "y": -0.424702942371368
            },
            {
              "x": 5.1513237953186,
              "y": 4.52602005004883
            },
            {
              "x": 0.460794657468796,
              "y": 6.82708644866943
            }
          ],
          "positions": [
            {
              "x": 37.8981590270996,
              "y": 11.7678909301758
            },
            {
              "x": 18.4568061828613,
              "y": 35.0363578796387
            },
            {
              "x": -11.7438621520996,
              "y": 37.7648811340332
            },
            {
              "x": -35.0337181091309,
              "y": 18.3454284667969
            },
            {
              "x": -37.7609825134277,
              "y": -11.8542766571045
            },
            {
              "x": -18.3172664642334,
              "y": -35.1198120117188
            },
            {
              "x": 11.8836641311646,
              "y": -37.8013801574707
            },
            {
              "x": 35.1366271972656,
              "y": -18.3425540924072
            }
          ],
          "preferred_velocities": [
            {
              "x": -57.3011093139648,
              "y": -17.7927703857422
            },
            {
              "x": -27.9645004272461,
              "y": -53.0847129821777
            },
            {
              "x": 17.8167819976807,
              "y": -57.2936477661133
            },
            {
              "x": 53.1533584594727,
              "y": -27.8337898254395
            },
            {
              "x": 57.2454528808594,
              "y": 17.9710216522217
            },
            {
              "x": 27.7466812133789,
              "y": 53.1988868713379
            },
            {
              "x": -17.994047164917,
              "y": 57.2382278442383
            },
            {
              "x": -53.1886329650879,
              "y": 27.76633644104
            }
          ],
          "safe_velocities": [
            {
              "x": -4.46198797225952,
              "y": 5.11719274520874
            },
            {
              "x": -6.76596641540527,
              "y": 0.427748531103134
            },
            {
              "x": -5.08416366577148,
              "y": -4.5017409324646
            },
            {
              "x": -0.407414197921753,
              "y": -6.80129241943359
            },
            {
              "x": 4.53446865081787,
              "y": -5.11819124221802
            },
            {
              "x": 6.84166812896729,
              "y": -0.424702942371368
            },
            {
              "x": 5.1513237953186,
              "y": 4.52602005004883
            },
            {
              "x": 0.460794657468796,
              "y": 6.82708644866943
            }
          ],
          "tick": 384,
          "time_seconds": 6.4
        },
        {
          "executed_velocities": [
            {
              "x": -4.53009223937988,
              "y": 5.43981695175171
            },
            {
              "x": -7.04062223434448,
              "y": 0.604199945926666
            },
            {
              "x": -5.4034481048584,
              "y": -4.57191133499146
            },
            {
              "x": -0.582652151584625,
              "y": -7.07807588577271
            },
            {
              "x": 4.60786247253418,
              "y": -5.43835210800171
            },
            {
              "x": 7.12079811096191,
              "y": -0.599223732948303
            },
            {
              "x": 5.47280788421631,
              "y": 4.59901905059814
            },
            {
              "x": 0.637978553771973,
              "y": 7.10511779785156
            }
          ],
          "positions": [
            {
              "x": 37.0007743835449,
              "y": 12.8213138580322
            },
            {
              "x": 17.0790386199951,
              "y": 35.1392784118652
            },
            {
              "x": -12.7903757095337,
              "y": 36.8593673706055
            },
            {
              "x": -35.132453918457,
              "y": 16.9604015350342
            },
            {
              "x": -36.8486289978027,
              "y": -12.907678604126
            },
            {
              "x": -16.9239501953125,
              "y": -35.2219505310059
            },
            {
              "x": 12.9438152313232,
              "y": -36.8907585144043
            },
            {
              "x": 35.2462158203125,
              "y": -16.9522533416748
            }
          ],
          "preferred_velocities": [
            {
              "x": -56.6928367614746,
              "y": -19.6449031829834
            },
            {
              "x": -26.2283878326416,
              "y": -53.9636154174805
            },
            {
              "x": 19.66969871521,
              "y": -56.6842346191406
            },
            {
              "x": 54.0331535339355,
              "y": -26.0848274230957
            },
            {
              "x": 56.626392364502,
              "y": 19.8356170654297
            },
            {
              "x": 25.9855937957764,
              "y": 54.0809478759766
            },
            {
              "x": -19.864839553833,
              "y": 56.6161460876465
            },
            {
              "x": -54.070972442627,
              "y": 26.0063343048096
            }
          ],
          "safe_velocities": [
            {
              "x": -4.53009223937988,
              "y": 5.43981695175171
            },
            {
              "x": -7.04062223434448,
              "y": 0.604199945926666
            },
            {
              "x": -5.4034481048584,
              "y": -4.57191133499146
            },
            {
              "x": -0.582652151584625,
              "y": -7.07807588577271
            },
            {
              "x": 4.60786247253418,
              "y": -5.43835210800171
            },
            {
              "x": 7.12079811096191,
              "y": -0.599223732948303
            },
            {
              "x": 5.47280788421631,
              "y": 4.59901905059814
            },
            {
              "x": 0.637978553771973,
              "y": 7.10511779785156
            }
          ],
          "tick": 396,
          "time_seconds": 6.6
        },
        {
          "executed_velocities": [
            {
              "x": -4.6723198890686,
              "y": 5.73494625091553
            },
            {
              "x": -7.34794855117798,
              "y": 0.708386123180389
            },
            {
              "x": -5.69506883621216,
              "y": -4.71623945236206
            },
            {
              "x": -0.685769259929657,
              "y": -7.38774347305298
            },
            {
              "x": 4.7555365562439,
              "y": -5.73062515258789
            },
            {
              "x": 7.43264007568359,
              "y": -0.701447308063507
            },
            {
              "x": 5.76632738113403,
              "y": 4.74622964859009
            },
            {
              "x": 0.742960453033447,
              "y": 7.41593980789185
            }
          ],
          "positions": [
            {
              "x": 36.0829086303711,
              "y": 13.9368305206299
            },
            {
              "x": 15.6432247161865,
              "y": 35.2708702087402
            },
            {
              "x": -13.8983011245728,
              "y": 35.9329414367676
            },
            {
              "x": -35.259635925293,
              "y": 15.5168857574463
            },
            {
              "x": -35.9147071838379,
              "y": -14.022647857666
            },
            {
              "x": -15.4716882705688,
              "y": -35.3523635864258
            },
            {
              "x": 14.0657901763916,
              "y": -35.9586448669434
            },
            {
              "x": 35.3846321105957,
              "y": -15.5032215118408
            }
          ],
          "preferred_velocities": [
            {
              "x": -55.9701271057129,
              "y": -21.6181621551514
            },
            {
              "x": -24.3258152008057,
              "y": -54.8475570678711
            },
            {
              "x": 21.6444416046143,
              "y": -55.9599685668945
            },
            {
              "x": 54.9173851013184,
              "y": -24.1677703857422
            },
            {
              "x": 55.8908843994141,
              "y": 21.822208404541
            },
            {
              "x": 24.0556926727295,
              "y": 54.9665679931641
            },
            {
              "x": -21.8572444915771,
              "y": 55.8771934509277
            },
            {
              "x": -54.9566307067871,
              "y": 24.0783863067627
            }
          ],
          "safe_velocities": [
            {
              "x": -4.6723198890686,
              "y": 5.73494625091553
            },
            {
              "x": -7.34794855117798,
              "y": 0.708386123180389
            },
            {
              "x": -5.69506883621216,
              "y": -4.71623945236206
            },
            {
              "x": -0.685769259929657,
              "y": -7.38774347305298
            },
            {
              "x": 4.7555365562439,
              "y": -5.73062515258789
            },
            {
              "x": 7.43264007568359,
              "y": -0.701447308063507
            },
            {
              "x": 5.76632738113403,
              "y": 4.74622964859009
            },
            {
              "x": 0.742960453033447,
              "y": 7.41593980789185
            }
          ],
          "tick": 408,
          "time_seconds": 6.8
        },
        {
          "executed_velocities": [
            {
              "x": -4.88414096832275,
              "y": 6.00931119918823
            },
            {
              "x": -7.69095516204834,
              "y": 0.754905581474304
            },
            {
              "x": -5.9694242477417,
              "y": -4.92782640457153
            },
            {
              "x": -0.729131102561951,
              "y": -7.73315382003784
            },
            {
              "x": 4.97065210342407,
              "y": -6.0067253112793
            },
            {
              "x": 7.7810206413269,
              "y": -0.745583117008209
            },
            {
              "x": 6.04484081268311,
              "y": 4.95994853973389
            },
            {
              "x": 0.789546072483063,
              "y": 7.7629771232605
            }
          ],
          "positions": [
            {
              "x": 35.1301307678223,
              "y": 15.1087646484375
            },
            {
              "x": 14.143180847168,
              "y": 35.4171562194824
            },
            {
              "x": -15.0620918273926,
              "y": 34.9712944030762
            },
            {
              "x": -35.4011993408203,
              "y": 14.0086631774902
            },
            {
              "x": -34.9448852539063,
              "y": -15.1936540603638
            },
            {
              "x": -13.954252243042,
              "y": -35.4970664978027
            },
            {
              "x": 15.2441091537476,
              "y": -34.9907760620117
            },
            {
              "x": 35.5378761291504,
              "y": -13.9892339706421
            }
          ],
          "preferred_velocities": [
            {
              "x": -55.1185493469238,
              "y": -23.7053833007813
            },
            {
              "x": -22.2513160705566,
              "y": -55.721435546875
            },
            {
              "x": 23.7341575622559,
              "y": -55.1061706542969
            },
            {
              "x": 55.7907218933105,
              "y": -22.077033996582
            },
            {
              "x": 55.0240745544434,
              "y": 23.923864364624
            },
            {
              "x": 21.9513740539551,
              "y": 55.8402824401855
            },
            {
              "x": -23.9641876220703,
              "y": 55.0065269470215
            },
            {
              "x": -55.8301467895508,
              "y": 21.9771404266357
            }
          ],
          "safe_velocities": [
            {
              "x": -4.88414096832275,
              "y": 6.00931119918823
            },
            {
              "x": -7.69095516204834,
              "y": 0.754905581474304
            },
            {
              "x": -5.9694242477417,
              "y": -4.92782640457153
            },
            {
              "x": -0.729131102561951,
              "y": -7.73315382003784
            },
            {
              "x": 4.97065210342407,
              "y": -6.0067253112793
            },
            {
              "x": 7.7810206413269,
              "y": -0.745583117008209
            },
            {
              "x": 6.04484081268311,
              "y": 4.95994853973389
            },
            {
              "x": 0.789546072483063,
              "y": 7.7629771232605
            }
          ],
          "tick": 420,
          "time_seconds": 7.0
        },
        {
          "executed_velocities": [
            {
              "x": -5.16213464736938,
              "y": 6.34584665298462
            },
            {
              "x": -8.12642765045166,
              "y": 0.805586338043213
            },
            {
              "x": -6.31049633026123,
              "y": -5.20318078994751
            },
            {
              "x": -0.774226725101471,
              "y": -8.17172718048096
            },
            {
              "x": 5.25067949295044,
              "y": -6.35126161575317
            },
            {
              "x": 8.22434139251709,
              "y": -0.793558776378632
            },
            {
              "x": 6.39363098144531,
              "y": 5.23741149902344
            },
            {
              "x": 0.839688658714294,
              "y": 8.20458889007568
            }
          ],
          "positions": [
            {
              "x": 34.1290702819824,
              "y": 16.3399353027344
            },
            {
              "x": 12.5670557022095,
              "y": 35.5725364685059
            },
            {
              "x": -16.285665512085,
              "y": 33.9617233276367
            },
            {
              "x": -35.5509376525879,
              "y": 12.4238338470459
            },
            {
              "x": -33.9263496398926,
              "y": -16.4249897003174
            },
            {
              "x": -12.3594455718994,
              "y": -35.650333404541
            },
            {
              "x": 16.4834289550781,
              "y": -33.9746017456055
            },
            {
              "x": 35.7001419067383,
              "y": -12.3981885910034
            }
          ],
          "preferred_velocities": [
            {
              "x": -54.1173477172852,
              "y": -25.9096984863281
            },
            {
              "x": -19.986234664917,
              "y": -56.5734024047852
            },
            {
              "x": 25.9431972503662,
              "y": -54.1012992858887
            },
            {
              "x": 56.6409339904785,
              "y": -19.7940635681152
            },
            {
              "x": 54.0039253234863,
              "y": 26.1452808380127
            },
            {
              "x": 19.6535339355469,
              "y": 56.6898422241211
            },
            {
              "x": -26.1904239654541,
              "y": 53.982048034668
            },
            {
              "x": -56.6792907714844,
              "y": 19.6839694976807
            }
          ],
          "safe_velocities": [
            {
              "x": -5.16213464736938,
              "y": 6.34584665298462
            },
            {
              "x": -8.12642765045166,
              "y": 0.805586338043213
            },
            {
              "x": -6.31049633026123,
              "y": -5.20318078994751
            },
            {
              "x": -0.774226725101471,
              "y": -8.17172718048096
            },
            {
              "x": 5.25067949295044,
              "y": -6.35126161575317
            },
            {
              "x": 8.22434139251709,
              "y": -0.793558776378632
            },
            {
              "x": 6.39363098144531,
              "y": 5.23741149902344
            },
            {
              "x": 0.839688658714294,
              "y": 8.20458889007568
            }
          ],
          "tick": 432,
          "time_seconds": 7.2
        },
        {
          "executed_velocities": [
            {
              "x": -5.54054021835327,
              "y": 6.80707883834839
            },
            {
              "x": -8.72234439849854,
              "y": 0.876904845237732
            },
            {
              "x": -6.77970314025879,
              "y": -5.57809829711914
            },
            {
              "x": -0.838557243347168,
              "y": -8.7726469039917
            },
            {
              "x": 5.63281583786011,
              "y": -6.82558679580688
            },
            {
              "x": 8.83252048492432,
              "y": -0.862465500831604
            },
            {
              "x": 6.87446546554565,
              "y": 5.61580467224121
            },
            {
              "x": 0.91053169965744,
              "y": 8.81112670898438
            }
          ],
          "positions": [
            {
              "x": 33.0641326904297,
              "y": 17.6486663818359
            },
            {
              "x": 10.8906354904175,
              "y": 35.7397270202637
            },
            {
              "x": -17.5879745483398,
              "y": 32.8888740539551
            },
            {
              "x": -35.7112426757813,
              "y": 10.737940788269
            },
            {
              "x": -32.8434028625488,
              "y": -17.7358818054199
            },
            {
              "x": -10.6624221801758,
              "y": -35.814884185791
            },
            {
              "x": 17.8033409118652,
              "y": -32.8946189880371
            },
            {
              "x": 35.8741073608398,
              "y": -10.7052707672119
            }
          ],
          "preferred_velocities": [
            {
              "x": -52.9315605163574,
              "y": -28.2533168792725
            },
            {
              "x": -17.4892826080322,
              "y": -57.3944664001465
            },
            {
              "x": 28.2944469451904,
              "y": -52.9095878601074
            },
            {
              "x": 57.4586868286133,
              "y": -17.2771339416504
            },
            {
              "x": 52.7940292358398,
              "y": 28.5094890594482
            },
            {
              "x": 17.1199798583984,
              "y": 57.5057067871094
            },
            {
              "x": -28.5589065551758,
              "y": 52.7673072814941
            },
            {
              "x": -57.4946403503418,
              "y": 17.1571025848389
            }
          ],
          "safe_velocities": [
            {
              "x": -5.54054021835327,
              "y": 6.80707883834839
            },
            {
              "x": -8.72234439849854,
              "y": 0.876904845237732
            },
            {
              "x": -6.77970314025879,
              "y": -5.57809829711914
            },
            {
              "x": -0.838557243347168,
              "y": -8.7726469039917
            },
            {
              "x": 5.63281583786011,
              "y": -6.82558679580688
            },
            {
              "x": 8.83252048492432,
              "y": -0.862465500831604
            },
            {
              "x": 6.87446546554565,
              "y": 5.61580467224121
            },
            {
              "x": 0.91053169965744,
              "y": 8.81112670898438
            }
          ],
          "tick": 444,
          "time_seconds": 7.4
        },
        {
          "executed_velocities": [
            {
              "x": -6.11206293106079,
              "y": 7.51448678970337
            },
            {
              "x": -9.63255596160889,
              "y": 0.993200778961182
            },
            {
              "x": -7.5041708946228,
              "y": -6.14481735229492
            },
            {
              "x": -0.94592547416687,
              "y": -9.6928825378418
            },
            {
              "x": 6.21236133575439,
              "y": -7.55947399139404
            },
            {
              "x": 9.76601028442383,
              "y": -0.9785076379776
            },
            {
              "x": 7.62021446228027,
              "y": 6.18949508666992
            },
            {
              "x": 1.02727687358856,
              "y": 9.74425029754639
            }
          ],
          "positions": [
            {
              "x": 31.9081878662109,
              "y": 19.069019317627
            },
            {
              "x": 9.07023143768311,
              "y": 35.924617767334
            },
            {
              "x": -19.0041637420654,
              "y": 31.7258338928223
            },
            {
              "x": -35.8876838684082,
              "y": 8.90669631958008
            },
            {
              "x": -31.668384552002,
              "y": -19.1619911193848
            },
            {
              "x": -8.81814765930176,
              "y": -35.9967956542969
            },
            {
              "x": 19.2401752471924,
              "y": -31.7234897613525
            },
            {
              "x": 36.0657348632813,
              "y": -8.86535358428955
            }
          ],
          "preferred_velocities": [
            {
              "x": -51.5035400390625,
              "y": -30.7796249389648
            },
            {
              "x": -14.6878595352173,
              "y": -58.1744537353516
            },
            {
              "x": 30.8323535919189,
              "y": -51.4719924926758
            },
            {
              "x": 58.2333641052246,
              "y": -14.45250415802
            },
            {
              "x": 51.3341102600098,
              "y": 31.0613822937012
            },
            {
              "x": 14.2761030197144,
              "y": 58.2768630981445
            },
            {
              "x": -31.1144428253174,
              "y": 51.3019599914551
            },
            {
              "x": -58.2655258178711,
              "y": 14.3223056793213
            }
          ],
          "safe_velocities": [
            {
              "x": -6.11206293106079,
              "y": 7.51448678970337
            },
            {
              "x": -9.63255596160889,
              "y": 0.993200778961182
            },
            {
              "x": -7.5041708946228,
              "y": -6.14481735229492
            },
            {
              "x": -0.94592547416687,
              "y": -9.6928825378418
            },
            {
              "x": 6.21236133575439,
              "y": -7.55947399139404
            },
            {
              "x": 9.76601028442383,
              "y": -0.9785076379776
            },
            {
              "x": 7.62021446228027,
              "y": 6.18949508666992
            },
            {
              "x": 1.02727687358856,
              "y": 9.74425029754639
            }
          ],
          "tick": 456,
          "time_seconds": 7.6
        },
        {
          "executed_velocities": [
            {
              "x": -7.18578910827637,
              "y": 8.94142913818359
            },
            {
              "x": -11.4274463653564,
              "y": 1.29672086238861
            },
            {
              "x": -8.99818420410156,
              "y": -7.20864009857178
            },
            {
              "x": -1.24328172206879,
              "y": -11.5230693817139
            },
            {
              "x": 7.30771970748901,
              "y": -9.08805179595947
            },
            {
              "x": 11.6373243331909,
              "y": -1.30749559402466
            },
            {
              "x": 9.18812561035156,
              "y": 7.27273750305176
            },
            {
              "x": 1.35117661952972,
              "y": 11.6280393600464
            }
          ],
          "positions": [
            {
              "x": 30.6014442443848,
              "y": 20.680534362793
            },
            {
              "x": 7.00569295883179,
              "y": 36.1439666748047
            },
            {
              "x": -20.6176700592041,
              "y": 30.4131870269775
            },
            {
              "x": -36.0967445373535,
              "y": 6.82784223556519
            },
            {
              "x": -30.3399238586426,
              "y": -20.7886409759521
            },
            {
              "x": -6.72199630737305,
              "y": -36.2142448425293
            },
            {
              "x": 20.8814163208008,
              "y": -30.4004650115967
            },
            {
              "x": 36.2926406860352,
              "y": -6.7729754447937
            }
          ],
          "preferred_velocities": [
            {
              "x": -49.7124137878418,
              "y": -33.595775604248
            },
            {
              "x": -11.4171590805054,
              "y": -58.9037246704102
            },
            {
              "x": 33.6678886413574,
              "y": -49.6636009216309
            },
            {
              "x": 58.9545974731445,
              "y": -11.1514959335327
            },
            {
              "x": 49.4958114624023,
              "y": 33.9140777587891
            },
            {
              "x": 10.9500112533569,
              "y": 58.9923515319824
            },
            {
              "x": -33.9708442687988,
              "y": 49.4568710327148
            },
            {
              "x": -58.9817008972168,
              "y": 11.0072345733643
            }
          ],
          "safe_velocities": [
            {
              "x": -7.18578910827637,
              "y": 8.94142913818359
            },
            {
              "x": -11.4274463653564,
              "y": 1.29672086238861
            },
            {
              "x": -8.99818420410156,
              "y": -7.20864009857178
            },
            {
              "x": -1.24328172206879,
              "y": -11.5230693817139
            },
            {
              "x": 7.30771970748901,
              "y": -9.08805179595947
            },
            {
              "x": 11.6373243331909,
              "y": -1.30749559402466
            },
            {
              "x": 9.18812561035156,
              "y": 7.27273750305176
            },
            {
              "x": 1.35117661952972,
              "y": 11.6280393600464
            }
          ],
          "tick": 468,
          "time_seconds": 7.8
        },
        {
          "executed_velocities": [
            {
              "x": -16.0724143981934,
              "y": 22.8699970245361
            },
            {
              "x": -27.9705066680908,
              "y": 4.84598159790039
            },
            {
              "x": -23.5529918670654,
              "y": -16.6420783996582
            },
            {
              "x": -4.92604827880859,
              "y": -28.8938331604004
            },
            {
              "x": 17.1895217895508,
              "y": -24.3019275665283
            },
            {
              "x": 29.6933650970459,
              "y": -5.17751026153564
            },
            {
              "x": 24.902925491333,
              "y": 17.5037040710449
            },
            {
              "x": 5.12499523162842,
              "y": 30.3451805114746
            }
          ],
          "positions": [
            {
              "x": 28.732364654541,
              "y": 23.3389911651611
            },
            {
              "x": 3.76584792137146,
              "y": 36.7347679138184
            },
            {
              "x": -23.3556842803955,
              "y": 28.5209197998047
            },
            {
              "x": -36.6944694519043,
              "y": 3.51305150985718
            },
            {
              "x": -28.3972110748291,
              "y": -23.5935363769531
            },
            {
              "x": -3.33414387702942,
              "y": -36.849437713623
            },
            {
              "x": 23.7507400512695,
              "y": -28.4553661346436
            },
            {
              "x": 36.934268951416,
              "y": -3.34799814224243
            }
          ],
          "preferred_velocities": [
            {
              "x": -46.5716438293457,
              "y": -37.8296432495117
            },
            {
              "x": -6.11880445480347,
              "y": -59.687183380127
            },
            {
              "x": 38.0141372680664,
              "y": -46.4211692810059
            },
            {
              "x": 59.7269058227539,
              "y": -5.71812868118286
            },
            {
              "x": 46.1498184204102,
              "y": 38.3431129455566
            },
            {
              "x": 5.40672492980957,
              "y": 59.7559013366699
            },
            {
              "x": -38.4472923278809,
              "y": 46.063060760498
            },
            {
              "x": -59.754997253418,
              "y": 5.41663932800293
            }
          ],
          "safe_velocities": [
            {
              "x": -16.0724143981934,
              "y": 22.8699970245361
            },
            {
              "x": -27.9705066680908,
              "y": 4.84598159790039
            },
            {
              "x": -23.5529918670654,
              "y": -16.6420783996582
            },
            {
              "x": -4.92604827880859,
              "y": -28.8938331604004
            },
            {
              "x": 17.1895217895508,
              "y": -24.3019275665283
            },
            {
              "x": 29.6933650970459,
              "y": -5.17751026153564
            },
            {
              "x": 24.902925491333,
              "y": 17.5037040710449
            },
            {
              "x": 5.12499523162842,
              "y": 30.3451805114746
            }
          ],
          "tick": 480,
          "time_seconds": 8.0
        },
        {
          "executed_velocities": [
            {
              "x": -44.0154342651367,
              "y": 40.7755012512207
            },
            {
              "x": -53.8971328735352,
              "y": -22.5287952423096
            },
            {
              "x": -43.4335517883301,
              "y": -41.3947601318359
            },
            {
              "x": 25.413646697998,
              "y": -51.84130859375
            },
            {
              "x": 41.666259765625,
              "y": -43.1731719970703
            },
            {
              "x": 50.6801452636719,
              "y": 26.8106651306152
            },
            {
              "x": 43.4079856872559,
              "y": 41.421573638916
            },
            {
              "x": -29.7848529815674,
              "y": 48.7364120483398
            }
          ],
          "positions": [
            {
              "x": 23.3131866455078,
              "y": 31.4198970794678
            },
            {
              "x": -5.11836338043213,
              "y": 34.9042091369629
            },
            {
              "x": -31.5196666717529,
              "y": 22.9244270324707
            },
            {
              "x": -34.8249053955078,
              "y": -5.55008983612061
            },
            {
              "x": -22.800630569458,
              "y": -31.9252262115479
            },
            {
              "x": 5.75517272949219,
              "y": -34.6690368652344
            },
            {
              "x": 32.2827110290527,
              "y": -22.9643154144287
            },
            {
              "x": 34.3285636901855,
              "y": 5.59233951568604
            }
          ],
          "preferred_velocities": [
            {
              "x": -35.7524490356445,
              "y": -48.1846733093262
            },
            {
              "x": 8.70531845092773,
              "y": -59.3651161193848
            },
            {
              "x": 48.5234107971191,
              "y": -35.2913436889648
            },
            {
              "x": 59.2522430419922,
              "y": 9.44310569763184
            },
            {
              "x": 34.8711471557617,
              "y": 48.8262481689453
            },
            {
              "x": -9.8257303237915,
              "y": 59.1899871826172
            },
            {
              "x": -48.8917961120605,
              "y": 34.7791938781738
            },
            {
              "x": -59.2193450927734,
              "y": -9.6472053527832
            }
          ],
          "safe_velocities": [
            {
              "x": -44.0154342651367,
              "y": 40.7755012512207
            },
            {
              "x": -53.8971328735352,
              "y": -22.5287952423096
            },
            {
              "x": -43.4335517883301,
              "y": -41.3947601318359
            },
            {
              "x": 25.413646697998,
              "y": -51.84130859375
            },
            {
              "x": 41.666259765625,
              "y": -43.1731719970703
            },
            {
              "x": 50.6801452636719,
              "y": 26.8106651306152
            },
            {
              "x": 43.4079856872559,
              "y": 41.421573638916
            },
            {
              "x": -29.7848529815674,
              "y": 48.7364120483398
            }
          ],
          "tick": 492,
          "time_seconds": 8.2
        },
        {
          "executed_velocities": [
            {
              "x": -35.5661735534668,
              "y": 20.850959777832
            },
            {
              "x": -29.0248012542725,
              "y": -52.5124816894531
            },
            {
              "x": -31.2284069061279,
              "y": -43.6972274780273
            },
            {
              "x": 57.209831237793,
              "y": -13.0730180740356
            },
            {
              "x": 33.7257652282715,
              "y": -18.6418170928955
            },
            {
              "x": 27.7588081359863,
              "y": 53.1925582885742
            },
            {
              "x": 30.1828784942627,
              "y": 41.7016563415527
            },
            {
              "x": -58.0815505981445,
              "y": 15.0510158538818
            }
          ],
          "positions": [
            {
              "x": 14.6481628417969,
              "y": 37.4456443786621
            },
            {
              "x": -12.7920875549316,
              "y": 26.164493560791
            },
            {
              "x": -39.3067016601563,
              "y": 14.221118927002
            },
            {
              "x": -24.645378112793,
              "y": -10.9469957351685
            },
            {
              "x": -13.9814319610596,
              "y": -37.9011154174805
            },
            {
              "x": 13.0608263015747,
              "y": -25.6905364990234
            },
            {
              "x": 39.7604942321777,
              "y": -14.2657632827759
            },
            {
              "x": 23.9234828948975,
              "y": 10.6594009399414
            }
          ],
          "preferred_velocities": [
            {
              "x": -21.8581638336182,
              "y": -55.876838684082
            },
            {
              "x": 26.3535327911377,
              "y": -53.9026069641113
            },
            {
              "x": 56.420825958252,
              "y": -20.4129886627197
            },
            {
              "x": 54.8340606689453,
              "y": 24.3562202453613
            },
            {
              "x": 20.7656803131104,
              "y": 56.2919769287109
            },
            {
              "x": -27.1912307739258,
              "y": 53.484920501709
            },
            {
              "x": -56.4749488830566,
              "y": 20.2627811431885
            },
            {
              "x": -54.8059349060059,
              "y": -24.4194564819336
            }
          ],
          "safe_velocities": [
            {
              "x": -35.5661735534668,
              "y": 20.850959777832
            },
            {
              "x": -29.0248012542725,
              "y": -52.5124816894531
            },
            {
              "x": -31.2284069061279,
              "y": -43.6972274780273
            },
            {
              "x": 57.209831237793,
              "y": -13.0730180740356
            },
            {
              "x": 33.7257652282715,
              "y": -18.6418170928955
            },
            {
              "x": 27.7588081359863,
              "y": 53.1925582885742
            },
            {
              "x": 30.1828784942627,
              "y": 41.7016563415527
            },
            {
              "x": -58.0815505981445,
              "y": 15.0510158538818
            }
          ],
          "tick": 504,
          "time_seconds": 8.4
        },
        {
          "executed_velocities": [
            {
              "x": -16.7996063232422,
              "y": 9.86154079437256
            },
            {
              "x": -32.0807266235352,
              "y": -50.7033233642578
            },
            {
              "x": -37.119571685791,
              "y": -36.8132629394531
            },
            {
              "x": 59.5318756103516,
              "y": -5.82308626174927
            },
            {
              "x": 18.026195526123,
              "y": -8.7702169418335
            },
            {
              "x": 35.8434677124023,
              "y": 48.117000579834
            },
            {
              "x": 38.9721488952637,
              "y": 39.697135925293
            },
            {
              "x": -52.3407287597656,
              "y": 6.97063732147217
            }
          ],
          "positions": [
            {
              "x": 9.34098434448242,
              "y": 40.5987129211426
            },
            {
              "x": -19.2610034942627,
              "y": 16.0676689147949
            },
            {
              "x": -46.1889572143555,
              "y": 5.7747540473938
            },
            {
              "x": -13.1109666824341,
              "y": -12.6039838790894
            },
            {
              "x": -8.90388488769531,
              "y": -40.5369071960449
            },
            {
              "x": 19.3820705413818,
              "y": -15.5036630630493
            },
            {
              "x": 46.5365753173828,
              "y": -5.89884519577026
            },
            {
              "x": 12.3412475585938,
              "y": 12.7120809555054
            }
          ],
          "preferred_velocities": [
            {
              "x": -13.4533491134644,
              "y": -58.4722785949707
            },
            {
              "x": 46.0734710693359,
              "y": -38.4348220825195
            },
            {
              "x": 59.536491394043,
              "y": -7.44352388381958
            },
            {
              "x": 43.2544593811035,
              "y": 41.5818672180176
            },
            {
              "x": 12.8720779418945,
              "y": 58.6029815673828
            },
            {
              "x": -46.8544807434082,
              "y": 37.4787635803223
            },
            {
              "x": -59.5237083435059,
              "y": 7.54505729675293
            },
            {
              "x": -41.7938423156738,
              "y": -43.049674987793
            }
          ],
          "safe_velocities": [
            {
              "x": -16.7996063232422,
              "y": 9.86154079437256
            },
            {
              "x": -32.0807266235352,
              "y": -50.7033233642578
            },
            {
              "x": -37.119571685791,
              "y": -36.8132629394531
            },
            {
              "x": 59.5318756103516,
              "y": -5.82308626174927
            },
            {
              "x": 18.026195526123,
              "y": -8.7702169418335
            },
            {
              "x": 35.8434677124023,
              "y": 48.117000579834
            },
            {
              "x": 38.9721488952637,
              "y": 39.697135925293
            },
            {
              "x": -52.3407287597656,
              "y": 6.97063732147217
            }
          ],
          "tick": 516,
          "time_seconds": 8.6
        },
        {
          "executed_velocities": [
            {
              "x": -14.9679861068726,
              "y": 2.15515422821045
            },
            {
              "x": -19.5737552642822,
              "y": -48.2094993591309
            },
            {
              "x": -26.5448455810547,
              "y": -1.64543676376343
            },
            {
              "x": 23.9735736846924,
              "y": 2.23100781440735
            },
            {
              "x": -1.11309778690338,
              "y": 7.72500658035278
            },
            {
              "x": -1.79739272594452,
              "y": 47.1183128356934
            },
            {
              "x": -4.45996427536011,
              "y": 11.0350408554077
            },
            {
              "x": -41.9399032592773,
              "y": 8.14864921569824
            }
          ],
          "positions": [
            {
              "x": 7.2276873588562,
              "y": 41.5939407348633
            },
            {
              "x": -25.6290187835693,
              "y": 6.04948663711548
            },
            {
              "x": -53.8988647460938,
              "y": 0.516169250011444
            },
            {
              "x": -5.18850469589233,
              "y": -13.4525537490845
            },
            {
              "x": -7.6227879524231,
              "y": -41.5051727294922
            },
            {
              "x": 22.7613563537598,
              "y": -5.38137245178223
            },
            {
              "x": 51.0883560180664,
              "y": -1.97276258468628
            },
            {
              "x": 1.62538039684296,
              "y": 14.1391620635986
            }
          ],
          "preferred_velocities": [
            {
              "x": -10.2721366882324,
              "y": -59.1141548156738
            },
            {
              "x": 58.3952941894531,
              "y": -13.783655166626
            },
            {
              "x": 59.9972496032715,
              "y": -0.574571192264557
            },
            {
              "x": 21.591100692749,
              "y": 55.9805717468262
            },
            {
              "x": 10.8382501602173,
              "y": 59.0129814147949
            },
            {
              "x": -58.3902626037598,
              "y": 13.8049659729004
            },
            {
              "x": -59.9553184509277,
              "y": 2.31515789031982
            },
            {
              "x": -6.85222816467285,
              "y": -59.6074409484863
            }
          ],
          "safe_velocities": [
            {
              "x": -14.9679861068726,
              "y": 2.15515422821045
            },
            {
              "x": -19.5737552642822,
              "y": -48.2094993591309
            },
            {
              "x": -26.5448455810547,
              "y": -1.64543676376343
            },
            {
              "x": 23.9735736846924,
              "y": 2.23100781440735
            },
            {
              "x": -1.11309778690338,
              "y": 7.72500658035278
            },
            {
              "x": -1.79739272594452,
              "y": 47.1183128356934
            },
            {
              "x": -4.45996427536011,
              "y": 11.0350408554077
            },
            {
              "x": -41.9399032592773,
              "y": 8.14864921569824
            }
          ],
          "tick": 528,
          "time_seconds": 8.8
        },
        {
          "executed_velocities": [
            {
              "x": -21.629732131958,
              "y": -8.29335689544678
            },
            {
              "x": -13.4965381622314,
              "y": -31.3960628509521
            },
            {
              "x": -7.08563709259033,
              "y": -3.45274043083191
            },
            {
              "x": 8.40516185760498,
              "y": 28.6092796325684
            },
            {
              "x": -0.439253509044647,
              "y": 29.8039855957031
            },
            {
              "x": -6.40621280670166,
              "y": 52.0600318908691
            },
            {
              "x": -20.5903396606445,
              "y": -11.2972526550293
            },
            {
              "x": -59.0068855285645,
              "y": 10.8714084625244
            }
          ],
          "positions": [
            {
              "x": 3.66365575790405,
              "y": 40.8858337402344
            },
            {
              "x": -29.3537349700928,
              "y": -3.63649797439575
            },
            {
              "x": -57.4298133850098,
              "y": 0.23912712931633
            },
            {
              "x": -1.87123322486877,
              "y": -11.0758209228516
            },
            {
              "x": -7.96532869338989,
              "y": -38.4259834289551
            },
            {
              "x": 22.0324211120605,
              "y": 4.05373907089233
            },
            {
              "x": 49.6535606384277,
              "y": 0.054750382900238
            },
            {
              "x": -9.2490234375,
              "y": 16.0411186218262
            }
          ],
          "preferred_velocities": [
            {
              "x": -5.35496282577515,
              "y": -59.7605590820313
            },
            {
              "x": 59.5448036193848,
              "y": 7.37672901153564
            },
            {
              "x": 59.9994812011719,
              "y": -0.24982675909996
            },
            {
              "x": 9.99521064758301,
              "y": 59.1616096496582
            },
            {
              "x": 12.1785116195679,
              "y": 58.751033782959
            },
            {
              "x": -59.0095100402832,
              "y": -10.8571443557739
            },
            {
              "x": -59.9999656677246,
              "y": -0.0661588236689568
            },
            {
              "x": 29.9700527191162,
              "y": -51.9788055419922
            }
          ],
          "safe_velocities": [
            {
              "x": -21.629732131958,
              "y": -8.29335689544678
            },
            {
              "x": -13.4965381622314,
              "y": -31.3960628509521
            },
            {
              "x": -7.08563709259033,
              "y": -3.45274043083191
            },
            {
              "x": 8.40516185760498,
              "y": 28.6092796325684
            },
            {
              "x": -0.439253509044647,
              "y": 29.8039855957031
            },
            {
              "x": -6.40621280670166,
              "y": 52.0600318908691
            },
            {
              "x": -20.5903396606445,
              "y": -11.2972526550293
            },
            {
              "x": -59.0068855285645,
              "y": 10.8714084625244
            }
          ],
          "tick": 540,
          "time_seconds": 9.0
        },
        {
          "executed_velocities": [
            {
              "x": -40.0989799499512,
              "y": -24.3203296661377
            },
            {
              "x": -10.0708265304565,
              "y": -44.2004547119141
            },
            {
              "x": -6.91698169708252,
              "y": -35.5477828979492
            },
            {
              "x": 16.7821063995361,
              "y": 48.1146354675293
            },
            {
              "x": 9.32024955749512,
              "y": 51.9095649719238
            },
            {
              "x": 20.2491321563721,
              "y": 48.2888565063477
            },
            {
              "x": -32.8200721740723,
              "y": -13.3937730789185
            },
            {
              "x": -49.0585098266602,
              "y": -24.031135559082
            }
          ],
          "positions": [
            {
              "x": -2.83810067176819,
              "y": 37.3966407775879
            },
            {
              "x": -31.755126953125,
              "y": -10.6769409179688
            },
            {
              "x": -58.6470527648926,
              "y": -2.59992337226868
            },
            {
              "x": 0.746448516845703,
              "y": -3.07594466209412
            },
            {
              "x": -7.03875112533569,
              "y": -30.0326957702637
            },
            {
              "x": 22.5264453887939,
              "y": 15.6643838882446
            },
            {
              "x": 43.4552841186523,
              "y": -3.00546860694885
            },
            {
              "x": -20.9533061981201,
              "y": 15.1410388946533
            }
          ],
          "preferred_velocities": [
            {
              "x": 4.54045486450195,
              "y": -59.8279571533203
            },
            {
              "x": 56.8714294433594,
              "y": 19.1217269897461
            },
            {
              "x": 59.9411277770996,
              "y": 2.65729188919067
            },
            {
              "x": -14.1496963500977,
              "y": 58.3076820373535
            },
            {
              "x": 13.6911811828613,
              "y": 58.417049407959
            },
            {
              "x": -49.2606544494629,
              "y": -34.254753112793
            },
            {
              "x": -59.8570098876953,
              "y": 4.13985013961792
            },
            {
              "x": 48.6318321228027,
              "y": -35.1417808532715
            }
          ],
          "safe_velocities": [
            {
              "x": -40.0989799499512,
              "y": -24.3203296661377
            },
            {
              "x": -10.0708265304565,
              "y": -44.2004547119141
            },
            {
              "x": -6.91698169708252,
              "y": -35.5477828979492
            },
            {
              "x": 16.7821063995361,
              "y": 48.1146354675293
            },
            {
              "x": 9.32024955749512,
              "y": 51.9095649719238
            },
            {
              "x": 20.2491321563721,
              "y": 48.2888565063477
            },
            {
              "x": -32.8200721740723,
              "y": -13.3937730789185
            },
            {
              "x": -49.0585098266602,
              "y": -24.031135559082
            }
          ],
          "tick": 552,
          "time_seconds": 9.2
        },
        {
          "executed_velocities": [
            {
              "x": -36.5539779663086,
              "y": -13.1869134902954
            },
            {
              "x": 11.6149616241455,
              "y": -29.5755062103271
            },
            {
              "x": 6.24485969543457,
              "y": -34.4286766052246
            },
            {
              "x": 20.2490634918213,
              "y": 56.479866027832
            },
            {
              "x": 12.2315483093262,
              "y": 58.7400131225586
            },
            {
              "x": 44.1235160827637,
              "y": 10.0746793746948
            },
            {
              "x": -32.3241386413574,
              "y": -9.1306676864624
            },
            {
              "x": -13.3347043991089,
              "y": -25.5201473236084
            }
          ],
          "positions": [
            {
              "x": -10.6052331924438,
              "y": 33.5687637329102
            },
            {
              "x": -32.9590835571289,
              "y": -18.3582935333252
            },
            {
              "x": -59.7309150695801,
              "y": -9.74274730682373
            },
            {
              "x": 4.43523597717285,
              "y": 7.60970497131348
            },
            {
              "x": -4.87022733688354,
              "y": -18.7801666259766
            },
            {
              "x": 29.4654197692871,
              "y": 21.7937278747559
            },
            {
              "x": 36.8907737731934,
              "y": -5.26799821853638
            },
            {
              "x": -25.8114337921143,
              "y": 9.2754955291748
            }
          ],
          "preferred_velocities": [
            {
              "x": 18.0749664306641,
              "y": -57.2127227783203
            },
            {
              "x": 52.4172058105469,
              "y": 29.1965179443359
            },
            {
              "x": 59.2174263000488,
              "y": 9.65899276733398
            },
            {
              "x": -30.2131576538086,
              "y": -51.8378753662109
            },
            {
              "x": 15.0614833831787,
              "y": 58.0788421630859
            },
            {
              "x": -48.2388763427734,
              "y": -35.6792755126953
            },
            {
              "x": -59.3974418640137,
              "y": 8.48194885253906
            },
            {
              "x": 56.4648246765137,
              "y": -20.2909774780273
            }
          ],
          "safe_velocities": [
            {
              "x": -36.5539779663086,
              "y": -13.1869134902954
            },
            {
              "x": 11.6149616241455,
              "y": -29.5755062103271
            },
            {
              "x": 6.24485969543457,
              "y": -34.4286766052246
            },
            {
              "x": 20.2490634918213,
              "y": 56.479866027832
            },
            {
              "x": 12.2315483093262,
              "y": 58.7400131225586
            },
            {
              "x": 44.1235160827637,
              "y": 10.0746793746948
            },
            {
              "x": -32.3241386413574,
              "y": -9.1306676864624
            },
            {
              "x": -13.3347043991089,
              "y": -25.5201473236084
            }
          ],
          "tick": 564,
          "time_seconds": 9.4
        },
        {
          "executed_velocities": [
            {
              "x": -30.8238849639893,
              "y": -25.359956741333
            },
            {
              "x": 50.7234191894531,
              "y": 10.697940826416
            },
            {
              "x": 40.6901016235352,
              "y": -38.0394439697266
            },
            {
              "x": 6.3729419708252,
              "y": 57.8872604370117
            },
            {
              "x": 12.1521549224854,
              "y": 57.1476669311523
            },
            {
              "x": 1.79670143127441,
              "y": -28.3603916168213
            },
            {
              "x": 5.48854637145996,
              "y": -47.1652603149414
            },
            {
              "x": -58.1862258911133,
              "y": -14.6411333084106
            }
          ],
          "positions": [
            {
              "x": -17.9775524139404,
              "y": 31.3816261291504
            },
            {
              "x": -25.3153533935547,
              "y": -22.9224414825439
            },
            {
              "x": -53.2753982543945,
              "y": -16.8726329803467
            },
            {
              "x": 7.30044078826904,
              "y": 19.131763458252
            },
            {
              "x": -0.66363000869751,
              "y": -7.74690914154053
            },
            {
              "x": 35.5430717468262,
              "y": 20.0250434875488
            },
            {
              "x": 35.1642417907715,
              "y": -8.30255508422852
            },
            {
              "x": -28.8779067993164,
              "y": 5.13946676254272
            }
          ],
          "preferred_velocities": [
            {
              "x": 29.8248405456543,
              "y": -52.0622596740723
            },
            {
              "x": 44.4763450622559,
              "y": 40.2722549438477
            },
            {
              "x": 57.1998863220215,
              "y": 18.1155414581299
            },
            {
              "x": -21.3908023834229,
              "y": -56.0574111938477
            },
            {
              "x": 5.12107467651367,
              "y": 59.7810516357422
            },
            {
              "x": -52.2743682861328,
              "y": -29.4514942169189
            },
            {
              "x": -58.394416809082,
              "y": 13.7873830795288
            },
            {
              "x": 59.0717697143555,
              "y": -10.5131368637085
            }
          ],
          "safe_velocities": [
            {
              "x": -30.8238849639893,
              "y": -25.359956741333
            },
            {
              "x": 50.7234191894531,
              "y": 10.697940826416
            },
            {
              "x": 40.6901016235352,
              "y": -38.0394439697266
            },
            {
              "x": 6.3729419708252,
              "y": 57.8872604370117
            },
            {
              "x": 12.1521549224854,
              "y": 57.1476669311523
            },
            {
              "x": 1.79670143127441,
              "y": -28.3603916168213
            },
            {
              "x": 5.48854637145996,
              "y": -47.1652603149414
            },
            {
              "x": -58.1862258911133,
              "y": -14.6411333084106
            }
          ],
          "tick": 576,
          "time_seconds": 9.6
        },
        {
          "executed_velocities": [
            {
              "x": 8.07903957366943,
              "y": -39.4659385681152
            },
            {
              "x": 59.8101119995117,
              "y": 4.76974201202393
            },
            {
              "x": 28.2464275360107,
              "y": -46.9362373352051
            },
            {
              "x": -12.4733180999756,
              "y": 32.5309677124023
            },
            {
              "x": 25.3465690612793,
              "y": 28.8981189727783
            },
            {
              "x": 21.6343955993652,
              "y": -55.9638519287109
            },
            {
              "x": -7.3689603805542,
              "y": -52.5013465881348
            },
            {
              "x": 12.8770084381104,
              "y": -43.1338233947754
            }
          ],
          "positions": [
            {
              "x": -19.2025394439697,
              "y": 23.6597213745117
            },
            {
              "x": -14.5227031707764,
              "y": -20.2003040313721
            },
            {
              "x": -46.827564239502,
              "y": -26.3521976470947
            },
            {
              "x": 8.16272258758545,
              "y": 29.8933887481689
            },
            {
              "x": 4.32486772537231,
              "y": 1.67961966991425
            },
            {
              "x": 37.0220031738281,
              "y": 10.5201253890991
            },
            {
              "x": 32.9138412475586,
              "y": -18.1436767578125
            },
            {
              "x": -34.5926628112793,
              "y": -0.849317133426666
            }
          ],
          "preferred_velocities": [
            {
              "x": 37.8106651306152,
              "y": -46.5870552062988
            },
            {
              "x": 35.0241012573242,
              "y": 48.7166519165039
            },
            {
              "x": 52.2889518737793,
              "y": 29.425594329834
            },
            {
              "x": -15.8050289154053,
              "y": -57.8809242248535
            },
            {
              "x": -55.9302062988281,
              "y": -21.7212371826172
            },
            {
              "x": -57.7150955200195,
              "y": -16.4002475738525
            },
            {
              "x": -52.5452461242676,
              "y": 28.9654426574707
            },
            {
              "x": 59.9819221496582,
              "y": 1.47267282009125
            }
          ],
          "safe_velocities": [
            {
              "x": 8.07903957366943,
              "y": -39.4659385681152
            },
            {
              "x": 59.8101119995117,
              "y": 4.76974201202393
            },
            {
              "x": 28.2464275360107,
              "y": -46.9362373352051
            },
            {
              "x": -12.4733180999756,
              "y": 32.5309677124023
            },
            {
              "x": 25.3465690612793,
              "y": 28.8981189727783
            },
            {
              "x": 21.6343955993652,
              "y": -55.9638519287109
            },
            {
              "x": -7.3689603805542,
              "y": -52.5013465881348
            },
            {
              "x": 12.8770084381104,
              "y": -43.1338233947754
            }
          ],
          "tick": 588,
          "time_seconds": 9.8
        },
        {
          "executed_velocities": [
            {
              "x": 20.0506134033203,
              "y": -36.8817443847656
            },
            {
              "x": 58.7517204284668,
              "y": 12.1751823425293
            },
            {
              "x": 3.37919998168945,
              "y": -24.6379203796387
            },
            {
              "x": -29.6550960540771,
              "y": 21.9477481842041
            },
            {
              "x": 38.4214630126953,
              "y": 24.3542156219482
            },
            {
              "x": 20.1837291717529,
              "y": -47.9560585021973
            },
            {
              "x": -26.6014251708984,
              "y": -53.7807006835938
            },
            {
              "x": 35.6180534362793,
              "y": -43.2166862487793
            }
          ],
          "positions": [
            {
              "x": -17.4151248931885,
              "y": 15.9049654006958
            },
            {
              "x": -3.4767918586731,
              "y": -18.3292617797852
            },
            {
              "x": -42.9836540222168,
              "y": -34.9275741577148
            },
            {
              "x": 4.24527549743652,
              "y": 34.80224609375
            },
            {
              "x": 9.60896110534668,
              "y": 7.23841571807861
            },
            {
              "x": 40.9694671630859,
              "y": 0.245863020420074
            },
            {
              "x": 30.8271713256836,
              "y": -27.2516956329346
            },
            {
              "x": -29.9715881347656,
              "y": -9.88373565673828
            }
          ],
          "preferred_velocities": [
            {
              "x": 44.3038101196289,
              "y": -40.461986541748
            },
            {
              "x": 11.1817350387573,
              "y": 58.9488677978516
            },
            {
              "x": 46.5650634765625,
              "y": 37.8377456665039
            },
            {
              "x": -7.26511573791504,
              "y": -59.5585250854492
            },
            {
              "x": -47.9240188598633,
              "y": -36.1010894775391
            },
            {
              "x": -59.9989242553711,
              "y": -0.360061228275299
            },
            {
              "x": -44.9531745910645,
              "y": 39.7392997741699
            },
            {
              "x": 56.9816131591797,
              "y": 18.7908382415771
            }
          ],
          "safe_velocities": [
            {
              "x": 20.0506134033203,
              "y": -36.8817443847656
            },
            {
              "x": 58.7517204284668,
              "y": 12.1751823425293
            },
            {
              "x": 3.37919998168945,
              "y": -24.6379203796387
            },
            {
              "x": -29.6550960540771,
              "y": 21.9477481842041
            },
            {
              "x": 38.4214630126953,
              "y": 24.3542156219482
            },
            {
              "x": 20.1837291717529,
              "y": -47.9560585021973
            },
            {
              "x": -26.6014251708984,
              "y": -53.7807006835938
            },
            {
              "x": 35.6180534362793,
              "y": -43.2166862487793
            }
          ],
          "tick": 600,
          "time_seconds": 10.0
        },
        {
          "executed_velocities": [
            {
              "x": -1.48078286647797,
              "y": -35.0573310852051
            },
            {
              "x": 29.9504013061523,
              "y": 29.3126888275146
            },
            {
              "x": -7.81011056900024,
              "y": -12.2116737365723
            },
            {
              "x": -5.1303539276123,
              "y": -31.5216426849365
            },
            {
              "x": 57.4198684692383,
              "y": 17.4057006835938
            },
            {
              "x": -1.43828690052032,
              "y": -26.377368927002
            },
            {
              "x": -17.1091041564941,
              "y": -48.4150390625
            },
            {
              "x": 21.3721942901611,
              "y": -43.9814300537109
            }
          ],
          "positions": [
            {
              "x": -13.4880247116089,
              "y": 9.03641128540039
            },
            {
              "x": 6.72714138031006,
              "y": -14.6092872619629
            },
            {
              "x": -42.5826416015625,
              "y": -37.7697715759277
            },
            {
              "x": 1.04235565662384,
              "y": 32.8861122131348
            },
            {
              "x": 19.1024417877197,
              "y": 11.1885538101196
            },
            {
              "x": 44.4402961730957,
              "y": -7.97029495239258
            },
            {
              "x": 26.325891494751,
              "y": -37.1856842041016
            },
            {
              "x": -23.2363719940186,
              "y": -17.6708068847656
            }
          ],
          "preferred_velocities": [
            {
              "x": 49.8471641540527,
              "y": -33.3955116271973
            },
            {
              "x": -25.0954837799072,
              "y": 54.4996948242188
            },
            {
              "x": 44.8871726989746,
              "y": 39.813835144043
            },
            {
              "x": -1.90080082416534,
              "y": -59.9698867797852
            },
            {
              "x": -51.7730255126953,
              "y": -30.324146270752
            },
            {
              "x": -59.0576972961426,
              "y": 10.5919017791748
            },
            {
              "x": -34.6687889099121,
              "y": 48.970142364502
            },
            {
              "x": 47.758674621582,
              "y": 36.3195381164551
            }
          ],
          "safe_velocities": [
            {
              "x": -1.48078286647797,
              "y": -35.0573310852051
            },
            {
              "x": 29.9504013061523,
              "y": 29.3126888275146
            },
            {
              "x": -7.81011056900024,
              "y": -12.2116737365723
            },
            {
              "x": -5.1303539276123,
              "y": -31.5216426849365
            },
            {
              "x": 57.4198684692383,
              "y": 17.4057006835938
            },
            {
              "x": -1.43828690052032,
              "y": -26.377368927002
            },
            {
              "x": -17.1091041564941,
              "y": -48.4150390625
            },
            {
              "x": 21.3721942901611,
              "y": -43.9814300537109
            }
          ],
          "tick": 612,
          "time_seconds": 10.2
        },
        {
          "executed_velocities": [
            {
              "x": 5.60988140106201,
              "y": -54.2345085144043
            },
            {
              "x": 44.8564071655273,
              "y": 32.6658058166504
            },
            {
              "x": -21.9985446929932,
              "y": 12.6986055374146
            },
            {
              "x": -0.203619539737701,
              "y": -51.2773399353027
            },
            {
              "x": 24.7204360961914,
              "y": 45.3692359924316
            },
            {
              "x": 8.69506454467773,
              "y": -24.4623603820801
            },
            {
              "x": -16.5274295806885,
              "y": 41.7350540161133
            },
            {
              "x": 7.34021425247192,
              "y": -56.1688041687012
            }
          ],
          "positions": [
            {
              "x": -13.1852531433105,
              "y": 0.299815595149994
            },
            {
              "x": 13.775577545166,
              "y": -8.71165084838867
            },
            {
              "x": -46.228328704834,
              "y": -38.5651550292969
            },
            {
              "x": 0.272233456373215,
              "y": 24.8116321563721
            },
            {
              "x": 27.4110202789307,
              "y": 16.7425231933594
            },
            {
              "x": 44.569450378418,
              "y": -12.8195323944092
            },
            {
              "x": 25.1017456054688,
              "y": -41.4862403869629
            },
            {
              "x": -20.5050964355469,
              "y": -27.5636672973633
            }
          ],
          "preferred_velocities": [
            {
              "x": 59.9844932556152,
              "y": -1.36396980285645
            },
            {
              "x": -50.7105712890625,
              "y": 32.0692749023438
            },
            {
              "x": 46.0729064941406,
              "y": 38.4354972839355
            },
            {
              "x": -0.658280909061432,
              "y": -59.9963874816895
            },
            {
              "x": -51.2041053771973,
              "y": -31.2752304077148
            },
            {
              "x": -57.6621589660645,
              "y": 16.5853939056396
            },
            {
              "x": -31.0605983734131,
              "y": 51.3345756530762
            },
            {
              "x": 35.812328338623,
              "y": 48.1401824951172
            }
          ],
          "safe_velocities": [
            {
              "x": 5.60988140106201,
              "y": -54.2345085144043
            },
            {
              "x": 44.8564071655273,
              "y": 32.6658058166504
            },
            {
              "x": -21.9985446929932,
              "y": 12.6986055374146
            },
            {
              "x": -0.203619539737701,
              "y": -51.2773399353027
            },
            {
              "x": 24.7204360961914,
              "y": 45.3692359924316
            },
            {
              "x": 8.69506454467773,
              "y": -24.4623603820801
            },
            {
              "x": -16.5274295806885,
              "y": 41.7350540161133
            },
            {
              "x": 7.34021425247192,
              "y": -56.1688041687012
            }
          ],
          "tick": 624,
          "time_seconds": 10.4
        },
        {
          "executed_velocities": [
            {
              "x": -9.75900459289551,
              "y": -59.0297622680664
            },
            {
              "x": 27.956090927124,
              "y": 20.2508659362793
            },
            {
              "x": 15.8557777404785,
              "y": 42.9088935852051
            },
            {
              "x": -18.766716003418,
              "y": -55.5304565429688
            },
            {
              "x": -44.6620903015137,
              "y": 18.3312034606934
            },
            {
              "x": 11.6899633407593,
              "y": -12.0111618041992
            },
            {
              "x": -5.36976766586304,
              "y": 33.7070503234863
            },
            {
              "x": -9.9615535736084,
              "y": -59.1672821044922
            }
          ],
          "positions": [
            {
              "x": -12.9486989974976,
              "y": -11.2769794464111
            },
            {
              "x": 22.6640110015869,
              "y": -3.3939962387085
            },
            {
              "x": -47.5225448608398,
              "y": -32.565258026123
            },
            {
              "x": -0.234972938895226,
              "y": 13.6281385421753
            },
            {
              "x": 25.136360168457,
              "y": 25.0320777893066
            },
            {
              "x": 47.434814453125,
              "y": -17.4336109161377
            },
            {
              "x": 22.5606536865234,
              "y": -33.1781425476074
            },
            {
              "x": -20.2361793518066,
              "y": -39.322395324707
            }
          ],
          "preferred_velocities": [
            {
              "x": 45.2464828491211,
              "y": 39.4050140380859
            },
            {
              "x": -59.3383331298828,
              "y": 8.88607311248779
            },
            {
              "x": 49.4942398071289,
              "y": 33.9163780212402
            },
            {
              "x": 1.03435122966766,
              "y": -59.9910850524902
            },
            {
              "x": -42.5145072937012,
              "y": -42.3381309509277
            },
            {
              "x": -56.3168907165527,
              "y": 20.6980209350586
            },
            {
              "x": -33.7381057739258,
              "y": 49.6159248352051
            },
            {
              "x": 27.455078125,
              "y": 53.3499641418457
            }
          ],
          "safe_velocities": [
            {
              "x": -9.75900459289551,
              "y": -59.0297622680664
            },
            {
              "x": 27.956090927124,
              "y": 20.2508659362793
            },
            {
              "x": 15.8557777404785,
              "y": 42.9088935852051
            },
            {
              "x": -18.766716003418,
              "y": -55.5304565429688
            },
            {
              "x": -44.6620903015137,
              "y": 18.3312034606934
            },
            {
              "x": 11.6899633407593,
              "y": -12.0111618041992
            },
            {
              "x": -5.36976766586304,
              "y": 33.7070503234863
            },
            {
              "x": -9.9615535736084,
              "y": -59.1672821044922
            }
          ],
          "tick": 636,
          "time_seconds": 10.6
        },
        {
          "executed_velocities": [
            {
              "x": -8.3791389465332,
              "y": -59.4120330810547
            },
            {
              "x": -25.4836349487305,
              "y": 37.7524795532227
            },
            {
              "x": 15.5002899169922,
              "y": 37.8237838745117
            },
            {
              "x": -25.3650436401367,
              "y": -54.3747596740723
            },
            {
              "x": -50.5191764831543,
              "y": 32.369930267334
            },
            {
              "x": -7.53100872039795,
              "y": 28.4529895782471
            },
            {
              "x": -13.4518404006958,
              "y": 39.3326683044434
            },
            {
              "x": -11.0451936721802,
              "y": -57.4148178100586
            }
          ],
          "positions": [
            {
              "x": -15.1526899337769,
              "y": -22.9246959686279
            },
            {
              "x": 24.3325519561768,
              "y": 2.59862947463989
            },
            {
              "x": -44.6755218505859,
              "y": -24.2823066711426
            },
            {
              "x": -3.85518193244934,
              "y": 2.64436149597168
            },
            {
              "x": 15.4934501647949,
              "y": 29.8821697235107
            },
            {
              "x": 47.3990707397461,
              "y": -14.9113502502441
            },
            {
              "x": 21.0853519439697,
              "y": -25.8447322845459
            },
            {
              "x": -22.9795551300049,
              "y": -50.8527870178223
            }
          ],
          "preferred_velocities": [
            {
              "x": 33.0845794677734,
              "y": 50.0540809631348
            },
            {
              "x": -59.6607360839844,
              "y": -6.37155294418335
            },
            {
              "x": 52.7164154052734,
              "y": 28.6527404785156
            },
            {
              "x": 49.4788970947266,
              "y": -33.9387550354004
            },
            {
              "x": -27.6176147460938,
              "y": -53.2660102844238
            },
            {
              "x": -57.2346153259277,
              "y": 18.0055294036865
            },
            {
              "x": -37.9292144775391,
              "y": 46.4905853271484
            },
            {
              "x": 24.7075080871582,
              "y": 54.6766777038574
            }
          ],
          "safe_velocities": [
            {
              "x": -8.3791389465332,
              "y": -59.4120330810547
            },
            {
              "x": -25.4836349487305,
              "y": 37.7524795532227
            },
            {
              "x": 15.5002899169922,
              "y": 37.8237838745117
            },
            {
              "x": -25.3650436401367,
              "y": -54.3747596740723
            },
            {
              "x": -50.5191764831543,
              "y": 32.369930267334
            },
            {
              "x": -7.53100872039795,
              "y": 28.4529895782471
            },
            {
              "x": -13.4518404006958,
              "y": 39.3326683044434
            },
            {
              "x": -11.0451936721802,
              "y": -57.4148178100586
            }
          ],
          "tick": 648,
          "time_seconds": 10.8
        },
        {
          "executed_velocities": [
            {
              "x": 2.30379867553711,
              "y": -57.7992134094238
            },
            {
              "x": -42.3401031494141,
              "y": 42.5125350952148
            },
            {
              "x": -3.88288331031799,
              "y": 34.8470764160156
            },
            {
              "x": -37.4835815429688,
              "y": -46.8506164550781
            },
            {
              "x": -42.1025733947754,
              "y": 42.7477874755859
            },
            {
              "x": -24.7783451080322,
              "y": 17.1616039276123
            },
            {
              "x": -29.9771823883057,
              "y": 42.8796768188477
            },
            {
              "x": -17.4750785827637,
              "y": -51.9689750671387
            }
          ],
          "positions": [
            {
              "x": -17.7944641113281,
              "y": -34.4581756591797
            },
            {
              "x": 16.2830009460449,
              "y": 10.5377492904663
            },
            {
              "x": -43.8641624450684,
              "y": -17.0278205871582
            },
            {
              "x": -10.3246574401855,
              "y": -7.44152784347534
            },
            {
              "x": 6.4691219329834,
              "y": 37.7287368774414
            },
            {
              "x": 43.9538650512695,
              "y": -10.5047779083252
            },
            {
              "x": 16.4928970336914,
              "y": -17.4724063873291
            },
            {
              "x": -25.4595432281494,
              "y": -62.4329528808594
            }
          ],
          "preferred_velocities": [
            {
              "x": 27.5303020477295,
              "y": 53.3111877441406
            },
            {
              "x": -50.371826171875,
              "y": -32.598762512207
            },
            {
              "x": 55.9333915710449,
              "y": 21.7130279541016
            },
            {
              "x": 48.674674987793,
              "y": 35.0824165344238
            },
            {
              "x": -10.1398668289185,
              "y": -59.1369819641113
            },
            {
              "x": -58.3565139770508,
              "y": 13.9469470977783
            },
            {
              "x": -41.1857681274414,
              "y": 43.631778717041
            },
            {
              "x": 22.6560497283936,
              "y": 55.5581092834473
            }
          ],
          "safe_velocities": [
            {
              "x": 2.30379867553711,
              "y": -57.7992134094238
            },
            {
              "x": -42.3401031494141,
              "y": 42.5125350952148
            },
            {
              "x": -3.88288331031799,
              "y": 34.8470764160156
            },
            {
              "x": -37.4835815429688,
              "y": -46.8506164550781
            },
            {
              "x": -42.1025733947754,
              "y": 42.7477874755859
            },
            {
              "x": -24.7783451080322,
              "y": 17.1616039276123
            },
            {
              "x": -29.9771823883057,
              "y": 42.8796768188477
            },
            {
              "x": -17.4750785827637,
              "y": -51.9689750671387
            }
          ],
          "tick": 660,
          "time_seconds": 11.0
        },
        {
          "executed_velocities": [
            {
              "x": 20.5080738067627,
              "y": 11.0539083480835
            },
            {
              "x": -36.2078170776367,
              "y": 15.9427919387817
            },
            {
              "x": -53.1322212219238,
              "y": 27.8741226196289
            },
            {
              "x": -60.0,
              "y": -0.00446417182683945
            },
            {
              "x": -4.9782247543335,
              "y": 18.6509952545166
            },
            {
              "x": -58.6252746582031,
              "y": 12.7701549530029
            },
            {
              "x": -59.0985641479492,
              "y": 10.3614320755005
            },
            {
              "x": -0.174995839595795,
              "y": 31.7552013397217
            }
          ],
          "positions": [
            {
              "x": -13.8147754669189,
              "y": -39.5835037231445
            },
            {
              "x": 8.68444919586182,
              "y": 17.0151062011719
            },
            {
              "x": -49.074146270752,
              "y": -9.67588043212891
            },
            {
              "x": -20.8033065795898,
              "y": -11.5458641052246
            },
            {
              "x": 1.44948852062225,
              "y": 45.0447235107422
            },
            {
              "x": 35.590202331543,
              "y": -7.75249862670898
            },
            {
              "x": 6.98785829544067,
              "y": -11.7208471298218
            },
            {
              "x": -28.3874759674072,
              "y": -64.3598861694336
            }
          ],
          "preferred_velocities": [
            {
              "x": 19.7707195281982,
              "y": 56.6490859985352
            },
            {
              "x": -27.2763786315918,
              "y": -53.4415550231934
            },
            {
              "x": 58.8666763305664,
              "y": 11.6066598892212
            },
            {
              "x": 52.4617729187012,
              "y": 29.1163578033447
            },
            {
              "x": -1.92973363399506,
              "y": -59.9689598083496
            },
            {
              "x": -58.6252784729004,
              "y": 12.7701549530029
            },
            {
              "x": -30.725269317627,
              "y": 51.5359878540039
            },
            {
              "x": 24.2137069702148,
              "y": 54.897144317627
            }
          ],
          "safe_velocities": [
            {
              "x": 20.5080738067627,
              "y": 11.0539083480835
            },
            {
              "x": -36.2078170776367,
              "y": 15.9427919387817
            },
            {
              "x": -53.1322212219238,
              "y": 27.8741226196289
            },
            {
              "x": -60.0,
              "y": -0.00446417182683945
            },
            {
              "x": -4.9782247543335,
              "y": 18.6509952545166
            },
            {
              "x": -58.6252746582031,
              "y": 12.7701549530029
            },
            {
              "x": -59.0985641479492,
              "y": 10.3614320755005
            },
            {
              "x": -0.174995839595795,
              "y": 31.7552013397217
            }
          ],
          "tick": 672,
          "time_seconds": 11.2
        },
        {
          "executed_velocities": [
            {
              "x": 55.3440895080566,
              "y": 23.1739406585693
            },
            {
              "x": -19.1006011962891,
              "y": 17.8339614868164
            },
            {
              "x": -52.1019744873047,
              "y": 29.7554054260254
            },
            {
              "x": -55.9731407165527,
              "y": 3.19320797920227
            },
            {
              "x": -4.53166437149048,
              "y": 18.382474899292
            },
            {
              "x": -58.1231002807617,
              "y": 12.7145624160767
            },
            {
              "x": -54.9733848571777,
              "y": 24.0401077270508
            },
            {
              "x": 27.6878070831299,
              "y": 49.6043014526367
            }
          ],
          "positions": [
            {
              "x": -7.32302284240723,
              "y": -37.2912330627441
            },
            {
              "x": 3.16418409347534,
              "y": 20.3752613067627
            },
            {
              "x": -59.9503173828125,
              "y": -4.67682504653931
            },
            {
              "x": -32.7187614440918,
              "y": -11.3183174133301
            },
            {
              "x": 0.631560087203979,
              "y": 48.598560333252
            },
            {
              "x": 23.8669548034668,
              "y": -5.19845867156982
            },
            {
              "x": -4.7327127456665,
              "y": -9.19289684295654
            },
            {
              "x": -26.9768600463867,
              "y": -56.8912162780762
            }
          ],
          "preferred_velocities": [
            {
              "x": 11.5616159439087,
              "y": 58.8755378723145
            },
            {
              "x": -9.20735931396484,
              "y": -59.2893295288086
            },
            {
              "x": 59.8182525634766,
              "y": 4.66652250289917
            },
            {
              "x": 56.7031364440918,
              "y": 19.6151714324951
            },
            {
              "x": -0.779661059379578,
              "y": -59.9949340820313
            },
            {
              "x": -58.6254806518555,
              "y": 12.7692098617554
            },
            {
              "x": 27.4635372161865,
              "y": 53.3456153869629
            },
            {
              "x": 25.7072734832764,
              "y": 54.2137985229492
            }
          ],
          "safe_velocities": [
            {
              "x": 55.3440895080566,
              "y": 23.1739406585693
            },
            {
              "x": -19.1006011962891,
              "y": 17.8339614868164
            },
            {
              "x": -52.1019744873047,
              "y": 29.7554054260254
            },
            {
              "x": -55.9731407165527,
              "y": 3.19320797920227
            },
            {
              "x": -4.53166437149048,
              "y": 18.382474899292
            },
            {
              "x": -58.1231002807617,
              "y": 12.7145624160767
            },
            {
              "x": -54.9733848571777,
              "y": 24.0401077270508
            },
            {
              "x": 27.6878070831299,
              "y": 49.6043014526367
            }
          ],
          "tick": 684,
          "time_seconds": 11.4
        },
        {
          "executed_velocities": [
            {
              "x": 39.2172012329102,
              "y": 32.1787147521973
            },
            {
              "x": -12.8949165344238,
              "y": 25.9908351898193
            },
            {
              "x": 0.420089244842529,
              "y": 53.9158821105957
            },
            {
              "x": -49.1734275817871,
              "y": -15.0169773101807
            },
            {
              "x": 1.38159036636353,
              "y": 26.5899658203125
            },
            {
              "x": -56.0663185119629,
              "y": 21.3674468994141
            },
            {
              "x": -50.373104095459,
              "y": -0.969035923480988
            },
            {
              "x": 25.3860454559326,
              "y": 54.3649597167969
            }
          ],
          "positions": [
            {
              "x": 1.97270059585571,
              "y": -31.4879837036133
            },
            {
              "x": 0.05784572660923,
              "y": 24.6148853302002
            },
            {
              "x": -66.3538513183594,
              "y": 4.4449667930603
            },
            {
              "x": -43.6844367980957,
              "y": -12.4116640090942
            },
            {
              "x": 0.099721260368824,
              "y": 53.0189514160156
            },
            {
              "x": 12.4265727996826,
              "y": -1.8569141626358
            },
            {
              "x": -15.9873809814453,
              "y": -7.3514552116394
            },
            {
              "x": -21.6933212280273,
              "y": -46.4568748474121
            }
          ],
          "preferred_velocities": [
            {
              "x": -3.75160360336304,
              "y": 59.8825988769531
            },
            {
              "x": -0.141001418232918,
              "y": -59.9998321533203
            },
            {
              "x": 59.8658294677734,
              "y": -4.01034212112427
            },
            {
              "x": 57.7156639099121,
              "y": 16.398229598999
            },
            {
              "x": -0.112851433455944,
              "y": -59.9998931884766
            },
            {
              "x": -59.3411254882813,
              "y": 8.86739826202393
            },
            {
              "x": 54.5129737854004,
              "y": 25.0666255950928
            },
            {
              "x": 25.3860473632813,
              "y": 54.3649597167969
            }
          ],
          "safe_velocities": [
            {
              "x": 39.2172012329102,
              "y": 32.1787147521973
            },
            {
              "x": -12.8949165344238,
              "y": 25.9908351898193
            },
            {
              "x": 0.420089244842529,
              "y": 53.9158821105957
            },
            {
              "x": -49.1734275817871,
              "y": -15.0169773101807
            },
            {
              "x": 1.38159036636353,
              "y": 26.5899658203125
            },
            {
              "x": -56.0663185119629,
              "y": 21.3674468994141
            },
            {
              "x": -50.373104095459,
              "y": -0.969035923480988
            },
            {
              "x": 25.3860454559326,
              "y": 54.3649597167969
            }
          ],
          "tick": 696,
          "time_seconds": 11.6
        },
        {
          "executed_velocities": [
            {
              "x": 25.4393749237061,
              "y": 54.3400230407715
            },
            {
              "x": -43.4489440917969,
              "y": 41.3786010742188
            },
            {
              "x": 22.9773826599121,
              "y": -2.08694267272949
            },
            {
              "x": 27.8005790710449,
              "y": -0.886897087097168
            },
            {
              "x": 22.4871940612793,
              "y": 24.7578582763672
            },
            {
              "x": -9.18493938446045,
              "y": 58.9452362060547
            },
            {
              "x": 4.94542121887207,
              "y": 38.7848281860352
            },
            {
              "x": 25.2967586517334,
              "y": 54.4065628051758
            }
          ],
          "positions": [
            {
              "x": 8.70685005187988,
              "y": -23.620174407959
            },
            {
              "x": -3.94941592216492,
              "y": 30.4427757263184
            },
            {
              "x": -64.9005508422852,
              "y": 11.2900667190552
            },
            {
              "x": -47.1573219299316,
              "y": -15.8165998458862
            },
            {
              "x": 1.97719955444336,
              "y": 58.1904335021973
            },
            {
              "x": 7.31477069854736,
              "y": 5.05743026733398
            },
            {
              "x": -20.6951141357422,
              "y": -3.81453394889832
            },
            {
              "x": -16.5790042877197,
              "y": -35.6570053100586
            }
          ],
          "preferred_velocities": [
            {
              "x": -20.7521438598633,
              "y": 56.2969665527344
            },
            {
              "x": 7.71925830841064,
              "y": -59.5013694763184
            },
            {
              "x": 59.1122398376465,
              "y": -10.2831344604492
            },
            {
              "x": 56.8856201171875,
              "y": 19.0794773101807
            },
            {
              "x": -2.03750944137573,
              "y": -59.9653968811035
            },
            {
              "x": -49.3524932861328,
              "y": -34.1222991943359
            },
            {
              "x": 59.0060348510742,
              "y": 10.8760223388672
            },
            {
              "x": 25.2967586517334,
              "y": 54.4065628051758
            }
          ],
          "safe_velocities": [
            {
              "x": 25.4393749237061,
              "y": 54.3400230407715
            },
            {
              "x": -43.4489440917969,
              "y": 41.3786010742188
            },
            {
              "x": 22.9773826599121,
              "y": -2.08694267272949
            },
            {
              "x": 27.8005790710449,
              "y": -0.886897087097168
            },
            {
              "x": 22.4871940612793,
              "y": 24.7578582763672
            },
            {
              "x": -9.18493938446045,
              "y": 58.9452362060547
            },
            {
              "x": 4.94542121887207,
              "y": 38.7848281860352
            },
            {
              "x": 25.2967586517334,
              "y": 54.4065628051758
            }
          ],
          "tick": 708,
          "time_seconds": 11.8
        }
      ],
      "warmup_callback_counts": [
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2
      ],
      "warmup_complete": true
    },
    "mixed_radius_speed": {
      "agents": [
        {
          "callback_count": 281,
          "final_position": {
            "x": 268.147888183594,
            "y": -16.3689727783203
          },
          "first_meaningful_correction_distance": 258.027648925781,
          "first_meaningful_correction_seconds": 0.9,
          "first_meaningful_correction_tick": 54,
          "goal": {
            "x": 300.0,
            "y": -16.0
          },
          "index": 0,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 1.49058505285726,
            "maximum_velocity_delta": 2.60148358345032,
            "meaningful_sample_count": 94,
            "minimum_safe_speed_ratio": 0.994353713989258,
            "sample_count": 281
          },
          "progress": 468.145751953125,
          "start_position": {
            "x": -200.0,
            "y": -16.0
          }
        },
        {
          "callback_count": 281,
          "final_position": {
            "x": -80.7351379394531,
            "y": 19.2115726470947
          },
          "first_meaningful_correction_distance": 260.654083251953,
          "first_meaningful_correction_seconds": 0.883333333333333,
          "first_meaningful_correction_tick": 53,
          "goal": {
            "x": -300.0,
            "y": 16.0
          },
          "index": 1,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 7.03146716089021,
            "maximum_velocity_delta": 7.35871553421021,
            "meaningful_sample_count": 97,
            "minimum_safe_speed_ratio": 0.98851375579834,
            "sample_count": 281
          },
          "progress": 280.711624145508,
          "start_position": {
            "x": 200.0,
            "y": 16.0
          }
        }
      ],
      "avoidance_overlap_tick_count": 0,
      "completed": true,
      "duration_seconds": 4.68333333333333,
      "finite": true,
      "id": "mixed_radius_speed",
      "map_iteration_id": 1,
      "maximum_application_candidate_upper_bound": 1,
      "minimum_clearance_tick": 150,
      "minimum_signed_clearance": 0.0301017761230469,
      "minimum_static_clearance_tick": null,
      "minimum_static_signed_clearance": null,
      "parameters": {
        "agents": [
          {
            "current_velocity": "(100.0, 0.0)",
            "goal": "(300.0, -16.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 100.0,
            "neighbor_distance": 500.0,
            "position": "(-200.0, -16.0)",
            "preferred_speed": 100.0,
            "preferred_velocity": "(100.0, 0.0)",
            "priority": 1.0,
            "radius": 12.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(-60.0, 0.0)",
            "goal": "(-300.0, 16.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 60.0,
            "neighbor_distance": 500.0,
            "position": "(200.0, 16.0)",
            "preferred_speed": 60.0,
            "preferred_velocity": "(-60.0, 0.0)",
            "priority": 1.0,
            "radius": 28.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "id": "mixed_radius_speed",
        "pass_conditions": [
          {
            "agent": 0,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 1,
            "axis": "x",
            "direction": -1.0,
            "threshold": -80.0
          }
        ],
        "timeout_seconds": 12.0,
        "trace_stride": 6
      },
      "physics_collision_shapes_present": false,
      "physics_contact_count": null,
      "physics_ticks_per_second": 60.0,
      "ticks_executed": 281,
      "trace": [
        {
          "executed_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -200.0,
              "y": -16.0
            },
            {
              "x": 200.0,
              "y": 16.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "tick": 0,
          "time_seconds": 0.0
        },
        {
          "executed_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -189.999969482422,
              "y": -16.0
            },
            {
              "x": 194.0,
              "y": 16.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "tick": 6,
          "time_seconds": 0.1
        },
        {
          "executed_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -179.999938964844,
              "y": -16.0
            },
            {
              "x": 188.0,
              "y": 16.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "tick": 12,
          "time_seconds": 0.2
        },
        {
          "executed_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -169.999908447266,
              "y": -16.0
            },
            {
              "x": 182.0,
              "y": 16.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "tick": 18,
          "time_seconds": 0.3
        },
        {
          "executed_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -159.999877929688,
              "y": -16.0
            },
            {
              "x": 176.0,
              "y": 16.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "tick": 24,
          "time_seconds": 0.4
        },
        {
          "executed_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -149.999847412109,
              "y": -16.0
            },
            {
              "x": 170.0,
              "y": 16.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "tick": 30,
          "time_seconds": 0.5
        },
        {
          "executed_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -139.999816894531,
              "y": -16.0
            },
            {
              "x": 164.0,
              "y": 16.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "tick": 36,
          "time_seconds": 0.6
        },
        {
          "executed_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -129.999786376953,
              "y": -16.0
            },
            {
              "x": 158.0,
              "y": 16.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "tick": 42,
          "time_seconds": 0.7
        },
        {
          "executed_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -119.999794006348,
              "y": -16.0
            },
            {
              "x": 152.0,
              "y": 16.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 100.0,
              "y": 0.0
            },
            {
              "x": -60.0,
              "y": 0.0
            }
          ],
          "tick": 48,
          "time_seconds": 0.8
        },
        {
          "executed_velocities": [
            {
              "x": 99.4891052246094,
              "y": -1.00923764705658
            },
            {
              "x": -59.3000640869141,
              "y": 1.53421020507813
            }
          ],
          "positions": [
            {
              "x": -110.009376525879,
              "y": -16.0156478881836
            },
            {
              "x": 146.020050048828,
              "y": 16.0343494415283
            }
          ],
          "preferred_velocities": [
            {
              "x": 100.0,
              "y": 0.00381647073663771
            },
            {
              "x": -60.0,
              "y": -0.00462079327553511
            }
          ],
          "safe_velocities": [
            {
              "x": 99.4891052246094,
              "y": -1.00923764705658
            },
            {
              "x": -59.3000640869141,
              "y": 1.53421020507813
            }
          ],
          "tick": 54,
          "time_seconds": 0.9
        },
        {
          "executed_velocities": [
            {
              "x": 99.9280014038086,
              "y": -2.23658180236816
            },
            {
              "x": -59.9106178283691,
              "y": 2.79256653785706
            }
          ],
          "positions": [
            {
              "x": -100.055290222168,
              "y": -16.1854038238525
            },
            {
              "x": 140.071990966797,
              "y": 16.2618656158447
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9999923706055,
              "y": 0.0463445484638214
            },
            {
              "x": -59.9999923706055,
              "y": -0.0357031002640724
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9280014038086,
              "y": -2.23658180236816
            },
            {
              "x": -59.9106178283691,
              "y": 2.79256653785706
            }
          ],
          "tick": 60,
          "time_seconds": 1.0
        },
        {
          "executed_velocities": [
            {
              "x": 99.9263916015625,
              "y": -2.22757458686829
            },
            {
              "x": -59.9084548950195,
              "y": 2.82014060020447
            }
          ],
          "positions": [
            {
              "x": -90.0625762939453,
              "y": -16.4091453552246
            },
            {
              "x": 134.081039428711,
              "y": 16.5424766540527
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9999465942383,
              "y": 0.104892186820507
            },
            {
              "x": -59.9999542236328,
              "y": -0.0749827101826668
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9263916015625,
              "y": -2.22757458686829
            },
            {
              "x": -59.9084548950195,
              "y": 2.82014060020447
            }
          ],
          "tick": 66,
          "time_seconds": 1.1
        },
        {
          "executed_velocities": [
            {
              "x": 99.9251327514648,
              "y": -2.20409941673279
            },
            {
              "x": -59.9063491821289,
              "y": 2.84371185302734
            }
          ],
          "positions": [
            {
              "x": -80.0699844360352,
              "y": -16.6309432983398
            },
            {
              "x": 128.090270996094,
              "y": 16.8254547119141
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9998626708984,
              "y": 0.166006907820702
            },
            {
              "x": -59.9998893737793,
              "y": -0.115693338215351
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9251327514648,
              "y": -2.20409941673279
            },
            {
              "x": -59.9063491821289,
              "y": 2.84371185302734
            }
          ],
          "tick": 72,
          "time_seconds": 1.2
        },
        {
          "executed_velocities": [
            {
              "x": 99.923828125,
              "y": -2.17805361747742
            },
            {
              "x": -59.9040794372559,
              "y": 2.86987948417664
            }
          ],
          "positions": [
            {
              "x": -70.0775299072266,
              "y": -16.8502922058105
            },
            {
              "x": 122.099731445313,
              "y": 17.1108932495117
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9997406005859,
              "y": 0.229759976267815
            },
            {
              "x": -59.9997940063477,
              "y": -0.157909035682678
            }
          ],
          "safe_velocities": [
            {
              "x": 99.923828125,
              "y": -2.17805361747742
            },
            {
              "x": -59.9040794372559,
              "y": 2.86987948417664
            }
          ],
          "tick": 78,
          "time_seconds": 1.3
        },
        {
          "executed_velocities": [
            {
              "x": 99.9224853515625,
              "y": -2.14890742301941
            },
            {
              "x": -59.9016151428223,
              "y": 2.89919233322144
            }
          ],
          "positions": [
            {
              "x": -60.085205078125,
              "y": -17.0669136047363
            },
            {
              "x": 116.109420776367,
              "y": 17.3990745544434
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9995574951172,
              "y": 0.296293467283249
            },
            {
              "x": -59.9996604919434,
              "y": -0.201735392212868
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9224853515625,
              "y": -2.14890742301941
            },
            {
              "x": -59.9016151428223,
              "y": 2.89919233322144
            }
          ],
          "tick": 84,
          "time_seconds": 1.4
        },
        {
          "executed_velocities": [
            {
              "x": 99.9211196899414,
              "y": -2.11594820022583
            },
            {
              "x": -59.8989372253418,
              "y": 2.93238067626953
            }
          ],
          "positions": [
            {
              "x": -50.0930137634277,
              "y": -17.2804660797119
            },
            {
              "x": 110.11937713623,
              "y": 17.6903419494629
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9993286132813,
              "y": 0.365747779607773
            },
            {
              "x": -59.9994926452637,
              "y": -0.247293025255203
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9211196899414,
              "y": -2.11594820022583
            },
            {
              "x": -59.8989372253418,
              "y": 2.93238067626953
            }
          ],
          "tick": 90,
          "time_seconds": 1.5
        },
        {
          "executed_velocities": [
            {
              "x": 99.9197540283203,
              "y": -2.07820796966553
            },
            {
              "x": -59.89599609375,
              "y": 2.97043704986572
            }
          ],
          "positions": [
            {
              "x": -40.100959777832,
              "y": -17.4905319213867
            },
            {
              "x": 104.129608154297,
              "y": 17.9851226806641
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9990386962891,
              "y": 0.438257396221161
            },
            {
              "x": -59.9992828369141,
              "y": -0.294722110033035
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9197540283203,
              "y": -2.07820796966553
            },
            {
              "x": -59.89599609375,
              "y": 2.97043704986572
            }
          ],
          "tick": 96,
          "time_seconds": 1.6
        },
        {
          "executed_velocities": [
            {
              "x": 99.9184188842773,
              "y": -2.03432774543762
            },
            {
              "x": -59.8927230834961,
              "y": 3.01476311683655
            }
          ],
          "positions": [
            {
              "x": -30.1090431213379,
              "y": -17.6965847015381
            },
            {
              "x": 98.14013671875,
              "y": 18.2839527130127
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9986801147461,
              "y": 0.5139399766922
            },
            {
              "x": -59.9990119934082,
              "y": -0.344187617301941
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9184188842773,
              "y": -2.03432774543762
            },
            {
              "x": -59.8927230834961,
              "y": 3.01476311683655
            }
          ],
          "tick": 102,
          "time_seconds": 1.7
        },
        {
          "executed_velocities": [
            {
              "x": 99.9171752929688,
              "y": -1.98229575157166
            },
            {
              "x": -59.889045715332,
              "y": 3.06744313240051
            }
          ],
          "positions": [
            {
              "x": -20.1172542572021,
              "y": -17.8979244232178
            },
            {
              "x": 92.1510162353516,
              "y": 18.5875453948975
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9982452392578,
              "y": 0.592873752117157
            },
            {
              "x": -59.9986915588379,
              "y": -0.395891726016998
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9171752929688,
              "y": -1.98229575157166
            },
            {
              "x": -59.889045715332,
              "y": 3.06744313240051
            }
          ],
          "tick": 108,
          "time_seconds": 1.8
        },
        {
          "executed_velocities": [
            {
              "x": 99.9161071777344,
              "y": -1.91904163360596
            },
            {
              "x": -59.8848457336426,
              "y": 3.13166761398315
            }
          ],
          "positions": [
            {
              "x": -10.1255826950073,
              "y": -18.0936260223389
            },
            {
              "x": 86.1622772216797,
              "y": 18.8968544006348
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9977188110352,
              "y": 0.675074338912964
            },
            {
              "x": -59.9983139038086,
              "y": -0.450086355209351
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9161071777344,
              "y": -1.91904163360596
            },
            {
              "x": -59.8848457336426,
              "y": 3.13166761398315
            }
          ],
          "tick": 114,
          "time_seconds": 1.9
        },
        {
          "executed_velocities": [
            {
              "x": 99.9153823852539,
              "y": -1.83949959278107
            },
            {
              "x": -59.8798980712891,
              "y": 3.21272826194763
            }
          ],
          "positions": [
            {
              "x": -0.134004354476929,
              "y": -18.2823753356934
            },
            {
              "x": 80.1739959716797,
              "y": 19.2132339477539
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9971008300781,
              "y": 0.760430037975311
            },
            {
              "x": -59.9978561401367,
              "y": -0.507102429866791
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9153823852539,
              "y": -1.83949959278107
            },
            {
              "x": -59.8798980712891,
              "y": 3.21272826194763
            }
          ],
          "tick": 120,
          "time_seconds": 2.0
        },
        {
          "executed_velocities": [
            {
              "x": 99.9153442382813,
              "y": -1.73453545570374
            },
            {
              "x": -59.873836517334,
              "y": 3.32028388977051
            }
          ],
          "positions": [
            {
              "x": 9.85752582550049,
              "y": -18.4622097015381
            },
            {
              "x": 74.1862411499023,
              "y": 19.5387172698975
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9964065551758,
              "y": 0.848590314388275
            },
            {
              "x": -59.9973182678223,
              "y": -0.567400693893433
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9153442382813,
              "y": -1.73453545570374
            },
            {
              "x": -59.873836517334,
              "y": 3.32028388977051
            }
          ],
          "tick": 126,
          "time_seconds": 2.1
        },
        {
          "executed_velocities": [
            {
              "x": 99.916618347168,
              "y": -1.58530807495117
            },
            {
              "x": -59.8658561706543,
              "y": 3.47452855110168
            }
          ],
          "positions": [
            {
              "x": 19.8490982055664,
              "y": -18.6299266815186
            },
            {
              "x": 68.1991806030273,
              "y": 19.8766613006592
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9955978393555,
              "y": 0.938712239265442
            },
            {
              "x": -59.9966735839844,
              "y": -0.63168740272522
            }
          ],
          "safe_velocities": [
            {
              "x": 99.916618347168,
              "y": -1.58530807495117
            },
            {
              "x": -59.8658561706543,
              "y": 3.47452855110168
            }
          ],
          "tick": 132,
          "time_seconds": 2.2
        },
        {
          "executed_velocities": [
            {
              "x": 99.9209671020508,
              "y": -1.34349894523621
            },
            {
              "x": -59.8537788391113,
              "y": 3.72861576080322
            }
          ],
          "positions": [
            {
              "x": 29.8409042358398,
              "y": -18.7795009613037
            },
            {
              "x": 62.2130508422852,
              "y": 20.2334785461426
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9947128295898,
              "y": 1.02878415584564
            },
            {
              "x": -59.995906829834,
              "y": -0.701220989227295
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9209671020508,
              "y": -1.34349894523621
            },
            {
              "x": -59.8537788391113,
              "y": 3.72861576080322
            }
          ],
          "tick": 138,
          "time_seconds": 2.3
        },
        {
          "executed_velocities": [
            {
              "x": 99.935417175293,
              "y": -0.813994228839874
            },
            {
              "x": -59.8267517089844,
              "y": 4.31199312210083
            }
          ],
          "positions": [
            {
              "x": 39.8334503173828,
              "y": -18.896125793457
            },
            {
              "x": 56.2285499572754,
              "y": 20.6255149841309
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9938049316406,
              "y": 1.113112449646
            },
            {
              "x": -59.9949417114258,
              "y": -0.779015362262726
            }
          ],
          "safe_velocities": [
            {
              "x": 99.935417175293,
              "y": -0.813994228839874
            },
            {
              "x": -59.8267517089844,
              "y": 4.31199312210083
            }
          ],
          "tick": 144,
          "time_seconds": 2.4
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15827894210815
            },
            {
              "x": -59.9935646057129,
              "y": -0.878707587718964
            }
          ],
          "positions": [
            {
              "x": 49.8294296264648,
              "y": -18.8978672027588
            },
            {
              "x": 50.2508583068848,
              "y": 21.1300182342529
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15827894210815
            },
            {
              "x": -59.9935646057129,
              "y": -0.878707587718964
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15827894210815
            },
            {
              "x": -59.9935646057129,
              "y": -0.878707587718964
            }
          ],
          "tick": 150,
          "time_seconds": 2.5
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15827977657318
            },
            {
              "x": -59.9935646057129,
              "y": -0.878708124160767
            }
          ],
          "positions": [
            {
              "x": 59.8287506103516,
              "y": -18.7820415496826
            },
            {
              "x": 44.2514991760254,
              "y": 21.0421504974365
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15827977657318
            },
            {
              "x": -59.9935646057129,
              "y": -0.878708124160767
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15827977657318
            },
            {
              "x": -59.9935646057129,
              "y": -0.878708124160767
            }
          ],
          "tick": 156,
          "time_seconds": 2.6
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15828061103821
            },
            {
              "x": -59.9935607910156,
              "y": -0.87870866060257
            }
          ],
          "positions": [
            {
              "x": 69.8280868530273,
              "y": -18.6662158966064
            },
            {
              "x": 38.252140045166,
              "y": 20.9542827606201
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15828084945679
            },
            {
              "x": -59.9935607910156,
              "y": -0.87870866060257
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15828061103821
            },
            {
              "x": -59.9935607910156,
              "y": -0.87870866060257
            }
          ],
          "tick": 162,
          "time_seconds": 2.7
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.1582818031311
            },
            {
              "x": -59.9935607910156,
              "y": -0.878709197044373
            }
          ],
          "positions": [
            {
              "x": 79.8274307250977,
              "y": -18.5503902435303
            },
            {
              "x": 32.2527809143066,
              "y": 20.8664150238037
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15828192234039
            },
            {
              "x": -59.9935607910156,
              "y": -0.878709197044373
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.1582818031311
            },
            {
              "x": -59.9935607910156,
              "y": -0.878709197044373
            }
          ],
          "tick": 168,
          "time_seconds": 2.8
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15828311443329
            },
            {
              "x": -59.9935607910156,
              "y": -0.878709852695465
            }
          ],
          "positions": [
            {
              "x": 89.826774597168,
              "y": -18.4345645904541
            },
            {
              "x": 26.2534217834473,
              "y": 20.7785472869873
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15828323364258
            },
            {
              "x": -59.9935607910156,
              "y": -0.878709852695465
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15828311443329
            },
            {
              "x": -59.9935607910156,
              "y": -0.878709852695465
            }
          ],
          "tick": 174,
          "time_seconds": 2.9
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15828454494476
            },
            {
              "x": -59.9935607910156,
              "y": -0.878710389137268
            }
          ],
          "positions": [
            {
              "x": 99.8261184692383,
              "y": -18.3187389373779
            },
            {
              "x": 20.2540626525879,
              "y": 20.6906795501709
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15828466415405
            },
            {
              "x": -59.9935607910156,
              "y": -0.878710389137268
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15828454494476
            },
            {
              "x": -59.9935607910156,
              "y": -0.878710389137268
            }
          ],
          "tick": 180,
          "time_seconds": 3.0
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15828609466553
            },
            {
              "x": -59.9935607910156,
              "y": -0.878711044788361
            }
          ],
          "positions": [
            {
              "x": 109.825462341309,
              "y": -18.2029132843018
            },
            {
              "x": 14.2547035217285,
              "y": 20.6028118133545
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15828621387482
            },
            {
              "x": -59.9935607910156,
              "y": -0.878711044788361
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15828609466553
            },
            {
              "x": -59.9935607910156,
              "y": -0.878711044788361
            }
          ],
          "tick": 186,
          "time_seconds": 3.1
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15828776359558
            },
            {
              "x": -59.9935646057129,
              "y": -0.878711819648743
            }
          ],
          "positions": [
            {
              "x": 119.824806213379,
              "y": -18.0870876312256
            },
            {
              "x": 8.25534439086914,
              "y": 20.5149440765381
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15828788280487
            },
            {
              "x": -59.9935646057129,
              "y": -0.878711819648743
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15828776359558
            },
            {
              "x": -59.9935646057129,
              "y": -0.878711819648743
            }
          ],
          "tick": 192,
          "time_seconds": 3.2
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.1582897901535
            },
            {
              "x": -59.9935607910156,
              "y": -0.87871241569519
            }
          ],
          "positions": [
            {
              "x": 129.824142456055,
              "y": -17.9712619781494
            },
            {
              "x": 2.25598812103271,
              "y": 20.4270763397217
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15828990936279
            },
            {
              "x": -59.9935607910156,
              "y": -0.87871241569519
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.1582897901535
            },
            {
              "x": -59.9935607910156,
              "y": -0.87871241569519
            }
          ],
          "tick": 198,
          "time_seconds": 3.3
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15829157829285
            },
            {
              "x": -59.9935646057129,
              "y": -0.878713190555573
            }
          ],
          "positions": [
            {
              "x": 139.823440551758,
              "y": -17.8554363250732
            },
            {
              "x": -3.74336814880371,
              "y": 20.3392086029053
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15829169750214
            },
            {
              "x": -59.9935646057129,
              "y": -0.878713190555573
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15829157829285
            },
            {
              "x": -59.9935646057129,
              "y": -0.878713190555573
            }
          ],
          "tick": 204,
          "time_seconds": 3.4
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15829372406006
            },
            {
              "x": -59.9935646057129,
              "y": -0.87871390581131
            }
          ],
          "positions": [
            {
              "x": 149.822738647461,
              "y": -17.7396106719971
            },
            {
              "x": -9.74272537231445,
              "y": 20.2513408660889
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15829384326935
            },
            {
              "x": -59.9935646057129,
              "y": -0.87871390581131
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15829372406006
            },
            {
              "x": -59.9935646057129,
              "y": -0.87871390581131
            }
          ],
          "tick": 210,
          "time_seconds": 3.5
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15829622745514
            },
            {
              "x": -59.9935646057129,
              "y": -0.878714680671692
            }
          ],
          "positions": [
            {
              "x": 159.822036743164,
              "y": -17.6237850189209
            },
            {
              "x": -15.7420845031738,
              "y": 20.1634731292725
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15829634666443
            },
            {
              "x": -59.9935646057129,
              "y": -0.878714680671692
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15829622745514
            },
            {
              "x": -59.9935646057129,
              "y": -0.878714680671692
            }
          ],
          "tick": 216,
          "time_seconds": 3.6
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.1582989692688
            },
            {
              "x": -59.9935646057129,
              "y": -0.878715455532074
            }
          ],
          "positions": [
            {
              "x": 169.821334838867,
              "y": -17.5079593658447
            },
            {
              "x": -21.7414436340332,
              "y": 20.0756053924561
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15829908847809
            },
            {
              "x": -59.9935646057129,
              "y": -0.878715455532074
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.1582989692688
            },
            {
              "x": -59.9935646057129,
              "y": -0.878715455532074
            }
          ],
          "tick": 222,
          "time_seconds": 3.7
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15830230712891
            },
            {
              "x": -59.9935607910156,
              "y": -0.878716289997101
            }
          ],
          "positions": [
            {
              "x": 179.82063293457,
              "y": -17.3921337127686
            },
            {
              "x": -27.7408027648926,
              "y": 19.9877376556396
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15830230712891
            },
            {
              "x": -59.9935607910156,
              "y": -0.878716289997101
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15830230712891
            },
            {
              "x": -59.9935607910156,
              "y": -0.878716289997101
            }
          ],
          "tick": 228,
          "time_seconds": 3.8
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15830612182617
            },
            {
              "x": -59.9935607910156,
              "y": -0.878717184066772
            }
          ],
          "positions": [
            {
              "x": 189.819931030273,
              "y": -17.2763080596924
            },
            {
              "x": -33.740161895752,
              "y": 19.8998699188232
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15830612182617
            },
            {
              "x": -59.9935607910156,
              "y": -0.878717184066772
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15830612182617
            },
            {
              "x": -59.9935607910156,
              "y": -0.878717184066772
            }
          ],
          "tick": 234,
          "time_seconds": 3.9
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831065177917
            },
            {
              "x": -59.9935607910156,
              "y": -0.878718137741089
            }
          ],
          "positions": [
            {
              "x": 199.819229125977,
              "y": -17.1604824066162
            },
            {
              "x": -39.7395210266113,
              "y": 19.8120021820068
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831065177917
            },
            {
              "x": -59.9935607910156,
              "y": -0.878718137741089
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831065177917
            },
            {
              "x": -59.9935607910156,
              "y": -0.878718137741089
            }
          ],
          "tick": 240,
          "time_seconds": 4.0
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831410884857
            },
            {
              "x": -59.9935607910156,
              "y": -0.878719031810761
            }
          ],
          "positions": [
            {
              "x": 209.81852722168,
              "y": -17.0446548461914
            },
            {
              "x": -45.7388801574707,
              "y": 19.7241344451904
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15831422805786
            },
            {
              "x": -59.9935607910156,
              "y": -0.878719031810761
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831410884857
            },
            {
              "x": -59.9935607910156,
              "y": -0.878719031810761
            }
          ],
          "tick": 246,
          "time_seconds": 4.1
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831363201141
            },
            {
              "x": -59.9935646057129,
              "y": -0.878720104694366
            }
          ],
          "positions": [
            {
              "x": 219.817825317383,
              "y": -16.9288234710693
            },
            {
              "x": -51.7382392883301,
              "y": 19.636266708374
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.1583137512207
            },
            {
              "x": -59.9935646057129,
              "y": -0.878720104694366
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831363201141
            },
            {
              "x": -59.9935646057129,
              "y": -0.878720104694366
            }
          ],
          "tick": 252,
          "time_seconds": 4.2
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831315517426
            },
            {
              "x": -59.9935646057129,
              "y": -0.878721177577972
            }
          ],
          "positions": [
            {
              "x": 229.817123413086,
              "y": -16.8129920959473
            },
            {
              "x": -57.7375984191895,
              "y": 19.5483989715576
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15831327438354
            },
            {
              "x": -59.9935646057129,
              "y": -0.878721177577972
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831315517426
            },
            {
              "x": -59.9935646057129,
              "y": -0.878721177577972
            }
          ],
          "tick": 258,
          "time_seconds": 4.3
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831255912781
            },
            {
              "x": -59.9935607910156,
              "y": -0.878722310066223
            }
          ],
          "positions": [
            {
              "x": 239.816421508789,
              "y": -16.6971607208252
            },
            {
              "x": -63.7369575500488,
              "y": 19.4605312347412
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831255912781
            },
            {
              "x": -59.9935607910156,
              "y": -0.878722310066223
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831255912781
            },
            {
              "x": -59.9935607910156,
              "y": -0.878722310066223
            }
          ],
          "tick": 264,
          "time_seconds": 4.4
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831542015076
            },
            {
              "x": -59.9935607910156,
              "y": -0.878723442554474
            }
          ],
          "positions": [
            {
              "x": 249.815719604492,
              "y": -16.5813312530518
            },
            {
              "x": -69.7363128662109,
              "y": 19.3726634979248
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.993293762207,
              "y": 1.15831553936005
            },
            {
              "x": -59.9935607910156,
              "y": -0.878723442554474
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831542015076
            },
            {
              "x": -59.9935607910156,
              "y": -0.878723442554474
            }
          ],
          "tick": 270,
          "time_seconds": 4.5
        },
        {
          "executed_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831625461578
            },
            {
              "x": -59.9935646057129,
              "y": -0.878724753856659
            }
          ],
          "positions": [
            {
              "x": 259.815063476563,
              "y": -16.4654998779297
            },
            {
              "x": -75.7356719970703,
              "y": 19.2847957611084
            }
          ],
          "preferred_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831625461578
            },
            {
              "x": -59.9935646057129,
              "y": -0.878724753856659
            }
          ],
          "safe_velocities": [
            {
              "x": 99.9932861328125,
              "y": 1.15831625461578
            },
            {
              "x": -59.9935646057129,
              "y": -0.878724753856659
            }
          ],
          "tick": 276,
          "time_seconds": 4.6
        }
      ],
      "warmup_callback_counts": [
        2,
        2
      ],
      "warmup_complete": true
    },
    "offset_head_on": {
      "agents": [
        {
          "callback_count": 211,
          "final_position": {
            "x": 80.4872817993164,
            "y": -17.7476673126221
          },
          "first_meaningful_correction_distance": 267.770050048828,
          "first_meaningful_correction_seconds": 0.833333333333333,
          "first_meaningful_correction_tick": 50,
          "goal": {
            "x": 300.0,
            "y": -12.0
          },
          "index": 0,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 4.84410719004327,
            "maximum_velocity_delta": 6.755615234375,
            "meaningful_sample_count": 101,
            "minimum_safe_speed_ratio": 0.976139450073242,
            "sample_count": 211
          },
          "progress": 280.412048339844,
          "start_position": {
            "x": -200.0,
            "y": -12.0
          }
        },
        {
          "callback_count": 211,
          "final_position": {
            "x": -80.4522552490234,
            "y": 17.9589176177979
          },
          "first_meaningful_correction_distance": 267.770050048828,
          "first_meaningful_correction_seconds": 0.833333333333333,
          "first_meaningful_correction_tick": 50,
          "goal": {
            "x": -300.0,
            "y": 12.0
          },
          "index": 1,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 5.29965903645514,
            "maximum_velocity_delta": 7.38920783996582,
            "meaningful_sample_count": 101,
            "minimum_safe_speed_ratio": 0.975208950042725,
            "sample_count": 211
          },
          "progress": 280.37141418457,
          "start_position": {
            "x": 200.0,
            "y": 12.0
          }
        }
      ],
      "avoidance_overlap_tick_count": 2,
      "completed": true,
      "duration_seconds": 3.51666666666667,
      "finite": true,
      "id": "offset_head_on",
      "map_iteration_id": 1,
      "maximum_application_candidate_upper_bound": 1,
      "minimum_clearance_tick": 150,
      "minimum_signed_clearance": -0.0166893005371094,
      "minimum_static_clearance_tick": null,
      "minimum_static_signed_clearance": null,
      "parameters": {
        "agents": [
          {
            "current_velocity": "(80.0, 0.0)",
            "goal": "(300.0, -12.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": "(-200.0, -12.0)",
            "preferred_speed": 80.0,
            "preferred_velocity": "(80.0, 0.0)",
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(-80.0, 0.0)",
            "goal": "(-300.0, 12.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": "(200.0, 12.0)",
            "preferred_speed": 80.0,
            "preferred_velocity": "(-80.0, 0.0)",
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "id": "offset_head_on",
        "pass_conditions": [
          {
            "agent": 0,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 1,
            "axis": "x",
            "direction": -1.0,
            "threshold": -80.0
          }
        ],
        "timeout_seconds": 12.0,
        "trace_stride": 6
      },
      "physics_collision_shapes_present": false,
      "physics_contact_count": null,
      "physics_ticks_per_second": 60.0,
      "ticks_executed": 211,
      "trace": [
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -200.0,
              "y": -12.0
            },
            {
              "x": 200.0,
              "y": 12.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "tick": 0,
          "time_seconds": 0.0
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -192.000030517578,
              "y": -12.0
            },
            {
              "x": 192.000030517578,
              "y": 12.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "tick": 6,
          "time_seconds": 0.1
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -184.000061035156,
              "y": -12.0
            },
            {
              "x": 184.000061035156,
              "y": 12.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "tick": 12,
          "time_seconds": 0.2
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -176.000091552734,
              "y": -12.0
            },
            {
              "x": 176.000091552734,
              "y": 12.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "tick": 18,
          "time_seconds": 0.3
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -168.000122070313,
              "y": -12.0
            },
            {
              "x": 168.000122070313,
              "y": 12.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "tick": 24,
          "time_seconds": 0.4
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -160.000152587891,
              "y": -12.0
            },
            {
              "x": 160.000152587891,
              "y": 12.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "tick": 30,
          "time_seconds": 0.5
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -152.000183105469,
              "y": -12.0
            },
            {
              "x": 152.000183105469,
              "y": 12.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "tick": 36,
          "time_seconds": 0.6
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -144.000213623047,
              "y": -12.0
            },
            {
              "x": 144.000213623047,
              "y": 12.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "tick": 42,
          "time_seconds": 0.7
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -79.7222595214844,
              "y": 0.21735779941082
            }
          ],
          "positions": [
            {
              "x": -136.000244140625,
              "y": -12.0
            },
            {
              "x": 136.000244140625,
              "y": 12.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": -79.7222595214844,
              "y": 0.21735779941082
            }
          ],
          "tick": 48,
          "time_seconds": 0.8
        },
        {
          "executed_velocities": [
            {
              "x": 78.0408172607422,
              "y": -2.80341935157776
            },
            {
              "x": -77.9525527954102,
              "y": 3.16341757774353
            }
          ],
          "positions": [
            {
              "x": -128.099365234375,
              "y": -12.1063137054443
            },
            {
              "x": 128.124633789063,
              "y": 12.1374835968018
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0198671072721481
            },
            {
              "x": -79.9999923706055,
              "y": -0.0256903860718012
            }
          ],
          "safe_velocities": [
            {
              "x": 78.0408172607422,
              "y": -2.80341935157776
            },
            {
              "x": -77.9525527954102,
              "y": 3.16341757774353
            }
          ],
          "tick": 54,
          "time_seconds": 0.9
        },
        {
          "executed_velocities": [
            {
              "x": 79.6573181152344,
              "y": -4.89196252822876
            },
            {
              "x": -79.6791763305664,
              "y": 5.02946376800537
            }
          ],
          "positions": [
            {
              "x": -120.258750915527,
              "y": -12.4980611801147
            },
            {
              "x": 120.276107788086,
              "y": 12.5587825775146
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999389648438,
              "y": 0.09481031447649
            },
            {
              "x": -79.9999313354492,
              "y": -0.106364756822586
            }
          ],
          "safe_velocities": [
            {
              "x": 79.6573181152344,
              "y": -4.89196252822876
            },
            {
              "x": -79.6791763305664,
              "y": 5.02946376800537
            }
          ],
          "tick": 60,
          "time_seconds": 1.0
        },
        {
          "executed_velocities": [
            {
              "x": 79.681037902832,
              "y": -4.91182470321655
            },
            {
              "x": -79.6720504760742,
              "y": 5.04047870635986
            }
          ],
          "positions": [
            {
              "x": -112.29077911377,
              "y": -12.9888820648193
            },
            {
              "x": 112.30850982666,
              "y": 13.0625448226929
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9997711181641,
              "y": 0.191879957914352
            },
            {
              "x": -79.9997329711914,
              "y": -0.206164330244064
            }
          ],
          "safe_velocities": [
            {
              "x": 79.681037902832,
              "y": -4.91182470321655
            },
            {
              "x": -79.6720504760742,
              "y": 5.04047870635986
            }
          ],
          "tick": 66,
          "time_seconds": 1.1
        },
        {
          "executed_velocities": [
            {
              "x": 79.6745681762695,
              "y": -4.9097957611084
            },
            {
              "x": -79.6651611328125,
              "y": 5.0416955947876
            }
          ],
          "positions": [
            {
              "x": -104.322937011719,
              "y": -13.4799814224243
            },
            {
              "x": 104.341590881348,
              "y": 13.5666427612305
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9994735717773,
              "y": 0.292829602956772
            },
            {
              "x": -79.9994049072266,
              "y": -0.309961915016174
            }
          ],
          "safe_velocities": [
            {
              "x": 79.6745681762695,
              "y": -4.9097957611084
            },
            {
              "x": -79.6651611328125,
              "y": 5.0416955947876
            }
          ],
          "tick": 72,
          "time_seconds": 1.2
        },
        {
          "executed_velocities": [
            {
              "x": 79.6676864624023,
              "y": -4.90755128860474
            },
            {
              "x": -79.657829284668,
              "y": 5.04306507110596
            }
          ],
          "positions": [
            {
              "x": -96.3557662963867,
              "y": -13.9708690643311
            },
            {
              "x": 96.375373840332,
              "y": 14.0708694458008
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9990081787109,
              "y": 0.397793054580688
            },
            {
              "x": -79.998908996582,
              "y": -0.417955577373505
            }
          ],
          "safe_velocities": [
            {
              "x": 79.6676864624023,
              "y": -4.90755128860474
            },
            {
              "x": -79.657829284668,
              "y": 5.04306507110596
            }
          ],
          "tick": 78,
          "time_seconds": 1.3
        },
        {
          "executed_velocities": [
            {
              "x": 79.660400390625,
              "y": -4.90507507324219
            },
            {
              "x": -79.6500396728516,
              "y": 5.04462194442749
            }
          ],
          "positions": [
            {
              "x": -88.389289855957,
              "y": -14.4615240097046
            },
            {
              "x": 88.409912109375,
              "y": 14.5752391815186
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9983901977539,
              "y": 0.507011830806732
            },
            {
              "x": -79.9982376098633,
              "y": -0.530405104160309
            }
          ],
          "safe_velocities": [
            {
              "x": 79.660400390625,
              "y": -4.90507507324219
            },
            {
              "x": -79.6500396728516,
              "y": 5.04462194442749
            }
          ],
          "tick": 84,
          "time_seconds": 1.4
        },
        {
          "executed_velocities": [
            {
              "x": 79.6526794433594,
              "y": -4.90230131149292
            },
            {
              "x": -79.6417388916016,
              "y": 5.04641914367676
            }
          ],
          "positions": [
            {
              "x": -80.4235610961914,
              "y": -14.9519186019897
            },
            {
              "x": 80.4452590942383,
              "y": 15.0797739028931
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9975891113281,
              "y": 0.620745956897736
            },
            {
              "x": -79.9973754882813,
              "y": -0.647593379020691
            }
          ],
          "safe_velocities": [
            {
              "x": 79.6526794433594,
              "y": -4.90230131149292
            },
            {
              "x": -79.6417388916016,
              "y": 5.04641914367676
            }
          ],
          "tick": 90,
          "time_seconds": 1.5
        },
        {
          "executed_velocities": [
            {
              "x": 79.6444625854492,
              "y": -4.89916706085205
            },
            {
              "x": -79.6328887939453,
              "y": 5.04851961135864
            }
          ],
          "positions": [
            {
              "x": -72.4586334228516,
              "y": -15.4420204162598
            },
            {
              "x": 72.4814453125,
              "y": 15.5845003128052
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.99658203125,
              "y": 0.73927640914917
            },
            {
              "x": -79.9962921142578,
              "y": -0.769828259944916
            }
          ],
          "safe_velocities": [
            {
              "x": 79.6444625854492,
              "y": -4.89916706085205
            },
            {
              "x": -79.6328887939453,
              "y": 5.04851961135864
            }
          ],
          "tick": 96,
          "time_seconds": 1.6
        },
        {
          "executed_velocities": [
            {
              "x": 79.6357345581055,
              "y": -4.89557266235352
            },
            {
              "x": -79.6234283447266,
              "y": 5.0510196685791
            }
          ],
          "positions": [
            {
              "x": -64.4945449829102,
              "y": -15.931791305542
            },
            {
              "x": 64.5185394287109,
              "y": 16.0894527435303
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9953460693359,
              "y": 0.862907290458679
            },
            {
              "x": -79.9949645996094,
              "y": -0.897445738315582
            }
          ],
          "safe_velocities": [
            {
              "x": 79.6357345581055,
              "y": -4.89557266235352
            },
            {
              "x": -79.6234283447266,
              "y": 5.0510196685791
            }
          ],
          "tick": 102,
          "time_seconds": 1.7
        },
        {
          "executed_velocities": [
            {
              "x": 79.6264495849609,
              "y": -4.89137887954712
            },
            {
              "x": -79.6132965087891,
              "y": 5.05405330657959
            }
          ],
          "positions": [
            {
              "x": -56.5313529968262,
              "y": -16.421178817749
            },
            {
              "x": 56.5566139221191,
              "y": 16.5946769714355
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9938507080078,
              "y": 0.991966426372528
            },
            {
              "x": -79.9933547973633,
              "y": -1.03081429004669
            }
          ],
          "safe_velocities": [
            {
              "x": 79.6264495849609,
              "y": -4.89137887954712
            },
            {
              "x": -79.6132965087891,
              "y": 5.05405330657959
            }
          ],
          "tick": 108,
          "time_seconds": 1.8
        },
        {
          "executed_velocities": [
            {
              "x": 79.616569519043,
              "y": -4.88636827468872
            },
            {
              "x": -79.6024169921875,
              "y": 5.0578441619873
            }
          ],
          "positions": [
            {
              "x": -48.5691184997559,
              "y": -16.9101181030273
            },
            {
              "x": 48.5957298278809,
              "y": 17.1002330780029
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9920654296875,
              "y": 1.12680804729462
            },
            {
              "x": -79.9914398193359,
              "y": -1.17033839225769
            }
          ],
          "safe_velocities": [
            {
              "x": 79.616569519043,
              "y": -4.88636827468872
            },
            {
              "x": -79.6024169921875,
              "y": 5.0578441619873
            }
          ],
          "tick": 114,
          "time_seconds": 1.9
        },
        {
          "executed_velocities": [
            {
              "x": 79.6060485839844,
              "y": -4.88019609451294
            },
            {
              "x": -79.590705871582,
              "y": 5.06274843215942
            }
          ],
          "positions": [
            {
              "x": -40.6078910827637,
              "y": -17.398509979248
            },
            {
              "x": 40.6359672546387,
              "y": 17.6062088012695
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9899520874023,
              "y": 1.26781129837036
            },
            {
              "x": -79.9891738891602,
              "y": -1.31646704673767
            }
          ],
          "safe_velocities": [
            {
              "x": 79.6060485839844,
              "y": -4.88019609451294
            },
            {
              "x": -79.590705871582,
              "y": 5.06274843215942
            }
          ],
          "tick": 120,
          "time_seconds": 2.0
        },
        {
          "executed_velocities": [
            {
              "x": 79.5948791503906,
              "y": -4.87221813201904
            },
            {
              "x": -79.5780258178711,
              "y": 5.06942558288574
            }
          ],
          "positions": [
            {
              "x": -32.6477470397949,
              "y": -17.8862171173096
            },
            {
              "x": 32.677417755127,
              "y": 18.1127433776855
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9874801635742,
              "y": 1.41538214683533
            },
            {
              "x": -79.9865036010742,
              "y": -1.46970272064209
            }
          ],
          "safe_velocities": [
            {
              "x": 79.5948791503906,
              "y": -4.87221813201904
            },
            {
              "x": -79.5780258178711,
              "y": 5.06942558288574
            }
          ],
          "tick": 126,
          "time_seconds": 2.1
        },
        {
          "executed_velocities": [
            {
              "x": 79.5830688476563,
              "y": -4.86113262176514
            },
            {
              "x": -79.5641937255859,
              "y": 5.07927465438843
            }
          ],
          "positions": [
            {
              "x": -24.6887454986572,
              "y": -18.373010635376
            },
            {
              "x": 24.7201843261719,
              "y": 18.620059967041
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9845886230469,
              "y": 1.56994235515594
            },
            {
              "x": -79.9833831787109,
              "y": -1.63061857223511
            }
          ],
          "safe_velocities": [
            {
              "x": 79.5830688476563,
              "y": -4.86113262176514
            },
            {
              "x": -79.5641937255859,
              "y": 5.07927465438843
            }
          ],
          "tick": 132,
          "time_seconds": 2.2
        },
        {
          "executed_velocities": [
            {
              "x": 79.57080078125,
              "y": -4.84362030029297
            },
            {
              "x": -79.5488357543945,
              "y": 5.09591150283813
            }
          ],
          "positions": [
            {
              "x": -16.7309494018555,
              "y": -18.858470916748
            },
            {
              "x": 16.7643871307373,
              "y": 19.1285953521729
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9812469482422,
              "y": 1.73190855979919
            },
            {
              "x": -79.9797515869141,
              "y": -1.7998970746994
            }
          ],
          "safe_velocities": [
            {
              "x": 79.57080078125,
              "y": -4.84362030029297
            },
            {
              "x": -79.5488357543945,
              "y": 5.09591150283813
            }
          ],
          "tick": 138,
          "time_seconds": 2.3
        },
        {
          "executed_velocities": [
            {
              "x": 79.5590515136719,
              "y": -4.8064079284668
            },
            {
              "x": -79.5305633544922,
              "y": 5.13485765457153
            }
          ],
          "positions": [
            {
              "x": -8.77437210083008,
              "y": -19.3415775299072
            },
            {
              "x": 8.81022644042969,
              "y": 19.639461517334
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9774017333984,
              "y": 1.90158355236053
            },
            {
              "x": -79.9755249023438,
              "y": -1.97846412658691
            }
          ],
          "safe_velocities": [
            {
              "x": 79.5590515136719,
              "y": -4.8064079284668
            },
            {
              "x": -79.5305633544922,
              "y": 5.13485765457153
            }
          ],
          "tick": 144,
          "time_seconds": 2.4
        },
        {
          "executed_velocities": [
            {
              "x": 79.9840240478516,
              "y": -1.59857654571533
            },
            {
              "x": -79.9996566772461,
              "y": -0.233954757452011
            }
          ],
          "positions": [
            {
              "x": -0.818430662155151,
              "y": -19.8150482177734
            },
            {
              "x": 0.851615428924561,
              "y": 20.1333713531494
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.973014831543,
              "y": 2.07764196395874
            },
            {
              "x": -79.9707794189453,
              "y": -2.16196966171265
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9840240478516,
              "y": -1.59857654571533
            },
            {
              "x": -79.9996566772461,
              "y": -0.233954757452011
            }
          ],
          "tick": 150,
          "time_seconds": 2.5
        },
        {
          "executed_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09399247169495
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054557800293
            }
          ],
          "positions": [
            {
              "x": 7.17901945114136,
              "y": -19.6671886444092
            },
            {
              "x": -7.14592552185059,
              "y": 19.9485893249512
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09399247169495
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054557800293
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09399247169495
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054557800293
            }
          ],
          "tick": 156,
          "time_seconds": 2.6
        },
        {
          "executed_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09399104118347
            },
            {
              "x": -79.9705505371094,
              "y": -2.1705436706543
            }
          ],
          "positions": [
            {
              "x": 15.1762771606445,
              "y": -19.45778465271
            },
            {
              "x": -15.1429824829102,
              "y": 19.7315292358398
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09399104118347
            },
            {
              "x": -79.9705581665039,
              "y": -2.17054390907288
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09399104118347
            },
            {
              "x": -79.9705505371094,
              "y": -2.1705436706543
            }
          ],
          "tick": 162,
          "time_seconds": 2.7
        },
        {
          "executed_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398937225342
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "positions": [
            {
              "x": 23.1735343933105,
              "y": -19.2483806610107
            },
            {
              "x": -23.1400337219238,
              "y": 19.5144748687744
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9725952148438,
              "y": 2.093989610672
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398937225342
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "tick": 168,
          "time_seconds": 2.8
        },
        {
          "executed_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398770332336
            },
            {
              "x": -79.9705505371094,
              "y": -2.1705436706543
            }
          ],
          "positions": [
            {
              "x": 31.1707916259766,
              "y": -19.0389766693115
            },
            {
              "x": -31.1370849609375,
              "y": 19.297420501709
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9725952148438,
              "y": 2.09398818016052
            },
            {
              "x": -79.9705581665039,
              "y": -2.17054390907288
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398770332336
            },
            {
              "x": -79.9705505371094,
              "y": -2.1705436706543
            }
          ],
          "tick": 174,
          "time_seconds": 2.9
        },
        {
          "executed_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398674964905
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "positions": [
            {
              "x": 39.1680603027344,
              "y": -18.8295726776123
            },
            {
              "x": -39.134147644043,
              "y": 19.0803661346436
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9725952148438,
              "y": 2.09398698806763
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398674964905
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "tick": 180,
          "time_seconds": 3.0
        },
        {
          "executed_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398460388184
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054343223572
            }
          ],
          "positions": [
            {
              "x": 47.1653289794922,
              "y": -18.6201686859131
            },
            {
              "x": -47.1312103271484,
              "y": 18.8633098602295
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9725952148438,
              "y": 2.09398508071899
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054343223572
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398460388184
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054343223572
            }
          ],
          "tick": 186,
          "time_seconds": 3.1
        },
        {
          "executed_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398317337036
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054319381714
            }
          ],
          "positions": [
            {
              "x": 55.16259765625,
              "y": -18.4107646942139
            },
            {
              "x": -55.1282730102539,
              "y": 18.6462554931641
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398317337036
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054319381714
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398317337036
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054319381714
            }
          ],
          "tick": 192,
          "time_seconds": 3.2
        },
        {
          "executed_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.0939826965332
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054343223572
            }
          ],
          "positions": [
            {
              "x": 63.1598663330078,
              "y": -18.2013645172119
            },
            {
              "x": -63.1253356933594,
              "y": 18.4292011260986
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9725952148438,
              "y": 2.09398293495178
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054343223572
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.0939826965332
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054343223572
            }
          ],
          "tick": 198,
          "time_seconds": 3.3
        },
        {
          "executed_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.0939826965332
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "positions": [
            {
              "x": 71.1571350097656,
              "y": -17.9919662475586
            },
            {
              "x": -71.1223754882813,
              "y": 18.2121486663818
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9725952148438,
              "y": 2.09398293495178
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.0939826965332
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "tick": 204,
          "time_seconds": 3.4
        },
        {
          "executed_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398221969604
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "positions": [
            {
              "x": 79.1544036865234,
              "y": -17.7825660705566
            },
            {
              "x": -79.1194152832031,
              "y": 17.9950942993164
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9725952148438,
              "y": 2.09398245811462
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9725875854492,
              "y": 2.09398221969604
            },
            {
              "x": -79.9705505371094,
              "y": -2.17054390907288
            }
          ],
          "tick": 210,
          "time_seconds": 3.5
        }
      ],
      "warmup_callback_counts": [
        2,
        2
      ],
      "warmup_complete": true
    },
    "perpendicular_crossing": {
      "agents": [
        {
          "callback_count": 213,
          "final_position": {
            "x": 102.972633361816,
            "y": -16.1907711029053
          },
          "first_meaningful_correction_distance": 197.485504150391,
          "first_meaningful_correction_seconds": 0.516666666666667,
          "first_meaningful_correction_tick": 31,
          "goal": {
            "x": 300.0,
            "y": -16.0
          },
          "index": 0,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 1.12101728396792,
            "maximum_velocity_delta": 3.19226479530334,
            "meaningful_sample_count": 27,
            "minimum_safe_speed_ratio": 0.962466621398926,
            "sample_count": 213
          },
          "progress": 282.972534179688,
          "start_position": {
            "x": -180.0,
            "y": -16.0
          }
        },
        {
          "callback_count": 213,
          "final_position": {
            "x": 34.9409065246582,
            "y": 100.996551513672
          },
          "first_meaningful_correction_distance": 201.167572021484,
          "first_meaningful_correction_seconds": 0.483333333333333,
          "first_meaningful_correction_tick": 29,
          "goal": {
            "x": 16.0,
            "y": 300.0
          },
          "index": 1,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 16.7923803669551,
            "maximum_velocity_delta": 23.3627605438232,
            "meaningful_sample_count": 118,
            "minimum_safe_speed_ratio": 0.997503280639648,
            "sample_count": 213
          },
          "progress": 280.097198486328,
          "start_position": {
            "x": 16.0,
            "y": -180.0
          }
        }
      ],
      "avoidance_overlap_tick_count": 0,
      "completed": true,
      "duration_seconds": 3.55,
      "finite": true,
      "id": "perpendicular_crossing",
      "map_iteration_id": 1,
      "maximum_application_candidate_upper_bound": 1,
      "minimum_clearance_tick": 148,
      "minimum_signed_clearance": 1.0050163269043,
      "minimum_static_clearance_tick": null,
      "minimum_static_signed_clearance": null,
      "parameters": {
        "agents": [
          {
            "current_velocity": "(80.0, 0.0)",
            "goal": "(300.0, -16.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": "(-180.0, -16.0)",
            "preferred_speed": 80.0,
            "preferred_velocity": "(80.0, 0.0)",
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(0.0, 80.0)",
            "goal": "(16.0, 300.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": "(16.0, -180.0)",
            "preferred_speed": 80.0,
            "preferred_velocity": "(0.0, 80.0)",
            "priority": 1.0,
            "radius": 20.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "id": "perpendicular_crossing",
        "pass_conditions": [
          {
            "agent": 0,
            "axis": "x",
            "direction": 1.0,
            "threshold": 100.0
          },
          {
            "agent": 1,
            "axis": "y",
            "direction": 1.0,
            "threshold": 100.0
          }
        ],
        "timeout_seconds": 12.0,
        "trace_stride": 6
      },
      "physics_collision_shapes_present": false,
      "physics_contact_count": null,
      "physics_ticks_per_second": 60.0,
      "ticks_executed": 213,
      "trace": [
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "positions": [
            {
              "x": -180.0,
              "y": -16.0
            },
            {
              "x": 16.0,
              "y": -180.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "tick": 0,
          "time_seconds": 0.0
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "positions": [
            {
              "x": -172.000030517578,
              "y": -16.0
            },
            {
              "x": 16.0,
              "y": -172.000030517578
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "tick": 6,
          "time_seconds": 0.1
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "positions": [
            {
              "x": -164.000061035156,
              "y": -16.0
            },
            {
              "x": 16.0,
              "y": -164.000061035156
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "tick": 12,
          "time_seconds": 0.2
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "positions": [
            {
              "x": -156.000091552734,
              "y": -16.0
            },
            {
              "x": 16.0,
              "y": -156.000091552734
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "tick": 18,
          "time_seconds": 0.3
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "positions": [
            {
              "x": -148.000122070313,
              "y": -16.0
            },
            {
              "x": 16.0,
              "y": -148.000122070313
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            },
            {
              "x": 0.0,
              "y": 80.0
            }
          ],
          "tick": 24,
          "time_seconds": 0.4
        },
        {
          "executed_velocities": [
            {
              "x": 79.1600189208984,
              "y": 0.0951909720897675
            },
            {
              "x": 1.89088320732117,
              "y": 79.7778549194336
            }
          ],
          "positions": [
            {
              "x": -140.01106262207,
              "y": -15.9983510971069
            },
            {
              "x": 16.0354537963867,
              "y": -140.005935668945
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": -0.000299792998703197
            },
            {
              "x": -0.00644605793058872,
              "y": 80.0
            }
          ],
          "safe_velocities": [
            {
              "x": 79.1600189208984,
              "y": 0.0951909720897675
            },
            {
              "x": 1.89088320732117,
              "y": 79.7778549194336
            }
          ],
          "tick": 30,
          "time_seconds": 0.5
        },
        {
          "executed_velocities": [
            {
              "x": 77.5145874023438,
              "y": -0.253436028957367
            },
            {
              "x": 5.3371958732605,
              "y": 79.8217620849609
            }
          ],
          "positions": [
            {
              "x": -132.171829223633,
              "y": -15.9973335266113
            },
            {
              "x": 16.3722591400146,
              "y": -132.021194458008
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": -0.000493595085572451
            },
            {
              "x": -0.0689334720373154,
              "y": 79.9999694824219
            }
          ],
          "safe_velocities": [
            {
              "x": 77.5145874023438,
              "y": -0.253436028957367
            },
            {
              "x": 5.3371958732605,
              "y": 79.8217620849609
            }
          ],
          "tick": 36,
          "time_seconds": 0.6
        },
        {
          "executed_velocities": [
            {
              "x": 76.9907684326172,
              "y": -1.00536596775055
            },
            {
              "x": 8.32127571105957,
              "y": 79.566047668457
            }
          ],
          "positions": [
            {
              "x": -124.451759338379,
              "y": -16.053430557251
            },
            {
              "x": 17.0338325500488,
              "y": -124.049057006836
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.010070507414639
            },
            {
              "x": -0.195039600133896,
              "y": 79.9997634887695
            }
          ],
          "safe_velocities": [
            {
              "x": 76.9907684326172,
              "y": -1.00536596775055
            },
            {
              "x": 8.32127571105957,
              "y": 79.566047668457
            }
          ],
          "tick": 42,
          "time_seconds": 0.7
        },
        {
          "executed_velocities": [
            {
              "x": 77.5558242797852,
              "y": -1.47574484348297
            },
            {
              "x": 10.8686656951904,
              "y": 79.2582626342773
            }
          ],
          "positions": [
            {
              "x": -116.736755371094,
              "y": -16.1785469055176
            },
            {
              "x": 17.9757270812988,
              "y": -116.105041503906
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999923706055,
              "y": 0.0342752374708653
            },
            {
              "x": -0.379847317934036,
              "y": 79.9990997314453
            }
          ],
          "safe_velocities": [
            {
              "x": 77.5558242797852,
              "y": -1.47574484348297
            },
            {
              "x": 10.8686656951904,
              "y": 79.2582626342773
            }
          ],
          "tick": 48,
          "time_seconds": 0.8
        },
        {
          "executed_velocities": [
            {
              "x": 78.6699371337891,
              "y": -1.04002618789673
            },
            {
              "x": 12.9783878326416,
              "y": 78.9402389526367
            }
          ],
          "positions": [
            {
              "x": -108.934005737305,
              "y": -16.3178634643555
            },
            {
              "x": 19.1529579162598,
              "y": -108.192367553711
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999771118164,
              "y": 0.0621837936341763
            },
            {
              "x": -0.617917239665985,
              "y": 79.9976196289063
            }
          ],
          "safe_velocities": [
            {
              "x": 78.6699371337891,
              "y": -1.04002618789673
            },
            {
              "x": 12.9783878326416,
              "y": 78.9402389526367
            }
          ],
          "tick": 54,
          "time_seconds": 0.9
        },
        {
          "executed_velocities": [
            {
              "x": 79.7568511962891,
              "y": -0.124949470162392
            },
            {
              "x": 15.149995803833,
              "y": 78.5523834228516
            }
          ],
          "positions": [
            {
              "x": -101.022476196289,
              "y": -16.3842296600342
            },
            {
              "x": 20.5394439697266,
              "y": -100.313667297363
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0766499638557434
            },
            {
              "x": -0.907119035720825,
              "y": 79.9948577880859
            }
          ],
          "safe_velocities": [
            {
              "x": 79.7568511962891,
              "y": -0.124949470162392
            },
            {
              "x": 15.149995803833,
              "y": 78.5523834228516
            }
          ],
          "tick": 60,
          "time_seconds": 1.0
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774680525064468
            },
            {
              "x": 16.0235023498535,
              "y": 78.3788681030273
            }
          ],
          "positions": [
            {
              "x": -93.0273971557617,
              "y": -16.3805885314941
            },
            {
              "x": 22.1121292114258,
              "y": -92.4698333740234
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774680525064468
            },
            {
              "x": -1.24572896957397,
              "y": 79.9903030395508
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774680525064468
            },
            {
              "x": 16.0235023498535,
              "y": 78.3788681030273
            }
          ],
          "tick": 66,
          "time_seconds": 1.1
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774678885936737
            },
            {
              "x": 16.0401229858398,
              "y": 78.3754730224609
            }
          ],
          "positions": [
            {
              "x": -85.0273818969727,
              "y": -16.3728408813477
            },
            {
              "x": 23.7156085968018,
              "y": -84.6321716308594
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774678885936737
            },
            {
              "x": -1.60445380210876,
              "y": 79.9839096069336
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774678885936737
            },
            {
              "x": 16.0401229858398,
              "y": 78.3754730224609
            }
          ],
          "tick": 72,
          "time_seconds": 1.2
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774677023291588
            },
            {
              "x": 16.0404224395752,
              "y": 78.3754119873047
            }
          ],
          "positions": [
            {
              "x": -77.0273666381836,
              "y": -16.3650932312012
            },
            {
              "x": 25.3196411132813,
              "y": -76.7946166992188
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774677023291588
            },
            {
              "x": -1.97811579704285,
              "y": 79.9755401611328
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774677023291588
            },
            {
              "x": 16.0404224395752,
              "y": 78.3754119873047
            }
          ],
          "tick": 78,
          "time_seconds": 1.3
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774675160646439
            },
            {
              "x": 16.0404415130615,
              "y": 78.3754043579102
            }
          ],
          "positions": [
            {
              "x": -69.0273513793945,
              "y": -16.3573455810547
            },
            {
              "x": 26.9236793518066,
              "y": -68.9570617675781
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774675160646439
            },
            {
              "x": -2.36751556396484,
              "y": 79.964958190918
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774675160646439
            },
            {
              "x": 16.0404415130615,
              "y": 78.3754043579102
            }
          ],
          "tick": 84,
          "time_seconds": 1.4
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999542236328,
              "y": 0.0774673223495483
            },
            {
              "x": 16.0404415130615,
              "y": 78.3754043579102
            }
          ],
          "positions": [
            {
              "x": -61.0273475646973,
              "y": -16.3495979309082
            },
            {
              "x": 28.5277271270752,
              "y": -61.1195182800293
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999542236328,
              "y": 0.0774673223495483
            },
            {
              "x": -2.77364039421082,
              "y": 79.951904296875
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999542236328,
              "y": 0.0774673223495483
            },
            {
              "x": 16.0404415130615,
              "y": 78.3754043579102
            }
          ],
          "tick": 90,
          "time_seconds": 1.5
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774671137332916
            },
            {
              "x": 16.0404510498047,
              "y": 78.3754043579102
            }
          ],
          "positions": [
            {
              "x": -53.0273551940918,
              "y": -16.3418502807617
            },
            {
              "x": 30.1317729949951,
              "y": -53.2819862365723
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999694824219,
              "y": 0.0774671211838722
            },
            {
              "x": -3.19755458831787,
              "y": 79.9360733032227
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774671137332916
            },
            {
              "x": 16.0404510498047,
              "y": 78.3754043579102
            }
          ],
          "tick": 96,
          "time_seconds": 1.6
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774668902158737
            },
            {
              "x": 16.0404605865479,
              "y": 78.3754043579102
            }
          ],
          "positions": [
            {
              "x": -45.0273628234863,
              "y": -16.3341026306152
            },
            {
              "x": 31.735818862915,
              "y": -45.4444541931152
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999694824219,
              "y": 0.0774668976664543
            },
            {
              "x": -3.64041566848755,
              "y": 79.9171295166016
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774668902158737
            },
            {
              "x": 16.0404605865479,
              "y": 78.3754043579102
            }
          ],
          "tick": 102,
          "time_seconds": 1.7
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774666666984558
            },
            {
              "x": 16.0404415130615,
              "y": 78.3754043579102
            }
          ],
          "positions": [
            {
              "x": -37.0273704528809,
              "y": -16.3263549804688
            },
            {
              "x": 33.3398666381836,
              "y": -37.6069221496582
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774666666984558
            },
            {
              "x": -4.10347986221313,
              "y": 79.8946914672852
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774666666984558
            },
            {
              "x": 16.0404415130615,
              "y": 78.3754043579102
            }
          ],
          "tick": 108,
          "time_seconds": 1.8
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774664282798767
            },
            {
              "x": 16.0404472351074,
              "y": 78.3754043579102
            }
          ],
          "positions": [
            {
              "x": -29.0273780822754,
              "y": -16.3186073303223
            },
            {
              "x": 34.9439163208008,
              "y": -29.7693862915039
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774664282798767
            },
            {
              "x": -4.58811235427856,
              "y": 79.8683242797852
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774664282798767
            },
            {
              "x": 16.0404472351074,
              "y": 78.3754043579102
            }
          ],
          "tick": 114,
          "time_seconds": 1.9
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774661749601364
            },
            {
              "x": 16.0404071807861,
              "y": 78.3754119873047
            }
          ],
          "positions": [
            {
              "x": -21.0273857116699,
              "y": -16.3108596801758
            },
            {
              "x": 36.547966003418,
              "y": -21.9318428039551
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774661749601364
            },
            {
              "x": -5.09579610824585,
              "y": 79.8375396728516
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774661749601364
            },
            {
              "x": 16.0404071807861,
              "y": 78.3754119873047
            }
          ],
          "tick": 120,
          "time_seconds": 2.0
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774659067392349
            },
            {
              "x": 16.0403823852539,
              "y": 78.3754196166992
            }
          ],
          "positions": [
            {
              "x": -13.0273904800415,
              "y": -16.3031120300293
            },
            {
              "x": 38.1520080566406,
              "y": -14.0942993164063
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774659067392349
            },
            {
              "x": -5.62814950942993,
              "y": 79.8017807006836
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774659067392349
            },
            {
              "x": 16.0403823852539,
              "y": 78.3754196166992
            }
          ],
          "tick": 126,
          "time_seconds": 2.1
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774656236171722
            },
            {
              "x": 16.0403861999512,
              "y": 78.3754196166992
            }
          ],
          "positions": [
            {
              "x": -5.02739238739014,
              "y": -16.2953643798828
            },
            {
              "x": 39.756046295166,
              "y": -6.25675678253174
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774656236171722
            },
            {
              "x": -6.18693876266479,
              "y": 79.7604064941406
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774656236171722
            },
            {
              "x": 16.0403861999512,
              "y": 78.3754196166992
            }
          ],
          "tick": 132,
          "time_seconds": 2.2
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999542236328,
              "y": 0.077465333044529
            },
            {
              "x": 16.0403842926025,
              "y": 78.3754196166992
            }
          ],
          "positions": [
            {
              "x": 2.9726037979126,
              "y": -16.2876167297363
            },
            {
              "x": 41.3600845336914,
              "y": 1.58078551292419
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999542236328,
              "y": 0.077465333044529
            },
            {
              "x": -6.77409601211548,
              "y": 79.7126846313477
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999542236328,
              "y": 0.077465333044529
            },
            {
              "x": 16.0403842926025,
              "y": 78.3754196166992
            }
          ],
          "tick": 138,
          "time_seconds": 2.3
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999542236328,
              "y": 0.0774650201201439
            },
            {
              "x": 14.0226707458496,
              "y": 78.7614440917969
            }
          ],
          "positions": [
            {
              "x": 10.9726009368896,
              "y": -16.2798690795898
            },
            {
              "x": 42.9641265869141,
              "y": 9.41832828521729
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999542236328,
              "y": 0.0774650201201439
            },
            {
              "x": -7.39173460006714,
              "y": 79.6577911376953
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999542236328,
              "y": 0.0774650201201439
            },
            {
              "x": 14.0226707458496,
              "y": 78.7614440917969
            }
          ],
          "tick": 144,
          "time_seconds": 2.4
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774646922945976
            },
            {
              "x": -7.58006620407104,
              "y": 79.6400756835938
            }
          ],
          "positions": [
            {
              "x": 18.9725971221924,
              "y": -16.2721214294434
            },
            {
              "x": 42.9000205993652,
              "y": 17.3745307922363
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999694824219,
              "y": 0.0774647071957588
            },
            {
              "x": -7.58006620407104,
              "y": 79.6400756835938
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774646922945976
            },
            {
              "x": -7.58006620407104,
              "y": 79.6400756835938
            }
          ],
          "tick": 150,
          "time_seconds": 2.5
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774643570184708
            },
            {
              "x": -7.58006525039673,
              "y": 79.6400833129883
            }
          ],
          "positions": [
            {
              "x": 26.9725894927979,
              "y": -16.2643737792969
            },
            {
              "x": 42.1420097351074,
              "y": 25.3385429382324
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774643570184708
            },
            {
              "x": -7.58006525039673,
              "y": 79.6400833129883
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774643570184708
            },
            {
              "x": -7.58006525039673,
              "y": 79.6400833129883
            }
          ],
          "tick": 156,
          "time_seconds": 2.6
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774639919400215
            },
            {
              "x": -7.58006381988525,
              "y": 79.6400756835938
            }
          ],
          "positions": [
            {
              "x": 34.972583770752,
              "y": -16.2566261291504
            },
            {
              "x": 41.3839988708496,
              "y": 33.3025550842285
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774639919400215
            },
            {
              "x": -7.58006381988525,
              "y": 79.6400756835938
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774639919400215
            },
            {
              "x": -7.58006381988525,
              "y": 79.6400756835938
            }
          ],
          "tick": 162,
          "time_seconds": 2.7
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774635970592499
            },
            {
              "x": -7.58006191253662,
              "y": 79.6400833129883
            }
          ],
          "positions": [
            {
              "x": 42.9725761413574,
              "y": -16.2488784790039
            },
            {
              "x": 40.6259880065918,
              "y": 41.2665672302246
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774635970592499
            },
            {
              "x": -7.5800633430481,
              "y": 79.6400909423828
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774635970592499
            },
            {
              "x": -7.58006191253662,
              "y": 79.6400833129883
            }
          ],
          "tick": 168,
          "time_seconds": 2.8
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774631798267365
            },
            {
              "x": -7.58006143569946,
              "y": 79.6400833129883
            }
          ],
          "positions": [
            {
              "x": 50.9725685119629,
              "y": -16.2411308288574
            },
            {
              "x": 39.867977142334,
              "y": 49.2305793762207
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774631798267365
            },
            {
              "x": -7.58006143569946,
              "y": 79.6400833129883
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774631798267365
            },
            {
              "x": -7.58006143569946,
              "y": 79.6400833129883
            }
          ],
          "tick": 174,
          "time_seconds": 2.9
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.07746272534132
            },
            {
              "x": -7.58006048202515,
              "y": 79.6400833129883
            }
          ],
          "positions": [
            {
              "x": 58.9725608825684,
              "y": -16.2333831787109
            },
            {
              "x": 39.1099662780762,
              "y": 57.1945915222168
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999694824219,
              "y": 0.0774627402424812
            },
            {
              "x": -7.58006048202515,
              "y": 79.6400833129883
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.07746272534132
            },
            {
              "x": -7.58006048202515,
              "y": 79.6400833129883
            }
          ],
          "tick": 180,
          "time_seconds": 3.0
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774622708559036
            },
            {
              "x": -7.58005857467651,
              "y": 79.6400756835938
            }
          ],
          "positions": [
            {
              "x": 66.9725646972656,
              "y": -16.2256355285645
            },
            {
              "x": 38.3519554138184,
              "y": 65.1585998535156
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774622708559036
            },
            {
              "x": -7.58005857467651,
              "y": 79.6400756835938
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774622708559036
            },
            {
              "x": -7.58005857467651,
              "y": 79.6400756835938
            }
          ],
          "tick": 186,
          "time_seconds": 3.1
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.077461764216423
            },
            {
              "x": -7.58005619049072,
              "y": 79.6400833129883
            }
          ],
          "positions": [
            {
              "x": 74.9725799560547,
              "y": -16.217887878418
            },
            {
              "x": 37.5939445495605,
              "y": 73.1225891113281
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.077461764216423
            },
            {
              "x": -7.58005619049072,
              "y": 79.6400833129883
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.077461764216423
            },
            {
              "x": -7.58005619049072,
              "y": 79.6400833129883
            }
          ],
          "tick": 192,
          "time_seconds": 3.2
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774612352252007
            },
            {
              "x": -7.58005380630493,
              "y": 79.6400833129883
            }
          ],
          "positions": [
            {
              "x": 82.9725952148438,
              "y": -16.2101402282715
            },
            {
              "x": 36.8359336853027,
              "y": 81.0865783691406
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774612352252007
            },
            {
              "x": -7.58005380630493,
              "y": 79.6400833129883
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774612352252007
            },
            {
              "x": -7.58005380630493,
              "y": 79.6400833129883
            }
          ],
          "tick": 198,
          "time_seconds": 3.3
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774606466293335
            },
            {
              "x": -7.58005094528198,
              "y": 79.6400833129883
            }
          ],
          "positions": [
            {
              "x": 90.9726104736328,
              "y": -16.202392578125
            },
            {
              "x": 36.0779228210449,
              "y": 89.0505676269531
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999694824219,
              "y": 0.0774606615304947
            },
            {
              "x": -7.58005094528198,
              "y": 79.6400833129883
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774606466293335
            },
            {
              "x": -7.58005094528198,
              "y": 79.6400833129883
            }
          ],
          "tick": 204,
          "time_seconds": 3.4
        },
        {
          "executed_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774600356817245
            },
            {
              "x": -7.58004665374756,
              "y": 79.6400833129883
            }
          ],
          "positions": [
            {
              "x": 98.9726257324219,
              "y": -16.1946449279785
            },
            {
              "x": 35.3199119567871,
              "y": 97.0145568847656
            }
          ],
          "preferred_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774600356817245
            },
            {
              "x": -7.58004856109619,
              "y": 79.6400909423828
            }
          ],
          "safe_velocities": [
            {
              "x": 79.9999618530273,
              "y": 0.0774600356817245
            },
            {
              "x": -7.58004665374756,
              "y": 79.6400833129883
            }
          ],
          "tick": 210,
          "time_seconds": 3.5
        }
      ],
      "warmup_callback_counts": [
        2,
        2
      ],
      "warmup_complete": true
    },
    "two_stream_merge": {
      "agents": [
        {
          "callback_count": 327,
          "final_position": {
            "x": 153.588088989258,
            "y": -42.7057342529297
          },
          "first_meaningful_correction_distance": null,
          "first_meaningful_correction_seconds": null,
          "first_meaningful_correction_tick": null,
          "goal": {
            "x": 360.0,
            "y": 0.0
          },
          "index": 0,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 1.42737004239145E-06,
            "maximum_velocity_delta": 7.86419968790142E-06,
            "meaningful_sample_count": 0,
            "minimum_safe_speed_ratio": 0.999999891008661,
            "sample_count": 327
          },
          "progress": 381.500244140625,
          "start_position": {
            "x": -220.0,
            "y": -120.0
          }
        },
        {
          "callback_count": 327,
          "final_position": {
            "x": 118.36319732666,
            "y": -31.1790237426758
          },
          "first_meaningful_correction_distance": null,
          "first_meaningful_correction_seconds": null,
          "first_meaningful_correction_tick": null,
          "goal": {
            "x": 360.0,
            "y": 0.0
          },
          "index": 1,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 7.13685021195723E-07,
            "maximum_velocity_delta": 7.86419968790142E-06,
            "meaningful_sample_count": 0,
            "minimum_safe_speed_ratio": 0.999999891008661,
            "sample_count": 327
          },
          "progress": 381.499954223633,
          "start_position": {
            "x": -260.0,
            "y": -80.0
          }
        },
        {
          "callback_count": 327,
          "final_position": {
            "x": 80.8012619018555,
            "y": -17.8035202026367
          },
          "first_meaningful_correction_distance": 38.087532043457,
          "first_meaningful_correction_seconds": 4.98333333333333,
          "first_meaningful_correction_tick": 299,
          "goal": {
            "x": 360.0,
            "y": 0.0
          },
          "index": 2,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 1.85628021120892,
            "maximum_velocity_delta": 2.26822066307068,
            "meaningful_sample_count": 28,
            "minimum_safe_speed_ratio": 0.998645891462054,
            "sample_count": 327
          },
          "progress": 381.445220947266,
          "start_position": {
            "x": -300.0,
            "y": -40.0
          }
        },
        {
          "callback_count": 327,
          "final_position": {
            "x": 153.588088989258,
            "y": 42.7057342529297
          },
          "first_meaningful_correction_distance": null,
          "first_meaningful_correction_seconds": null,
          "first_meaningful_correction_tick": null,
          "goal": {
            "x": 360.0,
            "y": 0.0
          },
          "index": 3,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 1.42737004239145E-06,
            "maximum_velocity_delta": 7.86419968790142E-06,
            "meaningful_sample_count": 0,
            "minimum_safe_speed_ratio": 0.999999891008661,
            "sample_count": 327
          },
          "progress": 381.500244140625,
          "start_position": {
            "x": -220.0,
            "y": 120.0
          }
        },
        {
          "callback_count": 327,
          "final_position": {
            "x": 118.36319732666,
            "y": 31.1790237426758
          },
          "first_meaningful_correction_distance": null,
          "first_meaningful_correction_seconds": null,
          "first_meaningful_correction_tick": null,
          "goal": {
            "x": 360.0,
            "y": 0.0
          },
          "index": 4,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 7.13685021195723E-07,
            "maximum_velocity_delta": 7.86419968790142E-06,
            "meaningful_sample_count": 0,
            "minimum_safe_speed_ratio": 0.999999891008661,
            "sample_count": 327
          },
          "progress": 381.499954223633,
          "start_position": {
            "x": -260.0,
            "y": 80.0
          }
        },
        {
          "callback_count": 327,
          "final_position": {
            "x": 80.7678070068359,
            "y": 17.5681076049805
          },
          "first_meaningful_correction_distance": 37.3271064758301,
          "first_meaningful_correction_seconds": 5.1,
          "first_meaningful_correction_tick": 306,
          "goal": {
            "x": 360.0,
            "y": 0.0
          },
          "index": 5,
          "probe": {
            "maximum_continuous_stall_seconds": 0.0,
            "maximum_correction_angle_degrees": 1.2894528438299,
            "maximum_velocity_delta": 1.58127653598785,
            "meaningful_sample_count": 21,
            "minimum_safe_speed_ratio": 0.997773306710379,
            "sample_count": 327
          },
          "progress": 381.426696777344,
          "start_position": {
            "x": -300.0,
            "y": 40.0
          }
        }
      ],
      "avoidance_overlap_tick_count": 0,
      "completed": true,
      "duration_seconds": 5.45,
      "finite": true,
      "id": "two_stream_merge",
      "map_iteration_id": 1,
      "maximum_application_candidate_upper_bound": 5,
      "minimum_clearance_tick": 326,
      "minimum_signed_clearance": 7.45475006103516,
      "minimum_static_clearance_tick": null,
      "minimum_static_signed_clearance": null,
      "parameters": {
        "agents": [
          {
            "current_velocity": "(68.54823, 14.18239)",
            "goal": "(360.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": "(-220.0, -120.0)",
            "preferred_speed": 70.0,
            "preferred_velocity": "(68.54823, 14.18239)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(69.42445, 8.957994)",
            "goal": "(360.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": "(-260.0, -80.0)",
            "preferred_speed": 70.0,
            "preferred_velocity": "(69.42445, 8.957994)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(69.8718, 4.234654)",
            "goal": "(360.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": "(-300.0, -40.0)",
            "preferred_speed": 70.0,
            "preferred_velocity": "(69.8718, 4.234654)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(68.54823, -14.18239)",
            "goal": "(360.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": "(-220.0, 120.0)",
            "preferred_speed": 70.0,
            "preferred_velocity": "(68.54823, -14.18239)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(69.42445, -8.957994)",
            "goal": "(360.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": "(-260.0, 80.0)",
            "preferred_speed": 70.0,
            "preferred_velocity": "(69.42445, -8.957994)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          },
          {
            "current_velocity": "(69.8718, -4.234654)",
            "goal": "(360.0, 0.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 4,
            "max_speed": 70.0,
            "neighbor_distance": 320.0,
            "position": "(-300.0, 40.0)",
            "preferred_speed": 70.0,
            "preferred_velocity": "(69.8718, -4.234654)",
            "priority": 1.0,
            "radius": 14.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "id": "two_stream_merge",
        "pass_conditions": [
          {
            "agent": 0,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 1,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 2,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 3,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 4,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          },
          {
            "agent": 5,
            "axis": "x",
            "direction": 1.0,
            "threshold": 80.0
          }
        ],
        "timeout_seconds": 12.0,
        "trace_stride": 12
      },
      "physics_collision_shapes_present": false,
      "physics_contact_count": null,
      "physics_ticks_per_second": 60.0,
      "ticks_executed": 327,
      "trace": [
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": 8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465442657471
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": -8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465442657471
            }
          ],
          "positions": [
            {
              "x": -220.0,
              "y": -120.0
            },
            {
              "x": -260.0,
              "y": -80.0
            },
            {
              "x": -300.0,
              "y": -40.0
            },
            {
              "x": -220.0,
              "y": 120.0
            },
            {
              "x": -260.0,
              "y": 80.0
            },
            {
              "x": -300.0,
              "y": 40.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": 8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465442657471
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": -8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465442657471
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": 8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465442657471
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": -8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465442657471
            }
          ],
          "tick": 0,
          "time_seconds": 0.0
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": 8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465585708618
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": -8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465585708618
            }
          ],
          "positions": [
            {
              "x": -206.290344238281,
              "y": -117.163513183594
            },
            {
              "x": -246.115112304688,
              "y": -78.2084045410156
            },
            {
              "x": -286.025756835938,
              "y": -39.1530914306641
            },
            {
              "x": -206.290344238281,
              "y": 117.163513183594
            },
            {
              "x": -246.115112304688,
              "y": 78.2084045410156
            },
            {
              "x": -286.025756835938,
              "y": 39.1530914306641
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": 8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465585708618
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": -8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465585708618
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": 8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465585708618
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823921203613
            },
            {
              "x": 69.424446105957,
              "y": -8.95799350738525
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465585708618
            }
          ],
          "tick": 12,
          "time_seconds": 0.2
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.182391166687
            },
            {
              "x": 69.4244537353516,
              "y": 8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": 4.2346568107605
            },
            {
              "x": 68.5482330322266,
              "y": -14.182391166687
            },
            {
              "x": 69.4244537353516,
              "y": -8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": -4.2346568107605
            }
          ],
          "positions": [
            {
              "x": -192.580688476563,
              "y": -114.327026367188
            },
            {
              "x": -232.230224609375,
              "y": -76.4168090820313
            },
            {
              "x": -272.051513671875,
              "y": -38.3061752319336
            },
            {
              "x": -192.580688476563,
              "y": 114.327026367188
            },
            {
              "x": -232.230224609375,
              "y": 76.4168090820313
            },
            {
              "x": -272.051513671875,
              "y": 38.3061752319336
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.182391166687
            },
            {
              "x": 69.4244537353516,
              "y": 8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": 4.2346568107605
            },
            {
              "x": 68.5482330322266,
              "y": -14.182391166687
            },
            {
              "x": 69.4244537353516,
              "y": -8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": -4.2346568107605
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.182391166687
            },
            {
              "x": 69.4244537353516,
              "y": 8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": 4.2346568107605
            },
            {
              "x": 68.5482330322266,
              "y": -14.182391166687
            },
            {
              "x": 69.4244537353516,
              "y": -8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": -4.2346568107605
            }
          ],
          "tick": 24,
          "time_seconds": 0.4
        },
        {
          "executed_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": 8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": 4.2346568107605
            },
            {
              "x": 68.548225402832,
              "y": -14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": -8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": -4.2346568107605
            }
          ],
          "positions": [
            {
              "x": -178.871032714844,
              "y": -111.490539550781
            },
            {
              "x": -218.345336914063,
              "y": -74.6252136230469
            },
            {
              "x": -258.077270507813,
              "y": -37.4592514038086
            },
            {
              "x": -178.871032714844,
              "y": 111.490539550781
            },
            {
              "x": -218.345336914063,
              "y": 74.6252136230469
            },
            {
              "x": -258.077270507813,
              "y": 37.4592514038086
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": 8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": 4.2346568107605
            },
            {
              "x": 68.548225402832,
              "y": -14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": -8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": -4.2346568107605
            }
          ],
          "safe_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": 8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": 4.2346568107605
            },
            {
              "x": 68.548225402832,
              "y": -14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": -8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": -4.2346568107605
            }
          ],
          "tick": 36,
          "time_seconds": 0.6
        },
        {
          "executed_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823883056641
            },
            {
              "x": 69.424446105957,
              "y": 8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465728759766
            },
            {
              "x": 68.548225402832,
              "y": -14.1823883056641
            },
            {
              "x": 69.424446105957,
              "y": -8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465728759766
            }
          ],
          "positions": [
            {
              "x": -165.161376953125,
              "y": -108.654052734375
            },
            {
              "x": -204.46044921875,
              "y": -72.8336181640625
            },
            {
              "x": -244.10285949707,
              "y": -36.6123199462891
            },
            {
              "x": -165.161376953125,
              "y": 108.654052734375
            },
            {
              "x": -204.46044921875,
              "y": 72.8336181640625
            },
            {
              "x": -244.10285949707,
              "y": 36.6123199462891
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823883056641
            },
            {
              "x": 69.424446105957,
              "y": 8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465728759766
            },
            {
              "x": 68.548225402832,
              "y": -14.1823883056641
            },
            {
              "x": 69.424446105957,
              "y": -8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465728759766
            }
          ],
          "safe_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823883056641
            },
            {
              "x": 69.424446105957,
              "y": 8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465728759766
            },
            {
              "x": 68.548225402832,
              "y": -14.1823883056641
            },
            {
              "x": 69.424446105957,
              "y": -8.95799446105957
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465728759766
            }
          ],
          "tick": 48,
          "time_seconds": 0.8
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": 8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465776443481
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": -8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465776443481
            }
          ],
          "positions": [
            {
              "x": -151.451721191406,
              "y": -105.817565917969
            },
            {
              "x": -190.575561523438,
              "y": -71.0420227050781
            },
            {
              "x": -230.128433227539,
              "y": -35.7653884887695
            },
            {
              "x": -151.451721191406,
              "y": 105.817565917969
            },
            {
              "x": -190.575561523438,
              "y": 71.0420227050781
            },
            {
              "x": -230.128433227539,
              "y": 35.7653884887695
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": 8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465776443481
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": -8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465776443481
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": 8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465776443481
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823892593384
            },
            {
              "x": 69.424446105957,
              "y": -8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465776443481
            }
          ],
          "tick": 60,
          "time_seconds": 1.0
        },
        {
          "executed_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823873519897
            },
            {
              "x": 69.424446105957,
              "y": 8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465728759766
            },
            {
              "x": 68.548225402832,
              "y": -14.1823873519897
            },
            {
              "x": 69.424446105957,
              "y": -8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465728759766
            }
          ],
          "positions": [
            {
              "x": -137.742065429688,
              "y": -102.981079101563
            },
            {
              "x": -176.690673828125,
              "y": -69.2504272460938
            },
            {
              "x": -216.154006958008,
              "y": -34.9184494018555
            },
            {
              "x": -137.742065429688,
              "y": 102.981079101563
            },
            {
              "x": -176.690673828125,
              "y": 69.2504272460938
            },
            {
              "x": -216.154006958008,
              "y": 34.9184494018555
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823873519897
            },
            {
              "x": 69.424446105957,
              "y": 8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465728759766
            },
            {
              "x": 68.548225402832,
              "y": -14.1823873519897
            },
            {
              "x": 69.424446105957,
              "y": -8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465728759766
            }
          ],
          "safe_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823873519897
            },
            {
              "x": 69.424446105957,
              "y": 8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465728759766
            },
            {
              "x": 68.548225402832,
              "y": -14.1823873519897
            },
            {
              "x": 69.424446105957,
              "y": -8.95799541473389
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465728759766
            }
          ],
          "tick": 72,
          "time_seconds": 1.2
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823863983154
            },
            {
              "x": 69.4244537353516,
              "y": 8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465728759766
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823863983154
            },
            {
              "x": 69.4244537353516,
              "y": -8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465728759766
            }
          ],
          "positions": [
            {
              "x": -124.032409667969,
              "y": -100.144592285156
            },
            {
              "x": -162.805786132813,
              "y": -67.4588317871094
            },
            {
              "x": -202.179580688477,
              "y": -34.0715141296387
            },
            {
              "x": -124.032409667969,
              "y": 100.144592285156
            },
            {
              "x": -162.805786132813,
              "y": 67.4588317871094
            },
            {
              "x": -202.179580688477,
              "y": 34.0715141296387
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823863983154
            },
            {
              "x": 69.4244537353516,
              "y": 8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465728759766
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823863983154
            },
            {
              "x": 69.4244537353516,
              "y": -8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465728759766
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823863983154
            },
            {
              "x": 69.4244537353516,
              "y": 8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465728759766
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823863983154
            },
            {
              "x": 69.4244537353516,
              "y": -8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465728759766
            }
          ],
          "tick": 84,
          "time_seconds": 1.4
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823854446411
            },
            {
              "x": 69.424446105957,
              "y": 8.9579963684082
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465776443481
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823854446411
            },
            {
              "x": 69.424446105957,
              "y": -8.9579963684082
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465776443481
            }
          ],
          "positions": [
            {
              "x": -110.32275390625,
              "y": -97.30810546875
            },
            {
              "x": -148.9208984375,
              "y": -65.667236328125
            },
            {
              "x": -188.205154418945,
              "y": -33.2245788574219
            },
            {
              "x": -110.32275390625,
              "y": 97.30810546875
            },
            {
              "x": -148.9208984375,
              "y": 65.667236328125
            },
            {
              "x": -188.205154418945,
              "y": 33.2245788574219
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823854446411
            },
            {
              "x": 69.424446105957,
              "y": 8.9579963684082
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465776443481
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823854446411
            },
            {
              "x": 69.424446105957,
              "y": -8.9579963684082
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465776443481
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823854446411
            },
            {
              "x": 69.424446105957,
              "y": 8.9579963684082
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465776443481
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823854446411
            },
            {
              "x": 69.424446105957,
              "y": -8.9579963684082
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465776443481
            }
          ],
          "tick": 96,
          "time_seconds": 1.6
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823854446411
            },
            {
              "x": 69.424446105957,
              "y": 8.95799732208252
            },
            {
              "x": 69.8717880249023,
              "y": 4.23465633392334
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823854446411
            },
            {
              "x": 69.424446105957,
              "y": -8.95799732208252
            },
            {
              "x": 69.8717880249023,
              "y": -4.23465633392334
            }
          ],
          "positions": [
            {
              "x": -96.6130981445313,
              "y": -94.4716186523438
            },
            {
              "x": -135.036010742188,
              "y": -63.8756408691406
            },
            {
              "x": -174.230728149414,
              "y": -32.3776397705078
            },
            {
              "x": -96.6130981445313,
              "y": 94.4716186523438
            },
            {
              "x": -135.036010742188,
              "y": 63.8756408691406
            },
            {
              "x": -174.230728149414,
              "y": 32.3776397705078
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823844909668
            },
            {
              "x": 69.424446105957,
              "y": 8.95799732208252
            },
            {
              "x": 69.8717880249023,
              "y": 4.23465633392334
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823844909668
            },
            {
              "x": 69.424446105957,
              "y": -8.95799732208252
            },
            {
              "x": 69.8717880249023,
              "y": -4.23465633392334
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823854446411
            },
            {
              "x": 69.424446105957,
              "y": 8.95799732208252
            },
            {
              "x": 69.8717880249023,
              "y": 4.23465633392334
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823854446411
            },
            {
              "x": 69.424446105957,
              "y": -8.95799732208252
            },
            {
              "x": 69.8717880249023,
              "y": -4.23465633392334
            }
          ],
          "tick": 108,
          "time_seconds": 1.8
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823825836182
            },
            {
              "x": 69.424446105957,
              "y": 8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465776443481
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823825836182
            },
            {
              "x": 69.424446105957,
              "y": -8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465776443481
            }
          ],
          "positions": [
            {
              "x": -82.9034423828125,
              "y": -91.6351318359375
            },
            {
              "x": -121.151123046875,
              "y": -62.0840454101563
            },
            {
              "x": -160.256301879883,
              "y": -31.5307102203369
            },
            {
              "x": -82.9034423828125,
              "y": 91.6351318359375
            },
            {
              "x": -121.151123046875,
              "y": 62.0840454101563
            },
            {
              "x": -160.256301879883,
              "y": 31.5307102203369
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823825836182
            },
            {
              "x": 69.424446105957,
              "y": 8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465776443481
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823825836182
            },
            {
              "x": 69.424446105957,
              "y": -8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465776443481
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823825836182
            },
            {
              "x": 69.424446105957,
              "y": 8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465776443481
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823825836182
            },
            {
              "x": 69.424446105957,
              "y": -8.95799732208252
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465776443481
            }
          ],
          "tick": 120,
          "time_seconds": 2.0
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823806762695
            },
            {
              "x": 69.424446105957,
              "y": 8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823806762695
            },
            {
              "x": 69.424446105957,
              "y": -8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "positions": [
            {
              "x": -69.1937866210938,
              "y": -88.7986450195313
            },
            {
              "x": -107.266235351563,
              "y": -60.2924499511719
            },
            {
              "x": -146.281875610352,
              "y": -30.6837787628174
            },
            {
              "x": -69.1937866210938,
              "y": 88.7986450195313
            },
            {
              "x": -107.266235351563,
              "y": 60.2924499511719
            },
            {
              "x": -146.281875610352,
              "y": 30.6837787628174
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823806762695
            },
            {
              "x": 69.424446105957,
              "y": 8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823806762695
            },
            {
              "x": 69.424446105957,
              "y": -8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823806762695
            },
            {
              "x": 69.424446105957,
              "y": 8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823806762695
            },
            {
              "x": 69.424446105957,
              "y": -8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "tick": 132,
          "time_seconds": 2.2
        },
        {
          "executed_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823797225952
            },
            {
              "x": 69.424446105957,
              "y": 8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.548225402832,
              "y": -14.1823797225952
            },
            {
              "x": 69.424446105957,
              "y": -8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "positions": [
            {
              "x": -55.484130859375,
              "y": -85.962158203125
            },
            {
              "x": -93.38134765625,
              "y": -58.5008544921875
            },
            {
              "x": -132.30744934082,
              "y": -29.8368473052979
            },
            {
              "x": -55.484130859375,
              "y": 85.962158203125
            },
            {
              "x": -93.38134765625,
              "y": 58.5008544921875
            },
            {
              "x": -132.30744934082,
              "y": 29.8368473052979
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823797225952
            },
            {
              "x": 69.424446105957,
              "y": 8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.548225402832,
              "y": -14.1823797225952
            },
            {
              "x": 69.424446105957,
              "y": -8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "safe_velocities": [
            {
              "x": 68.548225402832,
              "y": 14.1823797225952
            },
            {
              "x": 69.424446105957,
              "y": 8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.548225402832,
              "y": -14.1823797225952
            },
            {
              "x": 69.424446105957,
              "y": -8.95799827575684
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "tick": 144,
          "time_seconds": 2.4
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823787689209
            },
            {
              "x": 69.4244537353516,
              "y": 8.95800018310547
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823787689209
            },
            {
              "x": 69.4244537353516,
              "y": -8.95800018310547
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "positions": [
            {
              "x": -41.7744750976563,
              "y": -83.1256713867188
            },
            {
              "x": -79.4964599609375,
              "y": -56.7092590332031
            },
            {
              "x": -118.33309173584,
              "y": -28.9899158477783
            },
            {
              "x": -41.7744750976563,
              "y": 83.1256713867188
            },
            {
              "x": -79.4964599609375,
              "y": 56.7092590332031
            },
            {
              "x": -118.33309173584,
              "y": 28.9899158477783
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823787689209
            },
            {
              "x": 69.4244537353516,
              "y": 8.95800018310547
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823787689209
            },
            {
              "x": 69.4244537353516,
              "y": -8.95800018310547
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823787689209
            },
            {
              "x": 69.4244537353516,
              "y": 8.95800018310547
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823787689209
            },
            {
              "x": 69.4244537353516,
              "y": -8.95800018310547
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "tick": 156,
          "time_seconds": 2.6
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823768615723
            },
            {
              "x": 69.4244537353516,
              "y": 8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823768615723
            },
            {
              "x": 69.4244537353516,
              "y": -8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "positions": [
            {
              "x": -28.0648193359375,
              "y": -80.2891845703125
            },
            {
              "x": -65.611572265625,
              "y": -54.9176635742188
            },
            {
              "x": -104.358757019043,
              "y": -28.1429843902588
            },
            {
              "x": -28.0648193359375,
              "y": 80.2891845703125
            },
            {
              "x": -65.611572265625,
              "y": 54.9176635742188
            },
            {
              "x": -104.358757019043,
              "y": 28.1429843902588
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823768615723
            },
            {
              "x": 69.4244537353516,
              "y": 8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823768615723
            },
            {
              "x": 69.4244537353516,
              "y": -8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823768615723
            },
            {
              "x": 69.4244537353516,
              "y": 8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823768615723
            },
            {
              "x": 69.4244537353516,
              "y": -8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "tick": 168,
          "time_seconds": 2.8
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823759078979
            },
            {
              "x": 69.4244537353516,
              "y": 8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823759078979
            },
            {
              "x": 69.4244537353516,
              "y": -8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "positions": [
            {
              "x": -14.3551654815674,
              "y": -77.4526977539063
            },
            {
              "x": -51.7266845703125,
              "y": -53.1260681152344
            },
            {
              "x": -90.3844223022461,
              "y": -27.2960529327393
            },
            {
              "x": -14.3551654815674,
              "y": 77.4526977539063
            },
            {
              "x": -51.7266845703125,
              "y": 53.1260681152344
            },
            {
              "x": -90.3844223022461,
              "y": 27.2960529327393
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823759078979
            },
            {
              "x": 69.4244537353516,
              "y": 8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823759078979
            },
            {
              "x": 69.4244537353516,
              "y": -8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823759078979
            },
            {
              "x": 69.4244537353516,
              "y": 8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823759078979
            },
            {
              "x": 69.4244537353516,
              "y": -8.95800113677979
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "tick": 180,
          "time_seconds": 3.0
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823740005493
            },
            {
              "x": 69.424446105957,
              "y": 8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823740005493
            },
            {
              "x": 69.424446105957,
              "y": -8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "positions": [
            {
              "x": -0.645520448684692,
              "y": -74.6162109375
            },
            {
              "x": -37.841796875,
              "y": -51.33447265625
            },
            {
              "x": -76.4100875854492,
              "y": -26.4491214752197
            },
            {
              "x": -0.645520448684692,
              "y": 74.6162109375
            },
            {
              "x": -37.841796875,
              "y": 51.33447265625
            },
            {
              "x": -76.4100875854492,
              "y": 26.4491214752197
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823740005493
            },
            {
              "x": 69.424446105957,
              "y": 8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823740005493
            },
            {
              "x": 69.424446105957,
              "y": -8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823740005493
            },
            {
              "x": 69.424446105957,
              "y": 8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823740005493
            },
            {
              "x": 69.424446105957,
              "y": -8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "tick": 192,
          "time_seconds": 3.2
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823711395264
            },
            {
              "x": 69.424446105957,
              "y": 8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823711395264
            },
            {
              "x": 69.424446105957,
              "y": -8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "positions": [
            {
              "x": 13.0641250610352,
              "y": -71.7797241210938
            },
            {
              "x": -23.9569091796875,
              "y": -49.5428771972656
            },
            {
              "x": -62.4357452392578,
              "y": -25.6021900177002
            },
            {
              "x": 13.0641250610352,
              "y": 71.7797241210938
            },
            {
              "x": -23.9569091796875,
              "y": 49.5428771972656
            },
            {
              "x": -62.4357452392578,
              "y": 25.6021900177002
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823711395264
            },
            {
              "x": 69.424446105957,
              "y": 8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823711395264
            },
            {
              "x": 69.424446105957,
              "y": -8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823711395264
            },
            {
              "x": 69.424446105957,
              "y": 8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823711395264
            },
            {
              "x": 69.424446105957,
              "y": -8.9580020904541
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "tick": 204,
          "time_seconds": 3.4
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823682785034
            },
            {
              "x": 69.424446105957,
              "y": 8.95800304412842
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823682785034
            },
            {
              "x": 69.424446105957,
              "y": -8.95800304412842
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "positions": [
            {
              "x": 26.7737789154053,
              "y": -68.9432373046875
            },
            {
              "x": -10.072021484375,
              "y": -47.7512817382813
            },
            {
              "x": -48.4613647460938,
              "y": -24.7552585601807
            },
            {
              "x": 26.7737789154053,
              "y": 68.9432373046875
            },
            {
              "x": -10.072021484375,
              "y": 47.7512817382813
            },
            {
              "x": -48.4613647460938,
              "y": 24.7552585601807
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823682785034
            },
            {
              "x": 69.424446105957,
              "y": 8.95800304412842
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823682785034
            },
            {
              "x": 69.424446105957,
              "y": -8.95800304412842
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823682785034
            },
            {
              "x": 69.424446105957,
              "y": 8.95800304412842
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823682785034
            },
            {
              "x": 69.424446105957,
              "y": -8.95800304412842
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "tick": 216,
          "time_seconds": 3.6
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823654174805
            },
            {
              "x": 69.424446105957,
              "y": 8.95800399780273
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823654174805
            },
            {
              "x": 69.424446105957,
              "y": -8.95800399780273
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "positions": [
            {
              "x": 40.4834327697754,
              "y": -66.1067504882813
            },
            {
              "x": 3.81286978721619,
              "y": -45.9596862792969
            },
            {
              "x": -34.4869842529297,
              "y": -23.9083271026611
            },
            {
              "x": 40.4834327697754,
              "y": 66.1067504882813
            },
            {
              "x": 3.81286978721619,
              "y": 45.9596862792969
            },
            {
              "x": -34.4869842529297,
              "y": 23.9083271026611
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823673248291
            },
            {
              "x": 69.424446105957,
              "y": 8.95800399780273
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823673248291
            },
            {
              "x": 69.424446105957,
              "y": -8.95800399780273
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823654174805
            },
            {
              "x": 69.424446105957,
              "y": 8.95800399780273
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465824127197
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823654174805
            },
            {
              "x": 69.424446105957,
              "y": -8.95800399780273
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465824127197
            }
          ],
          "tick": 228,
          "time_seconds": 3.8
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823635101318
            },
            {
              "x": 69.424446105957,
              "y": 8.95800495147705
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823635101318
            },
            {
              "x": 69.424446105957,
              "y": -8.95800495147705
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "positions": [
            {
              "x": 54.1930885314941,
              "y": -63.270263671875
            },
            {
              "x": 17.6977577209473,
              "y": -44.1680908203125
            },
            {
              "x": -20.512622833252,
              "y": -23.0613956451416
            },
            {
              "x": 54.1930885314941,
              "y": 63.270263671875
            },
            {
              "x": 17.6977577209473,
              "y": 44.1680908203125
            },
            {
              "x": -20.512622833252,
              "y": 23.0613956451416
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823644638062
            },
            {
              "x": 69.424446105957,
              "y": 8.95800495147705
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823644638062
            },
            {
              "x": 69.424446105957,
              "y": -8.95800495147705
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823635101318
            },
            {
              "x": 69.424446105957,
              "y": 8.95800495147705
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823635101318
            },
            {
              "x": 69.424446105957,
              "y": -8.95800495147705
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "tick": 240,
          "time_seconds": 4.0
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823606491089
            },
            {
              "x": 69.424446105957,
              "y": 8.95800590515137
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823606491089
            },
            {
              "x": 69.424446105957,
              "y": -8.95800590515137
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "positions": [
            {
              "x": 67.9027404785156,
              "y": -60.4337768554688
            },
            {
              "x": 31.5826454162598,
              "y": -42.3764953613281
            },
            {
              "x": -6.53826522827148,
              "y": -22.2144641876221
            },
            {
              "x": 67.9027404785156,
              "y": 60.4337768554688
            },
            {
              "x": 31.5826454162598,
              "y": 42.3764953613281
            },
            {
              "x": -6.53826522827148,
              "y": 22.2144641876221
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823606491089
            },
            {
              "x": 69.424446105957,
              "y": 8.95800590515137
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823606491089
            },
            {
              "x": 69.424446105957,
              "y": -8.95800590515137
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823606491089
            },
            {
              "x": 69.424446105957,
              "y": 8.95800590515137
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823606491089
            },
            {
              "x": 69.424446105957,
              "y": -8.95800590515137
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "tick": 252,
          "time_seconds": 4.2
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823587417603
            },
            {
              "x": 69.424446105957,
              "y": 8.9580078125
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823587417603
            },
            {
              "x": 69.424446105957,
              "y": -8.9580078125
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "positions": [
            {
              "x": 81.6123962402344,
              "y": -57.5972900390625
            },
            {
              "x": 45.4675331115723,
              "y": -40.5848999023438
            },
            {
              "x": 7.43609428405762,
              "y": -21.3675327301025
            },
            {
              "x": 81.6123962402344,
              "y": 57.5972900390625
            },
            {
              "x": 45.4675331115723,
              "y": 40.5848999023438
            },
            {
              "x": 7.43609428405762,
              "y": 21.3675327301025
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823587417603
            },
            {
              "x": 69.424446105957,
              "y": 8.9580078125
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823587417603
            },
            {
              "x": 69.424446105957,
              "y": -8.9580078125
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823587417603
            },
            {
              "x": 69.424446105957,
              "y": 8.9580078125
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823587417603
            },
            {
              "x": 69.424446105957,
              "y": -8.9580078125
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "tick": 264,
          "time_seconds": 4.4
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.182354927063
            },
            {
              "x": 69.424446105957,
              "y": 8.95800876617432
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482406616211,
              "y": -14.182354927063
            },
            {
              "x": 69.424446105957,
              "y": -8.95800876617432
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "positions": [
            {
              "x": 95.3220520019531,
              "y": -54.7608032226563
            },
            {
              "x": 59.3524208068848,
              "y": -38.7933044433594
            },
            {
              "x": 21.4104518890381,
              "y": -20.520601272583
            },
            {
              "x": 95.3220520019531,
              "y": 54.7608032226563
            },
            {
              "x": 59.3524208068848,
              "y": 38.7933044433594
            },
            {
              "x": 21.4104518890381,
              "y": 20.520601272583
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.182354927063
            },
            {
              "x": 69.424446105957,
              "y": 8.95800876617432
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482406616211,
              "y": -14.182354927063
            },
            {
              "x": 69.424446105957,
              "y": -8.95800876617432
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.182354927063
            },
            {
              "x": 69.424446105957,
              "y": 8.95800876617432
            },
            {
              "x": 69.8717956542969,
              "y": 4.23465871810913
            },
            {
              "x": 68.5482406616211,
              "y": -14.182354927063
            },
            {
              "x": 69.424446105957,
              "y": -8.95800876617432
            },
            {
              "x": 69.8717956542969,
              "y": -4.23465871810913
            }
          ],
          "tick": 276,
          "time_seconds": 4.6
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823501586914
            },
            {
              "x": 69.424446105957,
              "y": 8.95801067352295
            },
            {
              "x": 69.8717575073242,
              "y": 3.75935125350952
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823501586914
            },
            {
              "x": 69.424446105957,
              "y": -8.95801067352295
            },
            {
              "x": 69.8551483154297,
              "y": -3.85874819755554
            }
          ],
          "positions": [
            {
              "x": 109.031707763672,
              "y": -51.92431640625
            },
            {
              "x": 73.2373123168945,
              "y": -37.001708984375
            },
            {
              "x": 35.3848075866699,
              "y": -19.7077140808105
            },
            {
              "x": 109.031707763672,
              "y": 51.92431640625
            },
            {
              "x": 73.2373123168945,
              "y": 37.001708984375
            },
            {
              "x": 35.383602142334,
              "y": 19.7014942169189
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823501586914
            },
            {
              "x": 69.424446105957,
              "y": 8.95801067352295
            },
            {
              "x": 69.8713531494141,
              "y": 4.24195957183838
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823501586914
            },
            {
              "x": 69.424446105957,
              "y": -8.95801067352295
            },
            {
              "x": 69.8714294433594,
              "y": -4.24061012268066
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823501586914
            },
            {
              "x": 69.424446105957,
              "y": 8.95801067352295
            },
            {
              "x": 69.8717575073242,
              "y": 3.75935125350952
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823501586914
            },
            {
              "x": 69.424446105957,
              "y": -8.95801067352295
            },
            {
              "x": 69.8551483154297,
              "y": -3.85874819755554
            }
          ],
          "tick": 288,
          "time_seconds": 4.8
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823463439941
            },
            {
              "x": 69.424446105957,
              "y": 8.95801162719727
            },
            {
              "x": 69.8716201782227,
              "y": 3.20645141601563
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823463439941
            },
            {
              "x": 69.424446105957,
              "y": -8.95801162719727
            },
            {
              "x": 69.8343353271484,
              "y": -3.45688676834106
            }
          ],
          "positions": [
            {
              "x": 122.741363525391,
              "y": -49.0878295898438
            },
            {
              "x": 87.122200012207,
              "y": -35.2101135253906
            },
            {
              "x": 49.3591423034668,
              "y": -19.0074672698975
            },
            {
              "x": 122.741363525391,
              "y": 49.0878295898438
            },
            {
              "x": 87.122200012207,
              "y": 35.2101135253906
            },
            {
              "x": 49.3527297973633,
              "y": 18.9677639007568
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823463439941
            },
            {
              "x": 69.4244537353516,
              "y": 8.95801258087158
            },
            {
              "x": 69.8693313598633,
              "y": 4.27515840530396
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823463439941
            },
            {
              "x": 69.4244537353516,
              "y": -8.95801258087158
            },
            {
              "x": 69.869873046875,
              "y": -4.26617383956909
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823463439941
            },
            {
              "x": 69.424446105957,
              "y": 8.95801162719727
            },
            {
              "x": 69.8716201782227,
              "y": 3.20645141601563
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823463439941
            },
            {
              "x": 69.424446105957,
              "y": -8.95801162719727
            },
            {
              "x": 69.8343353271484,
              "y": -3.45688676834106
            }
          ],
          "tick": 300,
          "time_seconds": 5.0
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823415756226
            },
            {
              "x": 69.424446105957,
              "y": 8.9580135345459
            },
            {
              "x": 69.8714447021484,
              "y": 2.7059428691864
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823415756226
            },
            {
              "x": 69.424446105957,
              "y": -8.9580135345459
            },
            {
              "x": 69.8131790161133,
              "y": -3.12261271476746
            }
          ],
          "positions": [
            {
              "x": 136.451019287109,
              "y": -46.2513427734375
            },
            {
              "x": 101.00708770752,
              "y": -33.4185180664063
            },
            {
              "x": 63.3334503173828,
              "y": -18.4128494262695
            },
            {
              "x": 136.451019287109,
              "y": 46.2513427734375
            },
            {
              "x": 101.00708770752,
              "y": 33.4185180664063
            },
            {
              "x": 63.3176689147949,
              "y": 18.3080863952637
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823415756226
            },
            {
              "x": 69.424446105957,
              "y": 8.9580135345459
            },
            {
              "x": 69.8655700683594,
              "y": 4.33626270294189
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823415756226
            },
            {
              "x": 69.424446105957,
              "y": -8.9580135345459
            },
            {
              "x": 69.8670959472656,
              "y": -4.31145572662354
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482330322266,
              "y": 14.1823415756226
            },
            {
              "x": 69.424446105957,
              "y": 8.9580135345459
            },
            {
              "x": 69.8714447021484,
              "y": 2.7059428691864
            },
            {
              "x": 68.5482330322266,
              "y": -14.1823415756226
            },
            {
              "x": 69.424446105957,
              "y": -8.9580135345459
            },
            {
              "x": 69.8131790161133,
              "y": -3.12261271476746
            }
          ],
          "tick": 312,
          "time_seconds": 5.2
        },
        {
          "executed_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823358535767
            },
            {
              "x": 69.424446105957,
              "y": 8.95801544189453
            },
            {
              "x": 69.8713226318359,
              "y": 2.24936771392822
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823358535767
            },
            {
              "x": 69.424446105957,
              "y": -8.95801544189453
            },
            {
              "x": 69.7913436889648,
              "y": -2.84936785697937
            }
          ],
          "positions": [
            {
              "x": 150.160675048828,
              "y": -43.4148559570313
            },
            {
              "x": 114.891975402832,
              "y": -31.6269226074219
            },
            {
              "x": 77.3077011108398,
              "y": -17.914176940918
            },
            {
              "x": 150.160675048828,
              "y": 43.4148559570313
            },
            {
              "x": 114.891975402832,
              "y": 31.6269226074219
            },
            {
              "x": 77.2783355712891,
              "y": 17.7095737457275
            }
          ],
          "preferred_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823358535767
            },
            {
              "x": 69.424446105957,
              "y": 8.95801544189453
            },
            {
              "x": 69.8598785400391,
              "y": 4.42701244354248
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823358535767
            },
            {
              "x": 69.424446105957,
              "y": -8.95801544189453
            },
            {
              "x": 69.8630752563477,
              "y": -4.37619543075562
            }
          ],
          "safe_velocities": [
            {
              "x": 68.5482406616211,
              "y": 14.1823358535767
            },
            {
              "x": 69.424446105957,
              "y": 8.95801544189453
            },
            {
              "x": 69.8713226318359,
              "y": 2.24936771392822
            },
            {
              "x": 68.5482406616211,
              "y": -14.1823358535767
            },
            {
              "x": 69.424446105957,
              "y": -8.95801544189453
            },
            {
              "x": 69.7913436889648,
              "y": -2.84936785697937
            }
          ],
          "tick": 324,
          "time_seconds": 5.4
        }
      ],
      "warmup_callback_counts": [
        2,
        2,
        2,
        2,
        2,
        2
      ],
      "warmup_complete": true
    },
    "vertex_wall_approach": {
      "agents": [
        {
          "callback_count": 433,
          "final_position": {
            "x": -13.9875345230103,
            "y": 100.0
          },
          "first_meaningful_correction_distance": 117.348480224609,
          "first_meaningful_correction_seconds": 1.13333333333333,
          "first_meaningful_correction_tick": 68,
          "goal": {
            "x": 300.0,
            "y": 100.0
          },
          "index": 0,
          "probe": {
            "maximum_continuous_stall_seconds": 2.66666666666666,
            "maximum_correction_angle_degrees": 0.0,
            "maximum_velocity_delta": 78.6600875854492,
            "meaningful_sample_count": 365,
            "minimum_safe_speed_ratio": 0.0167488932609558,
            "sample_count": 433
          },
          "progress": 206.012451171875,
          "start_position": {
            "x": -220.0,
            "y": 100.0
          }
        }
      ],
      "avoidance_overlap_tick_count": 0,
      "completed": true,
      "duration_seconds": 7.21666666666667,
      "finite": true,
      "id": "vertex_wall_approach",
      "map_iteration_id": 1,
      "maximum_application_candidate_upper_bound": 0,
      "minimum_clearance_tick": null,
      "minimum_signed_clearance": null,
      "minimum_static_clearance_tick": 432,
      "minimum_static_signed_clearance": 2.00986671447754,
      "parameters": {
        "agents": [
          {
            "current_velocity": "(80.0, 0.0)",
            "goal": "(300.0, 100.0)",
            "layers": 1,
            "mask": 1,
            "max_neighbors": 10,
            "max_speed": 80.0,
            "neighbor_distance": 500.0,
            "position": "(-220.0, 100.0)",
            "preferred_speed": 80.0,
            "preferred_velocity": "(80.0, 0.0)",
            "priority": 1.0,
            "radius": 12.0,
            "time_horizon_agents": 1.5,
            "time_horizon_obstacles": 1.5
          }
        ],
        "clearance_segments": [
          {
            "end": "(0.0, 300.0)",
            "start": "(0.0, -300.0)"
          }
        ],
        "id": "vertex_wall_approach",
        "obstacles": [
          {
            "layers": 1,
            "position": "(0.0, 0.0)",
            "vertices": "[(0.0, -300.0), (0.0, 300.0)]"
          }
        ],
        "pass_conditions": [
          {
            "agent": 0,
            "axis": "x",
            "direction": 1.0,
            "threshold": -14.0
          }
        ],
        "timeout_seconds": 12.0,
        "trace_stride": 6
      },
      "physics_collision_shapes_present": false,
      "physics_contact_count": null,
      "physics_ticks_per_second": 60.0,
      "ticks_executed": 433,
      "trace": [
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -220.0,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 0,
          "time_seconds": 0.0
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -212.000030517578,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 6,
          "time_seconds": 0.1
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -204.000061035156,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 12,
          "time_seconds": 0.2
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -196.000091552734,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 18,
          "time_seconds": 0.3
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -188.000122070313,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 24,
          "time_seconds": 0.4
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -180.000152587891,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 30,
          "time_seconds": 0.5
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -172.000183105469,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 36,
          "time_seconds": 0.6
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -164.000213623047,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 42,
          "time_seconds": 0.7
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -156.000244140625,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 48,
          "time_seconds": 0.8
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -148.000274658203,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 54,
          "time_seconds": 0.9
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -140.000305175781,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 60,
          "time_seconds": 1.0
        },
        {
          "executed_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -132.000335693359,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "tick": 66,
          "time_seconds": 1.1
        },
        {
          "executed_velocities": [
            {
              "x": 74.8128509521484,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -124.219276428223,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 74.8128509521484,
              "y": 0.0
            }
          ],
          "tick": 72,
          "time_seconds": 1.2
        },
        {
          "executed_velocities": [
            {
              "x": 69.9618377685547,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -116.942749023438,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 69.9618377685547,
              "y": 0.0
            }
          ],
          "tick": 78,
          "time_seconds": 1.3
        },
        {
          "executed_velocities": [
            {
              "x": 65.4253616333008,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -110.138038635254,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 65.4253616333008,
              "y": 0.0
            }
          ],
          "tick": 84,
          "time_seconds": 1.4
        },
        {
          "executed_velocities": [
            {
              "x": 61.1830520629883,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -103.774574279785,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 61.1830520629883,
              "y": 0.0
            }
          ],
          "tick": 90,
          "time_seconds": 1.5
        },
        {
          "executed_velocities": [
            {
              "x": 57.2158203125,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -97.82373046875,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 57.2158203125,
              "y": 0.0
            }
          ],
          "tick": 96,
          "time_seconds": 1.6
        },
        {
          "executed_velocities": [
            {
              "x": 53.5058250427246,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -92.2587356567383,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 53.5058250427246,
              "y": 0.0
            }
          ],
          "tick": 102,
          "time_seconds": 1.7
        },
        {
          "executed_velocities": [
            {
              "x": 50.0364036560059,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -87.0546035766602,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 50.0364036560059,
              "y": 0.0
            }
          ],
          "tick": 108,
          "time_seconds": 1.8
        },
        {
          "executed_velocities": [
            {
              "x": 46.7919387817383,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -82.1879043579102,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 46.7919387817383,
              "y": 0.0
            }
          ],
          "tick": 114,
          "time_seconds": 1.9
        },
        {
          "executed_velocities": [
            {
              "x": 43.7578430175781,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -77.6367645263672,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 43.7578430175781,
              "y": 0.0
            }
          ],
          "tick": 120,
          "time_seconds": 2.0
        },
        {
          "executed_velocities": [
            {
              "x": 40.9205017089844,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -73.3807525634766,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 40.9205017089844,
              "y": 0.0
            }
          ],
          "tick": 126,
          "time_seconds": 2.1
        },
        {
          "executed_velocities": [
            {
              "x": 38.2671356201172,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -69.4007034301758,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 38.2671356201172,
              "y": 0.0
            }
          ],
          "tick": 132,
          "time_seconds": 2.2
        },
        {
          "executed_velocities": [
            {
              "x": 35.7858200073242,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -65.6787261962891,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 35.7858200073242,
              "y": 0.0
            }
          ],
          "tick": 138,
          "time_seconds": 2.3
        },
        {
          "executed_velocities": [
            {
              "x": 33.4653930664063,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -62.1980895996094,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 33.4653930664063,
              "y": 0.0
            }
          ],
          "tick": 144,
          "time_seconds": 2.4
        },
        {
          "executed_velocities": [
            {
              "x": 31.2954292297363,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -58.9431419372559,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 31.2954292297363,
              "y": 0.0
            }
          ],
          "tick": 150,
          "time_seconds": 2.5
        },
        {
          "executed_velocities": [
            {
              "x": 29.2661666870117,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -55.8992500305176,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 29.2661666870117,
              "y": 0.0
            }
          ],
          "tick": 156,
          "time_seconds": 2.6
        },
        {
          "executed_velocities": [
            {
              "x": 27.3684921264648,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -53.052734375,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 27.3684921264648,
              "y": 0.0
            }
          ],
          "tick": 162,
          "time_seconds": 2.7
        },
        {
          "executed_velocities": [
            {
              "x": 25.593864440918,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -50.3907928466797,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 25.593864440918,
              "y": 0.0
            }
          ],
          "tick": 168,
          "time_seconds": 2.8
        },
        {
          "executed_velocities": [
            {
              "x": 23.9343032836914,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -47.9014549255371,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 23.9343032836914,
              "y": 0.0
            }
          ],
          "tick": 174,
          "time_seconds": 2.9
        },
        {
          "executed_velocities": [
            {
              "x": 22.3823528289795,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -45.5735282897949,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 22.3823528289795,
              "y": 0.0
            }
          ],
          "tick": 180,
          "time_seconds": 3.0
        },
        {
          "executed_velocities": [
            {
              "x": 20.9310359954834,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -43.3965530395508,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 20.9310359954834,
              "y": 0.0
            }
          ],
          "tick": 186,
          "time_seconds": 3.1
        },
        {
          "executed_velocities": [
            {
              "x": 19.5738258361816,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -41.3607368469238,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 19.5738258361816,
              "y": 0.0
            }
          ],
          "tick": 192,
          "time_seconds": 3.2
        },
        {
          "executed_velocities": [
            {
              "x": 18.3046226501465,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -39.4569320678711,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 18.3046226501465,
              "y": 0.0
            }
          ],
          "tick": 198,
          "time_seconds": 3.3
        },
        {
          "executed_velocities": [
            {
              "x": 17.1177101135254,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -37.6765632629395,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 17.1177101135254,
              "y": 0.0
            }
          ],
          "tick": 204,
          "time_seconds": 3.4
        },
        {
          "executed_velocities": [
            {
              "x": 16.0077648162842,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -36.011646270752,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 16.0077648162842,
              "y": 0.0
            }
          ],
          "tick": 210,
          "time_seconds": 3.5
        },
        {
          "executed_velocities": [
            {
              "x": 14.9697914123535,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -34.4546852111816,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 14.9697914123535,
              "y": 0.0
            }
          ],
          "tick": 216,
          "time_seconds": 3.6
        },
        {
          "executed_velocities": [
            {
              "x": 13.9991207122803,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -32.9986801147461,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 13.9991207122803,
              "y": 0.0
            }
          ],
          "tick": 222,
          "time_seconds": 3.7
        },
        {
          "executed_velocities": [
            {
              "x": 13.0913887023926,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -31.6370830535889,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 13.0913887023926,
              "y": 0.0
            }
          ],
          "tick": 228,
          "time_seconds": 3.8
        },
        {
          "executed_velocities": [
            {
              "x": 12.2425193786621,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -30.3637771606445,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 12.2425193786621,
              "y": 0.0
            }
          ],
          "tick": 234,
          "time_seconds": 3.9
        },
        {
          "executed_velocities": [
            {
              "x": 11.4486885070801,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -29.1730327606201,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 11.4486885070801,
              "y": 0.0
            }
          ],
          "tick": 240,
          "time_seconds": 4.0
        },
        {
          "executed_velocities": [
            {
              "x": 10.7063331604004,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -28.059497833252,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 10.7063331604004,
              "y": 0.0
            }
          ],
          "tick": 246,
          "time_seconds": 4.1
        },
        {
          "executed_velocities": [
            {
              "x": 10.012113571167,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -27.0181694030762,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 10.012113571167,
              "y": 0.0
            }
          ],
          "tick": 252,
          "time_seconds": 4.2
        },
        {
          "executed_velocities": [
            {
              "x": 9.36290740966797,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -26.044361114502,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 9.36290740966797,
              "y": 0.0
            }
          ],
          "tick": 258,
          "time_seconds": 4.3
        },
        {
          "executed_velocities": [
            {
              "x": 8.75580024719238,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -25.1336994171143,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 8.75580024719238,
              "y": 0.0
            }
          ],
          "tick": 264,
          "time_seconds": 4.4
        },
        {
          "executed_velocities": [
            {
              "x": 8.18805694580078,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -24.2820854187012,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 8.18805694580078,
              "y": 0.0
            }
          ],
          "tick": 270,
          "time_seconds": 4.5
        },
        {
          "executed_velocities": [
            {
              "x": 7.65712738037109,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -23.4856910705566,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 7.65712738037109,
              "y": 0.0
            }
          ],
          "tick": 276,
          "time_seconds": 4.6
        },
        {
          "executed_velocities": [
            {
              "x": 7.16062450408936,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -22.7409362792969,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 7.16062450408936,
              "y": 0.0
            }
          ],
          "tick": 282,
          "time_seconds": 4.7
        },
        {
          "executed_velocities": [
            {
              "x": 6.69631481170654,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -22.0444717407227,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 6.69631481170654,
              "y": 0.0
            }
          ],
          "tick": 288,
          "time_seconds": 4.8
        },
        {
          "executed_velocities": [
            {
              "x": 6.26211357116699,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -21.3931694030762,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 6.26211357116699,
              "y": 0.0
            }
          ],
          "tick": 294,
          "time_seconds": 4.9
        },
        {
          "executed_velocities": [
            {
              "x": 5.85606670379639,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -20.7840995788574,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 5.85606670379639,
              "y": 0.0
            }
          ],
          "tick": 300,
          "time_seconds": 5.0
        },
        {
          "executed_velocities": [
            {
              "x": 5.47634792327881,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -20.2145214080811,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 5.47634792327881,
              "y": 0.0
            }
          ],
          "tick": 306,
          "time_seconds": 5.1
        },
        {
          "executed_velocities": [
            {
              "x": 5.12125015258789,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -19.6818752288818,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 5.12125015258789,
              "y": 0.0
            }
          ],
          "tick": 312,
          "time_seconds": 5.2
        },
        {
          "executed_velocities": [
            {
              "x": 4.7891788482666,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -19.1837673187256,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 4.7891788482666,
              "y": 0.0
            }
          ],
          "tick": 318,
          "time_seconds": 5.3
        },
        {
          "executed_velocities": [
            {
              "x": 4.4786376953125,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -18.7179565429688,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 4.4786376953125,
              "y": 0.0
            }
          ],
          "tick": 324,
          "time_seconds": 5.4
        },
        {
          "executed_velocities": [
            {
              "x": 4.18823432922363,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -18.2823505401611,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 4.18823432922363,
              "y": 0.0
            }
          ],
          "tick": 330,
          "time_seconds": 5.5
        },
        {
          "executed_velocities": [
            {
              "x": 3.91665935516357,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -17.8749885559082,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 3.91665935516357,
              "y": 0.0
            }
          ],
          "tick": 336,
          "time_seconds": 5.6
        },
        {
          "executed_velocities": [
            {
              "x": 3.66269588470459,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -17.4940433502197,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 3.66269588470459,
              "y": 0.0
            }
          ],
          "tick": 342,
          "time_seconds": 5.7
        },
        {
          "executed_velocities": [
            {
              "x": 3.42519950866699,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -17.1377983093262,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 3.42519950866699,
              "y": 0.0
            }
          ],
          "tick": 348,
          "time_seconds": 5.8
        },
        {
          "executed_velocities": [
            {
              "x": 3.20310211181641,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -16.8046531677246,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 3.20310211181641,
              "y": 0.0
            }
          ],
          "tick": 354,
          "time_seconds": 5.9
        },
        {
          "executed_velocities": [
            {
              "x": 2.99540710449219,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -16.4931106567383,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 2.99540710449219,
              "y": 0.0
            }
          ],
          "tick": 360,
          "time_seconds": 6.0
        },
        {
          "executed_velocities": [
            {
              "x": 2.80118083953857,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -16.2017707824707,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 2.80118083953857,
              "y": 0.0
            }
          ],
          "tick": 366,
          "time_seconds": 6.1
        },
        {
          "executed_velocities": [
            {
              "x": 2.61954784393311,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -15.9293212890625,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 2.61954784393311,
              "y": 0.0
            }
          ],
          "tick": 372,
          "time_seconds": 6.2
        },
        {
          "executed_velocities": [
            {
              "x": 2.44969177246094,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -15.6745367050171,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 2.44969177246094,
              "y": 0.0
            }
          ],
          "tick": 378,
          "time_seconds": 6.3
        },
        {
          "executed_velocities": [
            {
              "x": 2.29084968566895,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -15.4362735748291,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 2.29084968566895,
              "y": 0.0
            }
          ],
          "tick": 384,
          "time_seconds": 6.4
        },
        {
          "executed_velocities": [
            {
              "x": 2.14230537414551,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -15.2134571075439,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 2.14230537414551,
              "y": 0.0
            }
          ],
          "tick": 390,
          "time_seconds": 6.5
        },
        {
          "executed_velocities": [
            {
              "x": 2.00339317321777,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -15.0050897598267,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 2.00339317321777,
              "y": 0.0
            }
          ],
          "tick": 396,
          "time_seconds": 6.6
        },
        {
          "executed_velocities": [
            {
              "x": 1.87348937988281,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -14.8102331161499,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 1.87348937988281,
              "y": 0.0
            }
          ],
          "tick": 402,
          "time_seconds": 6.7
        },
        {
          "executed_velocities": [
            {
              "x": 1.75200843811035,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -14.6280117034912,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 1.75200843811035,
              "y": 0.0
            }
          ],
          "tick": 408,
          "time_seconds": 6.8
        },
        {
          "executed_velocities": [
            {
              "x": 1.63840484619141,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -14.4576063156128,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 1.63840484619141,
              "y": 0.0
            }
          ],
          "tick": 414,
          "time_seconds": 6.9
        },
        {
          "executed_velocities": [
            {
              "x": 1.53216743469238,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -14.2982511520386,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 1.53216743469238,
              "y": 0.0
            }
          ],
          "tick": 420,
          "time_seconds": 7.0
        },
        {
          "executed_velocities": [
            {
              "x": 1.43281841278076,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -14.149227142334,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 1.43281841278076,
              "y": 0.0
            }
          ],
          "tick": 426,
          "time_seconds": 7.1
        },
        {
          "executed_velocities": [
            {
              "x": 1.33991146087646,
              "y": 0.0
            }
          ],
          "positions": [
            {
              "x": -14.0098667144775,
              "y": 100.0
            }
          ],
          "preferred_velocities": [
            {
              "x": 80.0,
              "y": 0.0
            }
          ],
          "safe_velocities": [
            {
              "x": 1.33991146087646,
              "y": 0.0
            }
          ],
          "tick": 432,
          "time_seconds": 7.2
        }
      ],
      "warmup_callback_counts": [
        2
      ],
      "warmup_complete": true
    }
  },
  "verified_at_utc": "2026-08-06T21:25:41",
  "scene_smoke": {
    "article_slug": "tuning-rvo-avoidance-in-godot",
    "checks": [
      {
        "id": "scene_instantiates",
        "observed": {
          "scene_path": "res://scenes/articles/rvo_tuning_lab_2d.tscn"
        },
        "passed": true
      },
      {
        "id": "scene_reaches_capture_ready_state",
        "observed": {
          "maximum_wait_frames": 360,
          "waited_physics_frames": 86
        },
        "passed": true
      },
      {
        "id": "six_comparison_panels_are_present",
        "observed": {
          "panel_count": 6,
          "panel_ids": [
            "range_long",
            "horizon_long",
            "radius_larger_24_24",
            "cap_two_of_two",
            "obstacle_horizon_long",
            "priority_directional"
          ]
        },
        "passed": true
      },
      {
        "id": "all_snapshot_profiles_run_in_scene",
        "observed": {
          "snapshot_profile_count": 17
        },
        "passed": true
      },
      {
        "id": "scene_receives_complete_callback_batches",
        "observed": {
          "complete_callback_batches": true
        },
        "passed": true
      },
      {
        "id": "scene_safe_velocities_are_finite",
        "observed": {
          "finite_safe_velocities": true
        },
        "passed": true
      },
      {
        "id": "scene_has_capture_sized_viewport",
        "observed": {
          "viewport_height": 1280.0,
          "viewport_width": 1280.0
        },
        "passed": true
      }
    ],
    "engine": {
      "build": "official",
      "hash": "a13da4feb8d8aefc283c3763d33a2f170a18d541",
      "hex": 263937,
      "major": 4,
      "minor": 7,
      "patch": 1,
      "status": "stable",
      "string": "4.7.1-stable (official)",
      "timestamp": 0
    },
    "failed": [],
    "failed_count": 0,
    "passed": true,
    "passed_count": 7,
    "proof_boundary": "Scene smoke proves load, callback completion, finite display data, and capture readiness only; behavior claims live in the separate verification receipt.",
    "scene_path": "res://scenes/articles/rvo_tuning_lab_2d.tscn",
    "scene_report": {
      "avoidance_use_multiple_threads": false,
      "capture_ready": true,
      "complete_callback_batches": true,
      "engine": {
        "build": "official",
        "hash": "a13da4feb8d8aefc283c3763d33a2f170a18d541",
        "hex": 263937,
        "major": 4,
        "minor": 7,
        "patch": 1,
        "status": "stable",
        "string": "4.7.1-stable (official)",
        "timestamp": 0
      },
      "finite_safe_velocities": true,
      "panel_count": 6,
      "panel_ids": [
        "range_long",
        "horizon_long",
        "radius_larger_24_24",
        "cap_two_of_two",
        "obstacle_horizon_long",
        "priority_directional"
      ],
      "snapshot_profile_count": 17
    },
    "schema_version": 1,
    "verified_at_utc": "2026-08-06T21:25:43",
    "source_package": {
      "path": "/downloads/pathforge/tuning-rvo-avoidance-in-godot-source.zip",
      "bytes": 20906,
      "sha256": "e816502ee348c5735f6d178264629bb9c9fccb9bda783699aba9d85f739f84f2"
    },
    "source_manifest": [
      {
        "path": "LICENSE",
        "bytes": 1065,
        "sha256": "8429a4194733f32d64f3447cd65ebc3ae904adc0e92001aa6a7998e77ac5ca0b"
      },
      {
        "path": "project.godot",
        "bytes": 741,
        "sha256": "d03f75ec0219a1a5e2d1b080648317e0bdc6661fce1f4631c3f83e3395d7c468"
      },
      {
        "path": "README.md",
        "bytes": 3750,
        "sha256": "1943860422a28fcee16c903e5452a0b9041577f99e043bac9825e5b019fac4e9"
      },
      {
        "path": "scenes/articles/rvo_tuning_lab_2d.tscn",
        "bytes": 330,
        "sha256": "d032b976f80c98ce0241e35a57e6074e74b80ef55f5401bf4b02866735082749"
      },
      {
        "path": "scripts/articles/rvo_tuning_experiment_2d.gd",
        "bytes": 18460,
        "sha256": "f56ff1cc61ef1c90cc491790d44d3464c47320ebc8b35624235f88196102f15d"
      },
      {
        "path": "scripts/articles/rvo_tuning_lab_2d.gd",
        "bytes": 8501,
        "sha256": "6dd3ea439396d3379cc5414368ad352c97609e5818d07e5bc34c7dc8bd525fa9"
      },
      {
        "path": "scripts/articles/rvo_tuning_probe_2d.gd",
        "bytes": 2680,
        "sha256": "3514d2de8c42813fff9bb0dc6c902549a0855a6496ab203619e8a28967c863b9"
      },
      {
        "path": "scripts/articles/rvo_tuning_scenarios_2d.gd",
        "bytes": 8260,
        "sha256": "28e1b4cf94fe1e332bd00789e5b33ba29cabd8b9e9f61dc426703e88eda7a0fc"
      },
      {
        "path": "tools/smoke_rvo_tuning_scene.gd",
        "bytes": 3438,
        "sha256": "bfddc4b831060f444b3675cbc379df0fe0cb398b47f343d921cbb7c7498fffac"
      },
      {
        "path": "tools/verify_rvo_tuning_2d.gd",
        "bytes": 21363,
        "sha256": "0d35e37066cad2b8a9938a79127573c74f0cc5972b47d26b25dab224f4533d8e"
      }
    ],
    "extracted_package_rerun": {
      "passed": true,
      "behavior_check_count": 20,
      "scene_smoke_check_count": 7,
      "behavior_check_ids_match": true,
      "scene_smoke_check_ids_match": true,
      "source_manifest_hashes_match": true,
      "engine": "4.7.1-stable (official)"
    }
  },
  "source_manifest": [
    {
      "path": "LICENSE",
      "bytes": 1065,
      "sha256": "8429a4194733f32d64f3447cd65ebc3ae904adc0e92001aa6a7998e77ac5ca0b"
    },
    {
      "path": "project.godot",
      "bytes": 741,
      "sha256": "d03f75ec0219a1a5e2d1b080648317e0bdc6661fce1f4631c3f83e3395d7c468"
    },
    {
      "path": "README.md",
      "bytes": 3750,
      "sha256": "1943860422a28fcee16c903e5452a0b9041577f99e043bac9825e5b019fac4e9"
    },
    {
      "path": "scenes/articles/rvo_tuning_lab_2d.tscn",
      "bytes": 330,
      "sha256": "d032b976f80c98ce0241e35a57e6074e74b80ef55f5401bf4b02866735082749"
    },
    {
      "path": "scripts/articles/rvo_tuning_experiment_2d.gd",
      "bytes": 18460,
      "sha256": "f56ff1cc61ef1c90cc491790d44d3464c47320ebc8b35624235f88196102f15d"
    },
    {
      "path": "scripts/articles/rvo_tuning_lab_2d.gd",
      "bytes": 8501,
      "sha256": "6dd3ea439396d3379cc5414368ad352c97609e5818d07e5bc34c7dc8bd525fa9"
    },
    {
      "path": "scripts/articles/rvo_tuning_probe_2d.gd",
      "bytes": 2680,
      "sha256": "3514d2de8c42813fff9bb0dc6c902549a0855a6496ab203619e8a28967c863b9"
    },
    {
      "path": "scripts/articles/rvo_tuning_scenarios_2d.gd",
      "bytes": 8260,
      "sha256": "28e1b4cf94fe1e332bd00789e5b33ba29cabd8b9e9f61dc426703e88eda7a0fc"
    },
    {
      "path": "tools/smoke_rvo_tuning_scene.gd",
      "bytes": 3438,
      "sha256": "bfddc4b831060f444b3675cbc379df0fe0cb398b47f343d921cbb7c7498fffac"
    },
    {
      "path": "tools/verify_rvo_tuning_2d.gd",
      "bytes": 21363,
      "sha256": "0d35e37066cad2b8a9938a79127573c74f0cc5972b47d26b25dab224f4533d8e"
    }
  ],
  "published_files": {
    "source_zip": {
      "path": "/downloads/pathforge/tuning-rvo-avoidance-in-godot-source.zip",
      "bytes": 20906,
      "sha256": "e816502ee348c5735f6d178264629bb9c9fccb9bda783699aba9d85f739f84f2"
    },
    "verification_receipt": {
      "path": "/downloads/pathforge/tuning-rvo-avoidance-in-godot-verification.json"
    },
    "scene_smoke_receipt": {
      "path": "/downloads/pathforge/tuning-rvo-avoidance-in-godot-scene-smoke.json",
      "bytes": 5059,
      "sha256": "e735c119ac88c4a654b9d935d99fdf73b19247694f19d4e9e74ac8c0efbe8588"
    }
  },
  "extracted_package_rerun": {
    "passed": true,
    "behavior_check_count": 20,
    "published_behavior_check_count": 21,
    "scene_smoke_check_count": 7,
    "behavior_check_ids_match": true,
    "scene_smoke_check_ids_match": true,
    "source_manifest_hashes_match": true,
    "engine": "4.7.1-stable (official)"
  }
}
