Skip to content

Commit

Permalink
Make inspectionTarget for tasks optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Jan 30, 2024
1 parent de95504 commit 5c4c334
Show file tree
Hide file tree
Showing 4 changed files with 1,442 additions and 4 deletions.
3 changes: 1 addition & 2 deletions backend/api/Database/Models/MissionTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ public MissionTask(MissionTask copy, TaskStatus? status = null)
[MaxLength(200)]
public Uri? EchoTagLink { get; set; }

[Required]
public Position InspectionTarget { get; set; }
public Position? InspectionTarget { get; set; }

[Required]
public Pose RobotPose { get; set; }
Expand Down
Loading

0 comments on commit 5c4c334

Please sign in to comment.