roscpp_core
roscpp_core copied to clipboard
ros::TimeBase: undefined behaviour for large doubles
TimeBase::fromSec(double) casts a double value to an int64_t value. If the double value is exceeds the int64_t range this is undefined behaviour (for reference).
@cwecht Please consider to contribute a pull request for this.
Fixed by #132.