Apollo 10.0
自动驾驶开放平台
apollo::control::MracConf结构体 参考
apollo::control::MracConf 的协作图:

Public 属性

optional int32 mrac_model_order = 1 [default = 1]
 
optional double reference_time_constant = 2
 
optional double reference_natural_frequency = 3
 
optional double reference_damping_ratio = 4
 
repeated double adaption_state_gain = 5
 
optional double adaption_desired_gain = 6
 
optional double adaption_nonlinear_gain = 7
 
repeated double adaption_matrix_p = 8
 
optional double mrac_saturation_level = 9 [default = 1.0]
 
repeated double anti_windup_compensation_gain = 10
 
optional double clamping_time_constant = 11
 

详细描述

在文件 mrac_conf.proto5 行定义.

类成员变量说明

◆ adaption_desired_gain

optional double apollo::control::MracConf::adaption_desired_gain = 6

在文件 mrac_conf.proto12 行定义.

◆ adaption_matrix_p

repeated double apollo::control::MracConf::adaption_matrix_p = 8

在文件 mrac_conf.proto16 行定义.

◆ adaption_nonlinear_gain

optional double apollo::control::MracConf::adaption_nonlinear_gain = 7

在文件 mrac_conf.proto13 行定义.

◆ adaption_state_gain

repeated double apollo::control::MracConf::adaption_state_gain = 5

在文件 mrac_conf.proto11 行定义.

◆ anti_windup_compensation_gain

repeated double apollo::control::MracConf::anti_windup_compensation_gain = 10

在文件 mrac_conf.proto19 行定义.

◆ clamping_time_constant

optional double apollo::control::MracConf::clamping_time_constant = 11

在文件 mrac_conf.proto20 行定义.

◆ mrac_model_order

optional int32 apollo::control::MracConf::mrac_model_order = 1 [default = 1]

在文件 mrac_conf.proto6 行定义.

◆ mrac_saturation_level

optional double apollo::control::MracConf::mrac_saturation_level = 9 [default = 1.0]

在文件 mrac_conf.proto17 行定义.

◆ reference_damping_ratio

optional double apollo::control::MracConf::reference_damping_ratio = 4

在文件 mrac_conf.proto9 行定义.

◆ reference_natural_frequency

optional double apollo::control::MracConf::reference_natural_frequency = 3

在文件 mrac_conf.proto8 行定义.

◆ reference_time_constant

optional double apollo::control::MracConf::reference_time_constant = 2

在文件 mrac_conf.proto7 行定义.


该结构体的文档由以下文件生成: