About

Gender

Male


Location

cairo


About Me:

studying Aerospace engineering


Please tell us a bit about your UAV interest

building QUAD-ROTOR


Hometown:

cairo


Activity Feed

magdi replied to Chris Anderson's discussion Discussion forum for UAVDevBoard, Sparkfun's 3-axis IMU-based autopilot board
"Hi
I read the matrixpilot code, But I can't figure out what GGAIN is?
  #define GGAIN SCALEGYRO*6*(RMAX*0.025)
and why multiplying it in 1 in 2.14 format RMAX

Thanks."
Mar 3, 2012
magdi replied to Chris Anderson's discussion Discussion forum for UAVDevBoard, Sparkfun's 3-axis IMU-based autopilot board
"Thanks pete
I am building QuadRotor, and i designed my own control algorithm so all i needed from the code is the DCM algorithm to get the roll, pitch, Yaw angles. I am reading this code…"
Feb 23, 2012
magdi replied to Chris Anderson's discussion Discussion forum for UAVDevBoard, Sparkfun's 3-axis IMU-based autopilot board
"Hello
i don't understand the purpose of the filtering statement
         xaccel.value = xaccel.value + (( (xaccel.input>>1) - (xaccel.value>>1) )>> FILTERSHIFT ) ;        xrate.value = xrate.value + (( (xrate.input>>1) - (xrate.value>>1) )>>…"
Feb 22, 2012