Skip to content

Commit

Permalink
fix imu messages in default_fixedwing_imu.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jul 26, 2011
1 parent e431824 commit 1bf2335
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions conf/telemetry/default_fixedwing_imu.xml
Expand Up @@ -70,14 +70,13 @@
<message name="IMU_ACCEL_RAW" period=".05"/>
<message name="IMU_GYRO_RAW" period=".05"/>
<message name="IMU_MAG_RAW" period=".05"/>
<message name="BARO_RAW" period=".1"/>
</mode>
<mode name="scaled_sensors">
<message name="DL_VALUE" period="0.5"/>
<message name="ALIVE" period="2.1"/>
<message name="IMU_GYRO_SCALED" period=".075"/>
<message name="IMU_ACCEL_SCALED" period=".075"/>
<message name="IMU_MAG_SCALED" period=".1"/>
<message name="IMU_GYRO" period=".075"/>
<message name="IMU_ACCEL" period=".075"/>
<message name="IMU_MAG" period=".1"/>
</mode>
<mode name="debug_imu">
<message name="ATTITUDE" period="0.1"/>
Expand Down

0 comments on commit 1bf2335

Please sign in to comment.