Skip to content

Commit

Permalink
Added test pcd for xt16
Browse files Browse the repository at this point in the history
Signed-off-by: jemmmel <[email protected]>
  • Loading branch information
jemmmel committed Dec 2, 2024
1 parent 3d65ebc commit d45c81b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class PandarXT16 : public HesaiSensor<hesai_packet::PacketXT16>
public:
static constexpr float min_range = 0.05f;
static constexpr float max_range = 120.0f;
static constexpr size_t max_scan_buffer_points = 128000;
static constexpr size_t max_scan_buffer_points = 256000;

int get_packet_relative_point_time_offset(
uint32_t block_id, uint32_t channel_id, const packet_t & packet) override
Expand Down

0 comments on commit d45c81b

Please sign in to comment.