Error 325001 on takeoff_to_point
CompletedHello,
I am currently trying to start the Dock 2 via Cloud API and the One-Key-Takeoff, unfortunately I always get the error 325001.
My data looks like this:
method: 'takeoff_to_point',
data: {
target_latitude: 54.444317,
target_longitude: 9.829644,
target_height: 2,
rth_mode: 1,
rth_altitude: 2,
rc_lost_action: 2,
commander_mode_lost_action: 1,
commander_flight_mode: 1,
commander_flight_height: 2,
max_speed: 3,
simulate_mission: {
is_enable: 1,
latitude: 54.444317,
longitude: 9.829644,
},
},
Even a minimal version does not work.
method: 'takeoff_to_point',
data: {
rth_mode: 1,
commander_mode_lost_action: 1,
commander_flight_mode: 1,
commander_flight_height: 2,
}
I'm getting very clueless, do you have any ideas?
Please sign in to leave a comment.
Comments
3 comments