Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
disable dumpDbg : no need to create a file at each scan
Browse files Browse the repository at this point in the history
  • Loading branch information
1r0b1n0 committed Jun 16, 2020
1 parent b422cf9 commit 71798bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/src/sick_scan_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2780,7 +2780,7 @@ namespace sick_scan
*/
char *buffer_pos = (char *) receiveBuffer;
char *dstart, *dend;
bool dumpDbg = true; // !!!!!
bool dumpDbg = false;
bool dataToProcess = true;
std::vector<float> vang_vec;
vang_vec.clear();
Expand Down

0 comments on commit 71798bf

Please sign in to comment.