Describe the bug
The IsarTaskDefinition object requires that the MissionTask object contains a TagId. However, the TagId is marked as optional and should be optional.
To Reproduce
Steps to reproduce the behavior:
Run Flotilla with isar-robot
Schedule a custom mission which does not contain a TagId
Expected behavior
ISAR does not require that a TaskIdis specified and as such Flotilla shouldn't either.
Describe the bug The
IsarTaskDefinition
object requires that theMissionTask
object contains aTagId
. However, theTagId
is marked as optional and should be optional.To Reproduce Steps to reproduce the behavior:
TagId
Expected behavior ISAR does not require that a
TaskId
is specified and as such Flotilla shouldn't either.Screenshots