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

Commit a796708

Browse files
author
Aaron Brown
committed
fix: Fixed the reset message switch in PID, also optimized the build where
it was building some unused old scenes
1 parent 60c8577 commit a796708

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Assets/1_SelfDrivingCar/Scripts/project_4/CommandServer_pid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void onManual(SocketIOEvent obj)
4545

4646
void OnReset(SocketIOEvent obj)
4747
{
48-
SceneManager.LoadScene("LakeTrackAutonomous");
48+
SceneManager.LoadScene("LakeTrackAutonomous_pid");
4949
EmitTelemetry (obj);
5050
}
5151

ProjectSettings/EditorBuildSettings.asset

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ EditorBuildSettings:
77
m_Scenes:
88
- enabled: 1
99
path: Assets/1_SelfDrivingCar/Scenes/LauncherScene.unity
10-
- enabled: 1
11-
path: Assets/1_SelfDrivingCar/Scenes/LakeTrackAutonomous.unity
1210
- enabled: 1
1311
path: Assets/1_SelfDrivingCar/Scenes/project_1/EKF_project.unity
1412
- enabled: 1
1513
path: Assets/1_SelfDrivingCar/Scenes/project_2/UKF_project.unity
1614
- enabled: 1
1715
path: Assets/1_SelfDrivingCar/Scenes/project_3/particle_filter_v2.unity
18-
- enabled: 1
19-
path: Assets/1_SelfDrivingCar/Scenes/LakeTrackTraining.unity
2016
- enabled: 1
2117
path: Assets/1_SelfDrivingCar/Scenes/MenuScene.unity
2218
- enabled: 1

0 commit comments

Comments
 (0)