Skip to content

Commit

Permalink
[fixedwing] temporary fix for ahrs in sim
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jul 21, 2012
1 parent b189804 commit a44b9ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sw/airborne/firmwares/fixedwing/main_ap.c
Expand Up @@ -537,6 +537,11 @@ void sensors_task( void ) {
#endif // USE_AHRS
#endif // USE_IMU

//FIXME: this is just a kludge
#if USE_AHRS && defined SITL
ahrs_propagate();
#endif

#if USE_INS
ins_periodic_task();
#endif
Expand Down

0 comments on commit a44b9ad

Please sign in to comment.