Skip to content

Commit

Permalink
delete unused valiable (#529)
Browse files Browse the repository at this point in the history
Signed-off-by: Taiga Takano <ttttghghnb554z@outlook.jp>
  • Loading branch information
TakanoTaiga committed Jul 20, 2023
1 parent 3353568 commit d2304ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion velodyne_pointcloud/src/lib/rawdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ void RawData::unpack(
float x, y, z;
float intensity;
const uint8_t laser_number = j + bank_origin;
float time = 0;

const velodyne_pointcloud::LaserCorrection & corrections =
calibration_->laser_corrections[laser_number];
Expand Down

0 comments on commit d2304ce

Please sign in to comment.