Skip to content

Commit

Permalink
Do not localise for return home
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Jun 20, 2024
1 parent f0841c1 commit 2d4e09a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/api/Services/MissionSchedulingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ private async Task StartMissionRun(MissionRun queuedMissionRun, bool isFirstMiss
}

IsarMission isarMission;
isFirstMissionInQueue = !missionRun.IsReturnHomeMission() && isFirstMissionInQueue;
try { isarMission = await isarService.StartMission(robot, missionRun, isFirstMissionInQueue: isFirstMissionInQueue); }
catch (HttpRequestException e)
{
Expand Down

0 comments on commit 2d4e09a

Please sign in to comment.