Closed skasperski closed 9 years ago
I don't see how this was intended by the original author but the definition of the function is in ros/impl/duration.h
. If you include that instead / beside ros/duration.h
your undefined reference at link time should be solved.
Addressed with #32.
There is supposed to be constructor for ros::Duration taking a ros::Rate as param:
I can't see any implementation though and using it gives a linker error.