@use Celdas-2-2. @define CELDAS_MAX_TURN_VELOCITY 2. Controller DemoController. CeldasControl : DemoController { + variables: vehicle (object). n (int). + to init: new CeldasObstacle init at-location (0,1,0). new CeldasObstacle init at-location (-25,1,0). vehicle = new CeldasVehicle. self watch item vehicle. vehicle move to (-20, 0.8, -3). vehicle set-global-velocity to 15.0. }