wpilibsuite/allwpilib

LinearSystemLoop constructor overload to automate KF and LQR creation

開放

#4,160 建立於 2022年4月11日

 (0 則留言) (0 個反應) (0 位負責人)C++ (714 個分叉)auto 404
component: wpimatheffort: 2good first issuetype: feature

倉庫指標

星標
 (1,281 顆星)
PR 合併指標
 (平均合併 8天 11小時) (30 天內合併 153 個 PR)

描述

Making the plant, Kalman filter, and LQR for common mechanisms could be abstracted more via another constructor overload. It would take:

  • LinearSystem instance
  • Controller error tolerance list
  • Controller input tolerance list
  • Estimator state tolerance list
  • Estimator measurement tolerance list

貢獻者指南