Apollo  6.0
Open source self driving car software
Classes | Namespaces
mpc_controller.h File Reference

Defines the MPCController class. More...

#include <fstream>
#include <memory>
#include <string>
#include "Eigen/Core"
#include "modules/common/configs/proto/vehicle_config.pb.h"
#include "modules/common/filters/digital_filter.h"
#include "modules/common/filters/digital_filter_coefficients.h"
#include "modules/common/filters/mean_filter.h"
#include "modules/common/math/mpc_osqp.h"
#include "modules/control/common/interpolation_1d.h"
#include "modules/control/common/interpolation_2d.h"
#include "modules/control/common/trajectory_analyzer.h"
#include "modules/control/controller/controller.h"
Include dependency graph for mpc_controller.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  apollo::control::MPCController
 MPCController, combined lateral and longitudinal controllers. More...
 

Namespaces

 apollo::control
 apollo::control
 
 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 

Detailed Description

Defines the MPCController class.