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

Releases: udacity/self-driving-car-sim

Term 2 Simulator v1.45

15 Jun 00:26
Compare
Choose a tag to compare

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

24 May 01:43
Compare
Choose a tag to compare

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

16 May 02:18
Compare
Choose a tag to compare

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

11 May 02:09
Compare
Choose a tag to compare

Adding the MPC project to the Term 2 Simulator

Term 2 Simulator First Release

04 May 04:28
Compare
Choose a tag to compare

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

ROS Integration Simulator

06 Jul 03:18
Compare
Choose a tag to compare

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

11 Jul 20:07
Compare
Choose a tag to compare

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

06 Jul 05:19
Compare
Choose a tag to compare

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

Term 3 Simulator v1.0

27 Jun 21:14
Compare
Choose a tag to compare

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

22 Jun 05:14
Compare
Choose a tag to compare

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.