Difference between revisions of "Talk:ArduIMU"
Jump to navigation
Jump to search
(2 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
<BR> | <BR> | ||
What is the max polling rate we can use? | What is the max polling rate we can use? | ||
<br> | |||
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> | |||
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 07: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