Apollo
6.0
Open source self driving car software
|
#include <vector>
#include "Eigen/Core"
#include "modules/common/configs/proto/vehicle_config.pb.h"
#include "modules/common/status/status.h"
#include "modules/control/proto/mrac_conf.pb.h"
Go to the source code of this file.
Classes | |
class | apollo::control::MracController |
A mrac controller for actuation system (throttle/brake and steering) More... | |
Namespaces | |
apollo::control | |
apollo::control | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |