the input of Apollo control module includes: chassis info, localization info, and planning info ,the output is steering angle, acc, throttle.
|
|
conf_file: /modules/control/conf/lincoln.pd/txt,
which is derieved from
/modules/calibration/data/mkz8/calibration_table.pd.txt
the topics in control modules are :
|
|
ControllerAgent::ComputeCmd() is the interface, the real control cmd will be computed inside each specified controller modes. there are few controller modes: MPC, Lattice e.g in Apollo.
in next few days continue work on localization, prediction, and decision modules in Apollo 2.0