Commit 2582cd6c authored by Sophie Schönherr's avatar Sophie Schönherr
Browse files

changed + to - and added 50 (height of scenario)

parent 22105902
......@@ -350,7 +350,7 @@ public class TraciSimulationController implements VehicleController, SimulationS
SumoBoundingBox netBoundary = (SumoBoundingBox) _connection.do_job_get(netBoundaryCommand);
System.out.println(netBoundary.y_max);
System.out.println(netBoundary.y_min);
return netBoundary.y_max + netBoundary.y_min;
return netBoundary.y_max - netBoundary.y_min + 50 ;
} catch (Exception e) {
//Nothing to do
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment