ros / roscpp_core

ros distribution sandbox
88 stars 116 forks source link

Argument to Boost microseconds must be integral in Boost >= 1.67 #85

Closed mbreyer closed 6 years ago

mbreyer commented 6 years ago

Addresses https://github.com/ros/roscpp_core/issues/84 by changing float to integer division in the transformation from nano to microseconds.

mikaelarguedas commented 6 years ago

Duplicate of #79 ?

mbreyer commented 6 years ago

My bad, I missed that there is already an open pull request. I will close this one.