Difference between revisions of "Talk:ArduIMU"

From PaparazziUAV
Jump to navigation Jump to search
 
Line 8: Line 8:
Looking at the code and it seems to be version 1.7 which is old.. Can you give documentation on how to integrate the changes that were made to make the arduimu code work for pprz?
Looking at the code and it seems to be version 1.7 which is old.. Can you give documentation on how to integrate the changes that were made to make the arduimu code work for pprz?
<BR>--Danstah
<BR>--Danstah
<BR>
Is this comment obsolete?
  You may have to comment out the following two lines in the file
  ../paparazzi/sw/airborne/modules/ins/ins_arduimu.c for the code to compile:
  // float throttle_slew;
  // throttle_slew = V_CTL_THROTTLE_SLEW;
Perhaps it should say:
  With older versions of the code, you may have to...
--Rufus

Latest revision as of 08:09, 1 November 2012

Please post info on magnetometer installation... Has this been done already? Is the code in the git repo?


What is the max polling rate we can use?


Looking at the code and it seems to be version 1.7 which is old.. Can you give documentation on how to integrate the changes that were made to make the arduimu code work for pprz?
--Danstah


Is this comment obsolete?

 You may have to comment out the following two lines in the file
  ../paparazzi/sw/airborne/modules/ins/ins_arduimu.c for the code to compile:
 // float throttle_slew;
 // throttle_slew = V_CTL_THROTTLE_SLEW;

Perhaps it should say:

 With older versions of the code, you may have to...

--Rufus