20 #include "modules/drivers/proto/racobit_radar.pb.h" 24 namespace racobit_radar {
26 using apollo::drivers::RacobitRadar;
31 static const uint32_t
ID;
33 void Parse(
const std::uint8_t* bytes, int32_t length,
34 RacobitRadar* racobit_radar)
const override;
37 int object_id(
const std::uint8_t* bytes, int32_t length)
const;
39 double longitude_accel(
const std::uint8_t* bytes, int32_t length)
const;
41 double lateral_accel(
const std::uint8_t* bytes, int32_t length)
const;
43 int obstacle_class(
const std::uint8_t* bytes, int32_t length)
const;
45 double oritation_angle(
const std::uint8_t* bytes, int32_t length)
const;
47 double object_length(
const std::uint8_t* bytes, int32_t length)
const;
49 double object_width(
const std::uint8_t* bytes, int32_t length)
const;
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, RacobitRadar *racobit_radar) const override
Definition: object_extended_info_60d.h:28
The class of ProtocolData.
static const uint32_t ID
Definition: object_extended_info_60d.h:31