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

Commit

Permalink
Merge pull request #13 from udacity/extras
Browse files Browse the repository at this point in the history
Extras
  • Loading branch information
awbrown90 authored Feb 23, 2017
2 parents 216f683 + 059a9d3 commit deaf077
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assets/1_SelfDrivingCar/Scenes/LakeTrackAutonomous.unity
Original file line number Diff line number Diff line change
Expand Up @@ -8233,7 +8233,7 @@ Transform:
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1532577928}
m_LocalRotation: {x: -0.7060095, y: -0.03937789, z: -0.03937789, w: 0.7060095}
m_LocalPosition: {x: 0.12537086, y: -0.049034484, z: -1.6419811}
m_LocalPosition: {x: 0.12537086, y: -0.056, z: -1.6419811}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 653944309}
Expand Down Expand Up @@ -8400,7 +8400,7 @@ Transform:
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1551644208}
m_LocalRotation: {x: 0.0037605795, y: -0.057538804, z: 0.0010089572, w: 0.9983357}
m_LocalPosition: {x: 0.127, y: -0.10015444, z: -1.6462}
m_LocalPosition: {x: 0.127, y: -0.109, z: -1.6462}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 653944309}
Expand Down
4 changes: 2 additions & 2 deletions Assets/1_SelfDrivingCar/Scenes/LakeTrackTraining.unity
Original file line number Diff line number Diff line change
Expand Up @@ -8557,7 +8557,7 @@ Transform:
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1532577928}
m_LocalRotation: {x: -0.7060095, y: -0.03937789, z: -0.03937789, w: 0.7060095}
m_LocalPosition: {x: 0.12537086, y: -0.049034484, z: -1.6419811}
m_LocalPosition: {x: 0.12537086, y: -0.056, z: -1.6419811}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 653944309}
Expand Down Expand Up @@ -8724,7 +8724,7 @@ Transform:
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1551644208}
m_LocalRotation: {x: 0.0037605795, y: -0.057538804, z: 0.0010089572, w: 0.9983357}
m_LocalPosition: {x: 0.127, y: -0.10015444, z: -1.6462}
m_LocalPosition: {x: 0.127, y: -0.109, z: -1.6462}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 653944309}
Expand Down
2 changes: 2 additions & 0 deletions Assets/Standard Assets/Vehicles/Car/Scripts/Steering.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ public void UpdateValues()

// reset
mouse_hold = false;

H = CrossPlatformInputManager.GetAxis ("Horizontal");

}

}
Expand Down
Binary file modified Assets/race-track-lake/Models/LakeTerrain.asset
Binary file not shown.

0 comments on commit deaf077

Please sign in to comment.