19 #include "modules/canbus/proto/chassis_detail.pb.h" 24 namespace neolix_edu {
27 ::apollo::canbus::ChassisDetail> {
29 static const int32_t
ID;
37 void Reset()
override;
56 int auto_drivercmd_alivecounter);
69 void set_p_drive_enable(uint8_t* data,
bool drive_enable);
75 void set_p_auto_target_angle(uint8_t* data,
double auto_target_angle);
81 void set_p_auto_drivercmd_alivecounter(uint8_t* data,
82 int auto_drivercmd_alivecounter);
88 void set_p_auto_drivercmd_checksum(uint8_t* data,
89 int auto_drivercmd_checksum);
93 double auto_target_angle_;
94 int auto_drivercmd_alivecounter_;
95 int auto_drivercmd_checksum_;
uint32_t GetPeriod() const override
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
This is the base class of protocol data.
Definition: protocol_data.h:44
static const int32_t ID
Definition: ads_eps_command_56.h:29
Adsepscommand56 * set_drive_enable(bool drive_enable)
void UpdateData(uint8_t *data) override
Adsepscommand56 * set_auto_drivercmd_checksum(int auto_drivercmd_checksum)
Definition: ads_eps_command_56.h:26
Adsepscommand56 * set_auto_target_angle(double auto_target_angle)
The class of ProtocolData.
Adsepscommand56 * set_auto_drivercmd_alivecounter(int auto_drivercmd_alivecounter)