Skip to content

Commit

Permalink
#31 fprintf output in GrouBulkRead of C++ removed
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonJung committed Oct 19, 2016
1 parent 0939def commit 98451e4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Binary file modified c++/build/win32/output/dxl_x86_cpp.dll
Binary file not shown.
Binary file modified c++/build/win32/output/dxl_x86_cpp.lib
Binary file not shown.
Binary file modified c++/build/win64/output/dxl_x64_cpp.dll
Binary file not shown.
Binary file modified c++/build/win64/output/dxl_x64_cpp.lib
Binary file not shown.
3 changes: 0 additions & 3 deletions c++/src/dynamixel_sdk/group_bulk_read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,7 @@ int GroupBulkRead::rxPacket()

result = ph_->readRx(port_, length_list_[id], data_list_[id]);
if (result != COMM_SUCCESS)
{
fprintf(stderr, "[GroupBulkRead::rxPacket] ID %d result : %d !!!!!!!!!!\n", id, result);
return result;
}
}

if (result == COMM_SUCCESS)
Expand Down
3 changes: 0 additions & 3 deletions ros/src/group_bulk_read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,7 @@ int GroupBulkRead::rxPacket()

result = ph_->readRx(port_, length_list_[id], data_list_[id]);
if (result != COMM_SUCCESS)
{
fprintf(stderr, "[GroupBulkRead::rxPacket] ID %d result : %d !!!!!!!!!!\n", id, result);
return result;
}
}

if (result == COMM_SUCCESS)
Expand Down

0 comments on commit 98451e4

Please sign in to comment.