Skip to content

Commit

Permalink
add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0x126 committed Mar 2, 2021
1 parent e2eecf1 commit c24c986
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ class PacketDecoder
public:
virtual ~PacketDecoder(){};
virtual void unpack(const pandar_msgs::PandarPacket & raw_packet) = 0;

// TODO: Remove this function
// In Hesai's original driver, the decoder controls how many packets are used, but now the pandar_driver controls it.
virtual bool hasScanned() = 0;

virtual PointcloudXYZIRADT getPointcloud() = 0;
};
} // namespace pandar_pointcloud

0 comments on commit c24c986

Please sign in to comment.