Final Evolution of Design

Design (Last Tested April 11th, 2018)

 

The most significant feature of the design is the alternative propulsion system that was previously researched and developed. The propulsion system is comprised of multiple features characteristic of the direct drive system in modern vehicles (“Direct Drive”). One motor is placed directly by the front wheel, making contact through the use of a 3D-printed sphere adhered to it with superglue. Electrical tape is placed both onto the wheel itself as well as the sphere to ensure sufficient contact and friction was achieved while the vehicle was performing. The stability of the motor-wheel system is further strengthened through the use of a rubber band around the L-shaped arm and motor carriage. The trapezoidal wings initially apart of the design were chosen to be removed due to their deterrence of optimal performance.

The updated features allowed for multiple outcomes. First, there was extremely high energy efficiency, having only about one-third of the energy shown with the original propeller propulsion system being used. Second, any coasting effects were eliminated, allowing for exact traveling and stopping motions. Third, the results were much more consistent due to there being less friction present. And finally, the thinner design allowed for better aerodynamics. 

Code (Last Updated April 11th, 2018)

// First segment of the run

reverse(4);

celerate(4,0,24,0);

goToAbsolutePosition(100);

celerate(4,28,15,0.5);

goToAbsolutePosition(295);

brake(4);

goFor(7);

// Second segment of the run

celerate(4,0,25,0.5);

goToAbsolutePosition(375);

celerate(4,25,15,0.2);

goToAbsolutePosition(625);

brake(4);

goFor(6);

reverse(4);

// Third segment of the run

celerate(4,0,26,0.2);

goToRelativePosition(-90);

celerate(4,26,20,0.1);

goToRelativePosition(-47);

brake(4);

goFor(7);

// Fourth segment of the run

celerate(4,0,20,0);

goToAbsolutePosition(200);

celerate(4,20,10,0.2);

goToAbsolutePosition(25); 

brake(4);

External Links

To view the sales pitch of the final AEV design, please see the following:

Group J Sales Pitch