google-deepmind / mujoco_mpc

Real-time behaviour synthesis with MuJoCo, using Predictive Control
https://github.com/deepmind/mujoco_mpc
Apache License 2.0
898 stars 130 forks source link

Add mode input to Estimator::Update #302

Closed thowell closed 4 months ago

thowell commented 4 months ago

Adds an additional input to Estimator::Update. This functionality can enable control over calling/skipping subroutines within Estimator::Update from the Python API. For example, the Kalman Filter is now modified to enable calling the measurement and/or prediction update by setting the mode input.

@alberthli