John Mansell

while( traveling )

remote_programming = true;
pursue_job( self_driving_cars );

Software Developer

Hello, my name is John Mansell. I'm a software developer.
For the last 5 years I have been traveling around the world with my wife working remotely as a software developer.
From :: Irvine, California

Path Planning

Created a path planner which plans and executes safe and smooth trajectories for the car to follow. The car had to account for other cars and obey traffic laws while maintaining a comfortable experience.

Model Predictive Controll

Implimented model predictive control to drive the car around the track. The simulator provided waypoints and the program plotted a smooth, acurate path.

PID Controller

Impliment a PID controller in C++ to maneuver the vehicle around the track. The simulator provides the cross track error (CTE) and the velocity (mph) in order to compute the appropriate steering angle.

Advanced Lane Finding

Used computer vision techniques to identify lane lines on a curving highway. Also calculated road curvature and distance from center.

Finding Lane Lines

First project of the Udacity Self-Driving Car NanoDegree. Created a pipeline to process images and identify the location of lane lines.