RosettaDrone / rosettadrone

MAVlink and H.264 Video for DJI drones
BSD 3-Clause "New" or "Revised" License
308 stars 117 forks source link

Waypoint not working on Mini 2 #162

Closed marcomacchia99 closed 1 year ago

marcomacchia99 commented 1 year ago

Describe the bug

Hi! I need to test the waypoint mission using a DJI Mini 2 drone. When I go to settings>waypoint this message is shown in a toast:

Not support Waypoint2.0

What am I doing wrong? I know that DJI Mobile SDK 4.16.4 does not support waypoint navigation for Mini 2, but MissionManager should overcome this problem. Thank you

Steps To Reproduce

No response

Screenshots

No response

Smartphone

- Device: [Samsung Galaxy S23]

Additional context

No response

kripper commented 1 year ago

Right. Check the code and enable MissionManager for your model.

kripper commented 1 year ago

BTW, I didn't add support for MissionManager in the in-app waypoints viewer. This means, you can send waypoints using QGC, but not view nor edit them inside Rosetta.

Feel free to change the in-app waypoints viewer to support the MissionManager class (should be easy) and please send a pull request.