# Access Python code for MPC/path utils. Ugly way of doing it, can seek to clean this up in the future. sys.path.append(scripts_dir) #### MPC Controller Module with Cost Function Weights. #### ...
Hi there. I am currently trying to test the MPC control module of Apollo. But I found out my modification of the system doesn't work. My apollo is installed from the ...