"The frame depends on your application, so I don't think knowing what frame I used will help you, but we used a vulcan octaframe.
I made that code myself."
"I think you misunderstood?
The first time I tried it, I ran the script while the copter was on the ground, and manually turned the copter, but didn't notice any difference in motor pwms.
Later, I actually flew it in the air first, and then ran the…"
"Actually the problem was that the scripts won't make the copter turn unless it is in the air, but I was testing on the ground. But it actually worked in the air."
How can I send a signal using an output pin on the ArduPilot from Mission Planner? I've added my own changes to the software, and I need to control something attached to the board. Is this possible?
I'm trying to turn my copter using a python script, but the copter is not turning. Script.SendRC(3,1450,True) #throttle Script.SendRC(4,1750, True) #yaw while(cs.yaw < 300): print cs.yaw Script.Sleep(600)It stays in the while loop forever…
Hi, I tried running the default python script from http://copter.ardupilot.com/wiki/python-scripting/ to make my octocopter take off and roll, but when I ran the script, the motors seemed to arm, but then shut off, without the copter taking off.Does…