mavlink / MAVSDK-Swift-Example

Example app using MAVSDK for iOS (Swift)
14 stars 15 forks source link

Problem flying missions #8

Closed sbporter closed 5 years ago

sbporter commented 5 years ago

I'm having issues with takeoff and flying missions.

Screen Shot 2019-03-26 at 9 16 12 PM Screen Shot 2019-03-26 at 9 15 18 PM
julianoes commented 5 years ago

Thanks for the report. Do you also get output in XCode, that would be very helpful in finding what's going on.

sbporter commented 5 years ago

I didn’t have the debugger attached as I was at the park. I’ll retest and make sure I save the logs. The mission feature in the example app is complete and should function as intended right? You haven’t seen this issue?

julianoes commented 5 years ago

Right, this has worked before, so it's either something with your setup or a regression. You can also test this against SITL or HITL to save trips to the park.

sbporter commented 5 years ago

So looks like I need a MicroSD. I'm pretty sure my drone doesn't have one attached to the PX4. I will close the issue.


Upload Mission Pressed
[03:50:48|Debug] Send mission item 0 (mission_impl.cpp:1088)
[03:50:48|Error] Error: unknown mission ack: 1 (mission_impl.cpp:165)
[03:50:48|Debug] MAVLink: critical: Unable to write on micro SD (system_impl.cpp:292)
Mission uploaded failed MissionError(code: Dronecode_SDK_Swift.Mission.MissionResult.Result.error, description: "Error")```