DAIRLab / dairlib

MIT License
65 stars 26 forks source link

fixing iostream dependency issues #308

Closed yangwill closed 1 year ago

yangwill commented 2 years ago

Drake stopped including iostream in many of their libraries, places in our code where we used std::cout and std::cerr without include iostream started breaking.

This includes iostream where we need it and removes outputs where it is unnecessary.


This change is Reviewable