PR2 / pr2_controllers

The controllers that run in realtime on the PR2 and supporting packages.
46 stars 34 forks source link

std namespace prefix is added to isnan calls #369

Closed muratsevim closed 6 years ago

muratsevim commented 11 years ago

Without the prefix clang refuses to compile:

error: use of undeclared identifier 'isnan'; did you mean 'std::isnan'?
      if (isnan(fake_as[LEFT_MOTOR]->state_.position_) ||
          ^~~~~
          std::isnan