Skip to content

Commit

Permalink
Copter: increase gimbal update rate back to 400 Hz (possible with low…
Browse files Browse the repository at this point in the history
…er baud rate and smaller message size) and reduce scheduler time allotment for R10C update
  • Loading branch information
georgehines committed Aug 2, 2016
1 parent 4957c29 commit ced5522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduCopter/ArduCopter.pde
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {
{ update_copter_leds, 40, 5 },
#endif
{ update_mount, 8, 45 },
{ gmb_att_update, 4, 100 },
{ gmb_att_update, 1, 50 },
{ ten_hz_logging_loop, 40, 30 },
{ fifty_hz_logging_loop, 8, 22 },
{ full_rate_logging_loop,1, 22 },
Expand Down

0 comments on commit ced5522

Please sign in to comment.