-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default duration in TimeCache #315
Comments
Fixed in #317 |
seanyen
pushed a commit
to ms-iot/geometry2
that referenced
this issue
Mar 22, 2021
* adding typehints to tf2_ros_py code Co-authored-by: Chris Lalancette <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
geometry2/tf2/include/tf2/time_cache.h
Lines 99 to 101 in 7ea64d2
The comment
default value of 10 seconds storage
says it saves a duration of 10 seconds, butthe value
1ULL * 1000000000LL
is 1 second, i.e., there are only 9 zeros, not 10 zeros.The text was updated successfully, but these errors were encountered: