Skip to content
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

Fix TypeError when using --cache_time argument #545

Open
wants to merge 1 commit into
base: noetic-devel
Choose a base branch
from

Commits on Nov 29, 2022

  1. Fix TypeError when using --cache_time argument

    Running `rosrun tf2_tools echo.py --cache_time 1.0 source_frame target_frame` causes `TypeError: time must have a to_sec method, e.g. rospy.Time or rospy.Duration`, because the argument is not properly converted. The fix handles the conversion, if the argument was given.
    tik0 authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    8d895ac View commit details
    Browse the repository at this point in the history