resibots / libdynamixel

C++ interface to the dynamixel actuators
GNU General Public License v2.0
9 stars 15 forks source link

Comment out Send and Receive Print Statements #58

Closed jlane1590 closed 5 years ago

jlane1590 commented 5 years ago

Please add a DEBUG flag or comment out the Send and Receive print statements in the usb2dynamixel.hpp. The print statements used to be commented out but now they flood the terminal.

https://github.com/resibots/libdynamixel/blob/a62eee31e523413572488ce6cea9944a902c95f2/src/dynamixel/controllers/usb2dynamixel.hpp#L150

Thanks

dogoepp commented 5 years ago

While waiting for the official maintainers to validate the merge request, you can use the branch fix-#58