Closed jpa4094 closed 1 year ago
Same issue here except it stays at the same altitude previously. Is it because DJI requires at least two points for a waypoint mission? Anyone have a working example?
Check the logcat. It seems your drone is executing the take-off command and then stops executing other commands.
I've successfully connect Rosetta Drone and Dronekit, and use python script to interact with my Drone (Mavic Mini). It works with
simple_takeoff
command, but the altitude of my drone is stuck at 1 m although I set a higher altitude. Other command likesimple_goto
also not working, my drone doesn't move anywhere.Any idea how to solve this issue? Thanks.
Originally posted by @fajrulfx in https://github.com/RosettaDrone/rosettadrone/issues/36#issuecomment-878754085