19#include "glog/logging.h"
28using ::apollo::drivers::canbus::Byte;
35 chassis->mutable_yaw_rate_rpt_81()->set_yaw_rate(
36 yaw_rate(bytes, length));
42double Yawraterpt81::yaw_rate(
const std::uint8_t* bytes, int32_t length)
const {
44 int32_t x = t0.get_byte(0, 8);
47 int32_t t = t1.get_byte(0, 8);
54 double ret = x * 0.010000;
void Parse(const std::uint8_t *bytes, int32_t length, Gem *chassis) const override