2025-10-24 01:28:04 -04:00
|
|
|
defaults:
|
|
|
|
|
subpackage: controller
|
|
|
|
|
|
|
|
|
|
classes:
|
2025-11-07 20:00:05 -05:00
|
|
|
wpi::math::ImplicitModelFollower:
|
2025-10-24 01:28:04 -04:00
|
|
|
template_params:
|
|
|
|
|
- int States
|
|
|
|
|
- int Inputs
|
|
|
|
|
methods:
|
|
|
|
|
ImplicitModelFollower:
|
|
|
|
|
overloads:
|
|
|
|
|
const LinearSystem<States, Inputs, Outputs>&, const LinearSystem<States, Inputs, Outputs>&:
|
|
|
|
|
ignore: true
|
|
|
|
|
? const Matrixd<States, States>&, const Matrixd<States, Inputs>&, const Matrixd<States, States>&, const Matrixd<States, Inputs>&
|
|
|
|
|
:
|
|
|
|
|
U:
|
|
|
|
|
overloads:
|
|
|
|
|
'[const]':
|
|
|
|
|
int [const]:
|
|
|
|
|
Reset:
|
|
|
|
|
Calculate:
|
|
|
|
|
|
|
|
|
|
template_inline_code: |
|
|
|
|
|
cls_ImplicitModelFollower
|
2025-11-07 20:00:05 -05:00
|
|
|
.def(py::init<const wpi::math::LinearSystem<States, Inputs, 1>&, const wpi::math::LinearSystem<States, Inputs, 1>&>(),
|
2025-10-24 01:28:04 -04:00
|
|
|
py::arg("plant"), py::arg("plantRef"))
|
2025-11-07 20:00:05 -05:00
|
|
|
.def(py::init<const wpi::math::LinearSystem<States, Inputs, 2>&, const wpi::math::LinearSystem<States, Inputs, 2>&>(),
|
2025-10-24 01:28:04 -04:00
|
|
|
py::arg("plant"), py::arg("plantRef"))
|
2025-11-07 20:00:05 -05:00
|
|
|
.def(py::init<const wpi::math::LinearSystem<States, Inputs, 3>&, const wpi::math::LinearSystem<States, Inputs, 3>&>(),
|
2025-10-24 01:28:04 -04:00
|
|
|
py::arg("plant"), py::arg("plantRef"))
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
templates:
|
|
|
|
|
ImplicitModelFollower_1_1:
|
2025-11-07 20:00:05 -05:00
|
|
|
qualname: wpi::math::ImplicitModelFollower
|
2025-10-24 01:28:04 -04:00
|
|
|
params:
|
|
|
|
|
- 1
|
|
|
|
|
- 1
|
|
|
|
|
ImplicitModelFollower_2_1:
|
2025-11-07 20:00:05 -05:00
|
|
|
qualname: wpi::math::ImplicitModelFollower
|
2025-10-24 01:28:04 -04:00
|
|
|
params:
|
|
|
|
|
- 2
|
|
|
|
|
- 1
|
|
|
|
|
ImplicitModelFollower_2_2:
|
2025-11-07 20:00:05 -05:00
|
|
|
qualname: wpi::math::ImplicitModelFollower
|
2025-10-24 01:28:04 -04:00
|
|
|
params:
|
|
|
|
|
- 2
|
|
|
|
|
- 2
|