Skip to content

Commit

Permalink
Merge pull request ros-drivers#68 from jlblancoc/patch-1
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
jack-oquin committed Nov 29, 2015
2 parents 70a8fae + f75228e commit 455721b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions velodyne_pointcloud/src/lib/rawdata.cc
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ namespace velodyne_rawdata
int azimuth_corrected;
float x, y, z;
float intensity;
uint8_t dsr;


const raw_packet_t *raw = (const raw_packet_t *) &pkt.data[0];

for (int block = 0; block < BLOCKS_PER_PACKET; block++) {
Expand Down

0 comments on commit 455721b

Please sign in to comment.