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

Public 类型

enum  WheelSpeedType { FORWARD = 0 , BACKWARD = 1 , STANDSTILL = 2 , INVALID = 3 }
 

Public 属性

optional bool is_wheel_spd_rr_valid = 1 [default = false]
 
optional WheelSpeedType wheel_direction_rr = 2 [default = INVALID]
 
optional double wheel_spd_rr = 3 [default = 0.0]
 
optional bool is_wheel_spd_rl_valid = 4 [default = false]
 
optional WheelSpeedType wheel_direction_rl = 5 [default = INVALID]
 
optional double wheel_spd_rl = 6 [default = 0.0]
 
optional bool is_wheel_spd_fr_valid = 7 [default = false]
 
optional WheelSpeedType wheel_direction_fr = 8 [default = INVALID]
 
optional double wheel_spd_fr = 9 [default = 0.0]
 
optional bool is_wheel_spd_fl_valid = 10 [default = false]
 
optional WheelSpeedType wheel_direction_fl = 11 [default = INVALID]
 
optional double wheel_spd_fl = 12 [default = 0.0]
 

详细描述

在文件 chassis.proto193 行定义.

成员枚举类型说明

◆ WheelSpeedType

枚举值
FORWARD 
BACKWARD 
STANDSTILL 
INVALID 

在文件 chassis.proto194 行定义.

类成员变量说明

◆ is_wheel_spd_fl_valid

optional bool apollo::canbus::WheelSpeed::is_wheel_spd_fl_valid = 10 [default = false]

在文件 chassis.proto209 行定义.

◆ is_wheel_spd_fr_valid

optional bool apollo::canbus::WheelSpeed::is_wheel_spd_fr_valid = 7 [default = false]

在文件 chassis.proto206 行定义.

◆ is_wheel_spd_rl_valid

optional bool apollo::canbus::WheelSpeed::is_wheel_spd_rl_valid = 4 [default = false]

在文件 chassis.proto203 行定义.

◆ is_wheel_spd_rr_valid

optional bool apollo::canbus::WheelSpeed::is_wheel_spd_rr_valid = 1 [default = false]

在文件 chassis.proto200 行定义.

◆ wheel_direction_fl

optional WheelSpeedType apollo::canbus::WheelSpeed::wheel_direction_fl = 11 [default = INVALID]

在文件 chassis.proto210 行定义.

◆ wheel_direction_fr

optional WheelSpeedType apollo::canbus::WheelSpeed::wheel_direction_fr = 8 [default = INVALID]

在文件 chassis.proto207 行定义.

◆ wheel_direction_rl

optional WheelSpeedType apollo::canbus::WheelSpeed::wheel_direction_rl = 5 [default = INVALID]

在文件 chassis.proto204 行定义.

◆ wheel_direction_rr

optional WheelSpeedType apollo::canbus::WheelSpeed::wheel_direction_rr = 2 [default = INVALID]

在文件 chassis.proto201 行定义.

◆ wheel_spd_fl

optional double apollo::canbus::WheelSpeed::wheel_spd_fl = 12 [default = 0.0]

在文件 chassis.proto211 行定义.

◆ wheel_spd_fr

optional double apollo::canbus::WheelSpeed::wheel_spd_fr = 9 [default = 0.0]

在文件 chassis.proto208 行定义.

◆ wheel_spd_rl

optional double apollo::canbus::WheelSpeed::wheel_spd_rl = 6 [default = 0.0]

在文件 chassis.proto205 行定义.

◆ wheel_spd_rr

optional double apollo::canbus::WheelSpeed::wheel_spd_rr = 3 [default = 0.0]

在文件 chassis.proto202 行定义.


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