Hi sir, I follow your instruction and do this code, but the speed motor of my drone doesn't change and it can't take off. (I am using osdk stm32 to control A3 module) Below is my code: v->control->armMotors(0,0); delay_nms(5000);
v -> control -> positionAndYawCtrl(0, 0, 2, 0); delay_nms(20000);
评论
1 条评论
Hi sir,
I follow your instruction and do this code, but the speed motor of my drone doesn't change and it can't take off. (I am using osdk stm32 to control A3 module)
Below is my code:
v->control->armMotors(0,0);
delay_nms(5000);
v -> control -> positionAndYawCtrl(0, 0, 2, 0);
delay_nms(20000);
Please show me the reason.
Have a nice day,
Thank you.
请登录写评论。