You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend currently implements a subset of all the actions as defined here. Indeed, the action service is implemented here with only Arm, Takeoff and Land.
Implement the remaining one, with corresponding unit tests (as started here). MockAction will also need to be completed here.
Note that this issue can be split in multiple, smaller PRs. Using "Connects to #315." on the description of the PR will connect it to this issue on the kanban board without closing this issue.
The following actions need to be implemented:
Disarm
ReturnToLaunch
Kill
TransitionToFixedWings
TransitionToMulticopter
GetTakeoffAltitude
SetTakeoffAltitude
GetMaximumSpeed
SetMaximumSpeed
The text was updated successfully, but these errors were encountered:
The backend currently implements a subset of all the actions as defined here. Indeed, the action service is implemented here with only
Arm
,Takeoff
andLand
.Implement the remaining one, with corresponding unit tests (as started here).
MockAction
will also need to be completed here.Note that this issue can be split in multiple, smaller PRs. Using "Connects to #315." on the description of the PR will connect it to this issue on the kanban board without closing this issue.
The following actions need to be implemented:
The text was updated successfully, but these errors were encountered: