From d3bdc80e6481f1d825395cbf65d101a3b5d49b95 Mon Sep 17 00:00:00 2001 From: Kevin D Date: Mon, 6 Apr 2026 18:44:17 -0700 Subject: [PATCH] scaled up scenario for better collision safety --- aerpaw/config/scenario.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aerpaw/config/scenario.csv b/aerpaw/config/scenario.csv index 9b91406..25c4180 100644 --- a/aerpaw/config/scenario.csv +++ b/aerpaw/config/scenario.csv @@ -1,2 +1,2 @@ timestep, maxIter, minAlt, discretizationStep, protectedRange, initialStepSize, barrierGain, barrierExponent, collisionRadius, comRange, alphaDist, betaDist, alphaTilt, betaTilt, domainMin, domainMax, objectivePos, objectiveVar, sensorPerformanceMinimum, initialPositions, numObstacles, obstacleMin, obstacleMax, useDoubleIntegrator, dampingCoeff, useFixedTopology -1, 100, 30.0, 0.1, 2.0, 5, 1, 1, "6.0, 6.0", "25.0, 25.0", "80.0, 80.0", "0.25, 0.25", "5.0, 5.0", "0.1, 0.1", "0.0, 0.0, 0.0", "80.0, 80.0, 80.0", "55.0, 55.0", "40, 25, 25, 40", 0.15, "15.0, 10.0, 40.0, 5.0, 10.0, 45.0", 1, "1.0, 25.0, 0.0", "30.0, 30.0, 50.0", 1, 2.0, 1 \ No newline at end of file +1, 100, 35.0, 0.1, 2.0, 6, 1, 1, "8.0, 8.0", "35.0, 35.0", "80.0, 80.0", "0.25, 0.25", "8.0, 8.0", "0.1, 0.1", "0.0, 0.0, 0.0", "100.0, 100.0, 100.0", "66.6, 66.6", "55, 35, 35, 55", 0.15, "15.0, 15.0, 55.0, 40.0, 15.0, 50.0", 1, "0.0, 35.0, 0.0", "52.5, 40.0, 62.5", 1, 2.0, 1 \ No newline at end of file