Model-Predictive-Control icon indicating copy to clipboard operation
Model-Predictive-Control copied to clipboard

C++ implementation of Model Predictive Control(MPC)

Results 3 Model-Predictive-Control issues
Sort by recently updated
recently updated
newest added

Hi there, while executing make command, I met with the following error: json.hpp: In function ‘bool nlohmann::operator

If using y(x) to fit the trajectory, sometimes the trajectory is like a vertical line x = k, and polyfit may fail. How do you handle this? Thx

I run the command"cd build"--"cmake .."--"make";but I got errors when I run the third command.As follows: /home/freexile/Model-Predictive-Control/src/MPC.cpp:2:27: fatal error: cppad/cppad.hpp: 没有那个文件或目录 #include ^ compilation terminated. CMakeFiles/mpc.dir/build.make:62: recipe for target 'CMakeFiles/mpc.dir/src/MPC.cpp.o'...