4 @define CELDAS_MAX_TURN_VELOCITY 2.
\r
6 Controller DemoController.
8 CeldasControl : DemoController {
15 new CeldasObstacle init at-location (0,1,0).
\r
16 new CeldasObstacle init at-location (-25,1,0).
18 vehicle = new CeldasVehicle.
19 self watch item vehicle.
21 vehicle move to (-20, 0.8, -3).
23 vehicle set-global-velocity to 15.0.