-
Updated
Nov 30, 2020 - C
model-predictive-control
Here are 125 public repositories matching this topic...
-
Updated
Nov 1, 2020 - C++
-
Updated
Jul 4, 2020 - Python
-
Updated
Sep 26, 2020 - C++
-
Updated
Dec 7, 2020 - C++
-
Updated
May 24, 2020 - MATLAB
-
Updated
Sep 21, 2020 - Python
-
Updated
May 18, 2020 - MATLAB
-
Updated
Nov 8, 2020 - C++
-
Updated
Oct 11, 2020 - Python
-
Updated
Aug 20, 2018 - C++
-
Updated
Nov 21, 2020 - MATLAB
-
Updated
May 29, 2020 - C++
-
Updated
Jun 11, 2020 - Python
-
Updated
Dec 6, 2020 - Julia
-
Updated
Oct 8, 2019 - Python
-
Updated
Sep 27, 2017 - MATLAB
-
Updated
Aug 17, 2019
-
Updated
Jul 7, 2020 - Python
-
Updated
Aug 17, 2020 - Python
-
Updated
Aug 1, 2019 - Python
-
Updated
Feb 26, 2018 - C++
-
Updated
Nov 25, 2020 - C++
-
Updated
Apr 4, 2019 - Python
-
Updated
May 1, 2019 - Python
-
Updated
Mar 2, 2020 - C++
-
Updated
Oct 28, 2020 - Python
-
Updated
May 3, 2020 - C++
-
Updated
Aug 28, 2020 - Python
Improve this page
Add a description, image, and links to the model-predictive-control topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the model-predictive-control topic, visit your repo's landing page and select "manage topics."
Hi! I am very new to Rust, so I apologize if this ends up being a naive question.
So, for my robot motion optimization application, I have created an objective function and gradient function in the required format using closures, but the closure types are FnMut’s rather than Fn’s. This leads to the compiler complaining since the OpEn library forces the objective and gradient functions to be F