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

Commit deaf077

Browse files
author
Aaron Brown
authored
Merge pull request #13 from udacity/extras
Extras
2 parents 216f683 + 059a9d3 commit deaf077

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Assets/1_SelfDrivingCar/Scenes/LakeTrackAutonomous.unity

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8233,7 +8233,7 @@ Transform:
82338233
m_PrefabInternal: {fileID: 0}
82348234
m_GameObject: {fileID: 1532577928}
82358235
m_LocalRotation: {x: -0.7060095, y: -0.03937789, z: -0.03937789, w: 0.7060095}
8236-
m_LocalPosition: {x: 0.12537086, y: -0.049034484, z: -1.6419811}
8236+
m_LocalPosition: {x: 0.12537086, y: -0.056, z: -1.6419811}
82378237
m_LocalScale: {x: 1, y: 1, z: 1}
82388238
m_Children: []
82398239
m_Father: {fileID: 653944309}
@@ -8400,7 +8400,7 @@ Transform:
84008400
m_PrefabInternal: {fileID: 0}
84018401
m_GameObject: {fileID: 1551644208}
84028402
m_LocalRotation: {x: 0.0037605795, y: -0.057538804, z: 0.0010089572, w: 0.9983357}
8403-
m_LocalPosition: {x: 0.127, y: -0.10015444, z: -1.6462}
8403+
m_LocalPosition: {x: 0.127, y: -0.109, z: -1.6462}
84048404
m_LocalScale: {x: 1, y: 1, z: 1}
84058405
m_Children: []
84068406
m_Father: {fileID: 653944309}

Assets/1_SelfDrivingCar/Scenes/LakeTrackTraining.unity

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8557,7 +8557,7 @@ Transform:
85578557
m_PrefabInternal: {fileID: 0}
85588558
m_GameObject: {fileID: 1532577928}
85598559
m_LocalRotation: {x: -0.7060095, y: -0.03937789, z: -0.03937789, w: 0.7060095}
8560-
m_LocalPosition: {x: 0.12537086, y: -0.049034484, z: -1.6419811}
8560+
m_LocalPosition: {x: 0.12537086, y: -0.056, z: -1.6419811}
85618561
m_LocalScale: {x: 1, y: 1, z: 1}
85628562
m_Children: []
85638563
m_Father: {fileID: 653944309}
@@ -8724,7 +8724,7 @@ Transform:
87248724
m_PrefabInternal: {fileID: 0}
87258725
m_GameObject: {fileID: 1551644208}
87268726
m_LocalRotation: {x: 0.0037605795, y: -0.057538804, z: 0.0010089572, w: 0.9983357}
8727-
m_LocalPosition: {x: 0.127, y: -0.10015444, z: -1.6462}
8727+
m_LocalPosition: {x: 0.127, y: -0.109, z: -1.6462}
87288728
m_LocalScale: {x: 1, y: 1, z: 1}
87298729
m_Children: []
87308730
m_Father: {fileID: 653944309}

Assets/Standard Assets/Vehicles/Car/Scripts/Steering.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ public void UpdateValues()
8181

8282
// reset
8383
mouse_hold = false;
84+
8485
H = CrossPlatformInputManager.GetAxis ("Horizontal");
86+
8587
}
8688

8789
}
168 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)