Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Releases: udacity/self-driving-car-sim

Term 2 Simulator v1.45

Choose a tag to compare

@awbrown90 awbrown90 released this 15 Jun 00:26

Fixed the reset message switch in PID, also optimized the build file where it was referencing some old unused scenes.

Link to Release issue information and workarounds

Term 2 Simulator v1.4

Choose a tag to compare

@awbrown90 awbrown90 released this 24 May 01:43

Increased the speed limit of the car from 100 MPH to 200 MPH in the control projects. Made some minor menu changes to make Run Away Car a bonus challenge, not a stand alone project. Fixed a timing issue with Project 3: Kidnapped Car and added a timing constraint for passing.

Term 2 Simulator V1.3 Updated MPC

Choose a tag to compare

@awbrown90 awbrown90 released this 16 May 02:18

Updated MPC project. Added the ability to display both MPC predicted trajectory and waypoints/reference path in the simulator.

Term 2 Simulator v1.2 with MPC

Choose a tag to compare

@awbrown90 awbrown90 released this 11 May 02:09

Adding the MPC project to the Term 2 Simulator

Term 2 Simulator First Release

Choose a tag to compare

@awbrown90 awbrown90 released this 04 May 04:28

Includes all the released Term 2 Projects, Kalman Trackers with EKF and UKF, localization with particle filters, and controls with PID.

ROS Integration Simulator

Choose a tag to compare

@awbrown90 awbrown90 released this 06 Jul 03:18

The final system integration project using ROS integration with the Unity Simulator, with all native platform binaries, using a VM for Windows/MAC to connect to ROS. The project features controls and traffic light detection.

Term 3 Simulator v1.2

Choose a tag to compare

@awbrown90 awbrown90 released this 11 Jul 20:07

Adding a timer component that resets after an incident. This way you can track both how careful and how fast your car is.

Link to Release issue information and workarounds

Term 3 Simulator v1.1

Choose a tag to compare

@awbrown90 awbrown90 released this 06 Jul 05:19

Mostly just polished and refined some of the Frenet transformation math and made the Car AI more careful.

Term 3 Simulator v1.0

Choose a tag to compare

@awbrown90 awbrown90 released this 27 Jun 21:14

Added an auto grader that tracks how many miles driven without incident. The student should be able to drive at least 4.32 miles without incident to pass.

Term 3 Simulator Beta update

Choose a tag to compare

@awbrown90 awbrown90 released this 22 Jun 05:14

Fixed the jerk calculation so that it averages over 1 second. Also fixed an instance where s,d value could be NaN and break the JSON object parsing.