Making a brain for my model plane
story.glass
Making a brain for my model plane
1–10 of 73 posts
Re: Making a brain for my model plane
#2But I know nothing about hardware, and very very little about programming a UAV.
Re: Making a brain for my model plane
#3I expected the page to run badly with all that big content but had no problems.
The images and video add so much and not even a single click required!
Re: Making a brain for my model plane
#4Re: Making a brain for my model plane
#5Layout didnt work so well on my note 3 with chrome, the image sections were pretty flawless but the text parts were a tad difficult to focus onn at times.
Definatly going to look it up on the pc though :-)
Re: Making a brain for my model plane
#6Building a drone, or robots is one of my dreams. I mean, as I programmer, I build things all the time. How awesome it would be to code something that ends up moving in the physical realm? Even better if it had some limited form of AI. But I know nothing about hardware, and very very little about programming a UAV.
Re: Making a brain for my model plane
#7How do you deal with the feedback loop? How do you avoid over adjusting making the plane go crazy?
Re: Making a brain for my model plane
#8How do you deal with the feedback loop? How do you avoid over adjusting making the plane go crazy?
At the moment the control is proportional - the microcontroller works out the difference between the desired angle (set by the pilot on the ground) and the actual angle (as reported by the IMU algorithm fed by the gyro/accelometer). This error signal is then scaled and sent to the aileron servos.
The USB flight-controller I am using has a spare knob on it so I can adjust the scaling coefficient in flight. It still isn't perfect (as the video at the bottom demonstrates) - it veers to the right, probably because the IMU isn't held down very well!
Re: Making a brain for my model plane
#9How do you deal with the feedback loop? How do you avoid over adjusting making the plane go crazy?
Re: Making a brain for my model plane
#10I'd really appreciate that!