-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inspect return to home #1988
Inspect return to home #1988
Conversation
4a441b6
to
ebbf2b7
Compare
ebbf2b7
to
0e02b4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
{ | ||
await robotService.UpdateCurrentInspectionArea( | ||
robot.Id, | ||
missionRun.InspectionArea.Id | ||
missionRun.InspectionArea!.Id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we ensure that this is not null?
logger.LogInformation( | ||
"Scheduled a mission for the robot {RobotName} to return to home location on inspection area {InspectionAreaName}", | ||
"Scheduled Return to Home mission for robot {RobotName} on Inspection Area {InspectionAreaName}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Scheduled Return to Home mission for robot {RobotName} on Inspection Area {InspectionAreaName}", | |
"Scheduled Return Home mission for robot {RobotName} on Inspection Area {InspectionAreaName}", |
Ready for review checklist: