Subversion Repositories FlightCtrl

Rev

Rev 602 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 602 Rev 613
Line 1201... Line 1201...
1201
        DebugOut.Analog[25] =  GPS_Roll;
1201
        DebugOut.Analog[25] =  GPS_Roll;
1202
        DebugOut.Analog[26] =  gps_rel_act_position.utm_east; //in 10cm ausgeben
1202
        DebugOut.Analog[26] =  gps_rel_act_position.utm_east; //in 10cm ausgeben
1203
        DebugOut.Analog[27] =  gps_rel_act_position.utm_north;
1203
        DebugOut.Analog[27] =  gps_rel_act_position.utm_north;
1204
        DebugOut.Analog[28] =  gps_rel_act_position.utm_alt;
1204
        DebugOut.Analog[28] =  gps_rel_act_position.utm_alt;
1205
        DebugOut.Analog[29] =  gps_state + (gps_sub_state*10)+(50*gps_cmd);
1205
        DebugOut.Analog[29] =  gps_state + (gps_sub_state*10)+(50*gps_cmd);
1206
        DebugOut.Analog[30] =  int_east;
1206
        DebugOut.Analog[30] =  gps_reg_x;
1207
        DebugOut.Analog[31] =  int_north;
1207
        DebugOut.Analog[31] =  gps_reg_y;
1208
//      DebugOut.Analog[30] =  dist_flown;
1208
//      DebugOut.Analog[30] =  dist_flown;
1209
//      DebugOut.Analog[31] =  (int) dist_2home;
1209
//      DebugOut.Analog[31] =  (int) dist_2home;
1210
//      DebugOut.Analog[31] =  (int) GPS_hdng_abs_2trgt;
1210
//      DebugOut.Analog[31] =  (int) GPS_hdng_abs_2trgt;
1211
//      DebugOut.Analog[31] =  (int) GyroGier_Comp;
1211
//      DebugOut.Analog[31] =  (int) GyroGier_Comp;
1212
/*    DebugOut.Analog[16] = motor_rx[0];
1212
/*    DebugOut.Analog[16] = motor_rx[0];