mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
[ins] ins.status to running for fw ins
This commit is contained in:
@@ -82,6 +82,7 @@ void ins_init() {
|
||||
|
||||
EstimatorSetAlt(0.);
|
||||
|
||||
ins.status = INS_RUNNING;
|
||||
}
|
||||
|
||||
void ins_periodic( void ) {
|
||||
|
||||
@@ -38,6 +38,8 @@ void ins_init() {
|
||||
struct UtmCoor_f utm0 = { nav_utm_north0, nav_utm_east0, 0., nav_utm_zone0 };
|
||||
stateSetLocalUtmOrigin_f(&utm0);
|
||||
stateSetPositionUtm_f(&utm0);
|
||||
|
||||
ins.status = INS_RUNNING;
|
||||
}
|
||||
|
||||
void ins_periodic( void ) {
|
||||
|
||||
Reference in New Issue
Block a user