mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
- In TaskFollow method, controllerId was renamed back to groupId. Did this in all required functions in the Controllable.lua where this mistake was made during renaming. - In TaskFollow method, fixed the lastWptIndexFlag bug, which needs to be set to false if lastWptIndex is not given. Did this fix also in TaskEscort method. - Made an additional test mission to demonstrate the TaskFollow API.