ArduIMU+ V2 currently shows acceleration from the accelerometers taking into account static acceleration of gravity. Is it actually possible to remove this stativ acceleration such that the aircraft only shows the dynamic acceleration? Anyone knows…
In ArduPilot's code, it is commented that if possible 50Hz looping is preferred. However, during flight data collection, collection frequency fell short of 10Hz. Does anyone know if it is possible to increase the sampling frequency? Many thanks!
I am using ArduPilot with IMU and ublox GPS, connected to an XBee telemetry chip. I need acceleration data from the IMU accelerometers, i.e. raw an3, an4, an5 readings. Hence I tried to modify the code in IMU as follows: In arduimu code, under…
To anyone who might know, I'm using the Ublox GS407 GPS unit with ArduPilot and ArduIMU V2+. Just wondering what is the units for the latitude and longtitude of the GPS, I know altitude is in meters, but the code for ArduPilot did not state which…
I am using a ArduPilot board with ArduIMU V2+ for pitch roll and yaw sensing. The default code processes roll, pitch and yaw (ground course) and sends it into ArduPilot. ArduPilot thus has RLL, PCH and CRS information reflecting the respective…
"Hi Hamish, Doug, Jimbo, Michael, thanks all for the help rendered!! I'll take a look at the available sensors for angle of attack and sideslip and try to wire them into my ArduPilot board.. Thanks again!"
"Hmm, looks like I have to get a pot for these two readings.. If I'm using ArduPilot, how can I connect the potentiometer signals to my ArduPilot? There are R/C inputs and also servo outputs for the aircraft controls.. Can I use empty channels from…"
Hi, I'm wondering if there's a way to obtain AoA and sideslip angle information from GPS speed data? There is vertical speed and 3d speed so this would probably be able to give me an estimate of the angle of attack, but for sideslip, I would have to…
"Hi Nathaniel, I just started my ArduPilot project and happened to come across the same problem as yourself for the GPS lock with GS407. Currently I'm testing out the GPS module using u-center and under my messages view, only NAV-POSLLH, NAV-STATUS,…"
"Thanks for the tip! I will try it out!! Just to confirm my 'concept' of the GPS unit, I have to 'program' the GPS properly before I can get it to work? What parameters are variable in the GPS?
I was wondering if it could be any specific setting…"
"ArduIMU V2 :) I think I fixed that problem by changing some parameters in the arduimu code which I loaded onto the IMU V2.. Now it shows row and pitch, yaw is not appearing (I suppose this is due to my GPS).. However, I'm still having problems…"
"Hi, I connected my IMU to my computer and it links up (data links seem to be up from the data flow). However, all the roll pitch yaw information is all 0 0 0. Does anyone know why this is the case? I have plugged in a helical type GPS from ublox.."
"Hi, I'm just starting to get acquainted with ArduPilot and it seems there is an error everytime I change the #define DEBUG_SUBSYSTEM 0 to anything other than 0 in order to test individual components. This happens when I used ArduPilot v 2.7. I'm…"