19 #include "modules/canbus/proto/chassis_detail.pb.h" 27 ::apollo::canbus::ChassisDetail> {
29 static const int32_t
ID;
31 void Parse(
const std::uint8_t* bytes, int32_t length,
32 ChassisDetail* chassis)
const override;
38 int motor_speed(
const std::uint8_t* bytes,
const int32_t length)
const;
44 double driven_torque_feedback(
const std::uint8_t* bytes,
45 const int32_t length)
const;
Definition: vehicle_state_feedback_2_c4.h:26
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
void Parse(const std::uint8_t *bytes, int32_t length, ChassisDetail *chassis) const override
Vehiclestatefeedback2c4()
static const int32_t ID
Definition: vehicle_state_feedback_2_c4.h:29
The class of ProtocolData.