Skip to content

Commit

Permalink
AP_Vehicle: add comment for ESC Telem update rate
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 committed Jan 3, 2025
1 parent 8ab9ff9 commit 6d50a36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/AP_Vehicle/AP_Vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,8 @@ const AP_Scheduler::Task AP_Vehicle::scheduler_tasks[] = {
#endif
SCHED_TASK(send_watchdog_reset_statustext, 0.1, 20, 225),
#if HAL_WITH_ESC_TELEM
// This update function is responsible for checking timeouts and invalidating the ESC telemetry data.
// Be mindful of this if you are planning to reduce the frequency from 100Hz.
SCHED_TASK_CLASS(AP_ESC_Telem, &vehicle.esc_telem, update, 100, 50, 230),
#endif
#if AP_SERVO_TELEM_ENABLED
Expand Down

0 comments on commit 6d50a36

Please sign in to comment.