Search found 9 matches
- Fri Mar 07, 2014 11:19 am
- Forum: Ideas
- Topic: Fuzzy Quadcopter!
- Replies: 10
- Views: 5423
Re: Fuzzy Quadcopter!
Anyone has any idea of how it can be done? you can ignore all modes in the first step. errorAngle = constrain((rcCommand[axis]<<1) + GPS_angle[axis],-500,+500) - angle[axis] + conf.angleTrim[axis]; //16 bits is ok here the calculated value "errorAngle" goes into you fuzzy calculation. the...
- Fri Mar 07, 2014 10:50 am
- Forum: Ideas
- Topic: Fuzzy Quadcopter!
- Replies: 10
- Views: 5423
Re: Fuzzy Quadcopter!
copterrichie wrote:There are three maybe for threads on Fuzzy Logic, I think it would be helpful to consolidate them into one.
Here is some information on Fuzzy Logic used on arduino: http://zerokol.com/post/51e9324ee84c55a1f5000007/1/en
https://github.com/zerokol/eFLL
Hi,i am editing from the example given for my fuzzy codes.
- Thu Mar 06, 2014 6:24 am
- Forum: Software development
- Topic: Fuzzy tuning of PID gains
- Replies: 8
- Views: 4508
Fuzzy tuning of PID gains
Hi, May i ask how do we manually change the pid gains without using the GUI and potentiometer. Can we assign a value to the pid gains in the multiwii codes?If its possible,where can i assign the values. Apart from that, i want to use fuzzy logic to self tune the pid gains constantly according to the...
- Thu Mar 06, 2014 6:23 am
- Forum: Getting Started - MultiWii config and setup
- Topic: Fuzzy tuning of PID gains
- Replies: 0
- Views: 695
Fuzzy tuning of PID gains
Hi, May i ask how do we manually change the pid gains without using the GUI and potentiometer. Can we assign a value to the pid gains in the multiwii codes?If its possible,where can i assign the values. Apart from that, i want to use fuzzy logic to self tune the pid gains constantly according to the...
- Wed Mar 05, 2014 5:58 am
- Forum: Ideas
- Topic: Fuzzy Quadcopter!
- Replies: 10
- Views: 5423
Re: Fuzzy Quadcopter!
Anyone has any idea of how it can be done?
- Wed Mar 05, 2014 5:56 am
- Forum: Getting Started - MultiWii config and setup
- Topic: How to replace PID auto level with fuzzy logic
- Replies: 5
- Views: 2947
Re: How to replace PID auto level with fuzzy logic
i have the fuzzy library with me.But i guess,thats not the mai issue here.The main issue here is how to replace the pid control part with the given fuzzy codes.However,if you are interested in the fuzzy library,i can always send to you.
- Tue Mar 04, 2014 4:24 pm
- Forum: Getting Started - MultiWii config and setup
- Topic: How to replace PID auto level with fuzzy logic
- Replies: 5
- Views: 2947
Re: How to replace PID auto level with fuzzy logic
Hi friend,there is nothing wrong with the fuzzy codes itself.However,the problem comes when i blend it with the mutiwii codes and commenting the pid control part.Any idea how to make it work?Thanks
- Tue Mar 04, 2014 9:44 am
- Forum: Ideas
- Topic: Fuzzy Quadcopter!
- Replies: 10
- Views: 5423
Fuzzy Quadcopter!
Hi guys, Currently i am doing this project on fuzzy logic.The aim is to replace the PID control for auto stabilization in multiwii code with fuzzy logic.I have managed to come out with the fuzzy codes.But i am facing problems with implementing it to the multiwii will source codes. I tried shift all ...
- Tue Mar 04, 2014 9:30 am
- Forum: Getting Started - MultiWii config and setup
- Topic: How to replace PID auto level with fuzzy logic
- Replies: 5
- Views: 2947
How to replace PID auto level with fuzzy logic
Hi guys, Currently i am doing this project on fuzzy logic.The aim is to replace the PID control for auto stabilization in multiwii code with fuzzy logic.I have managed to come out with the fuzzy codes.But i am facing problems with implementing it to the multiwii will source codes. I tried shift all ...